T
T
TABSEK2021-12-25 13:24:25
Python
TABSEK, 2021-12-25 13:24:25

Reqursts sometimes returns the required information, and sometimes None, how to solve the problem?

Avito parser. When I make a get () request for the same ad, the content is different: it may contain the information I need, or maybe not. Code status is always "200". I assume that the problem is related to the Internet connection. I did not find the answer in the requests documentation. Please help me solve the problem

Url = 'https://www.avito.ru'+Line
                Response = requests.get(Url)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-12-25
@SoreMix

Any protection against bots

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question