From the docs:
Error 429: Returned in API v1.1 when a request cannot be served due to the application's rate limit having been exhausted for the resource.
If the limit is imposed by the API, no bot will be able to do better, unless it does not relay on the API.
The question seems to be what's the fastest language for web scrapping.
Answer is, all are just as fast, because crawlers are very much I/O dependent. That means that a lot of the time the program just waits for a webpage to be downloaded so computing speed is not that important.
It is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.