Answer the question
In order to leave comments, you need to log in
I can not find the necessary tags in which information (bs4). What to do?
url = 'https://market.yandex.ru/catalog--noutbuki-v-beloretske/54544/list?hid=91013&page=2&onstock=1'
r = requests.get(url)
soup = BeautifulSoup(r, 'lxml')
cards = soup.find_all('article', class_ = '_1_IxNTwqll')
print(cards)
# Выводит: []
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question