Answer the question
In order to leave comments, you need to log in
How to form a parsing request with such a tag structure, Python?
<div class="au-lot-list-card-photo__pic">
<img class="au-lot-list-card-photo__img" src="//bla/bla/bla">
products = soup.find_all("div", {"class":"au-lot-list-card__wrp"})
print(len(products))
for product in products:
image = product.find("div", {"class":"au-lot-list-card-photo__pic"}).img["src"]
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