Questions tagged [http-status-code-429]

The HTTP 429 “Too Many Requests” status code is related to rate limiting. Servers respond with the 429 status code to any client that has, in a given amount of time, sent some number of requests that exceeds whatever particular number of requests the server limits clients to. A Retry-After header might be included in a 429 response, to indicate to the client how long to wait before making a new request.

See:

169 questions
-2
votes
1 answer

How to properly avoid getting 429 HTTP status when crawling coinmarketcap.com using scrapy (python)?

I wrote my first crawler trying to get information from a custom watchlist on coinmarketcap.com. scrape all 255 assets in the watchlist scrape all 255 assets and retrieve information: name, marketcap, volume, watchlist Point is, I am not capable…
-2
votes
1 answer

Getting Too Many Request 429 from API when calling it by a button click

researched on this topic and tried to implement different solutions, but I can't solved it. I have a function plotmyChartAsync() that is getting values from google trends. Using this function in Console Application works fine and I get my desiriable…
-3
votes
1 answer

HTTP fetching Url, Status=429

Org.jsoup.HttpStatusException : HTTP error fetching URL . Status =429 that shows when i parsed 900 urls at once...and the message stays for a while like 1 hour or more ..is there any solution to this problem ? Or a way to detect the error before…
1 2 3
11
12