K
K
Kirill Rezanov2020-09-03 11:36:47
PHP
Kirill Rezanov, 2020-09-03 11:36:47

How to avoid HTTP 429 error?

Hello everyone, I needed to write a script here that determines by keywords where the site is in the search results, but when using the script, I get an HTTP 429 error, I understand that everyone is completely protected from dudos and other things, there is some a workaround for this? To still use the script as needed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-sem, 2020-09-03
@MayorPlay

See in the headlines. Often in the response headers it is written how many attempts are left or after how much time you can contact again. Based on these data, build a script in such a way as to obtain information in a dosed manner.
The bypass option is a set of proxies and the correct set of headers. It is also possible that a headless browser will have a higher number of retries if properly configured if it emulates real user behavior.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question