Q&A
Rate Limits
Answers on 429 errors, request throttling, retry timing, and rate-limit handling in scraping workflows.
2 answers
What is the HTTP 429 status code?
HTTP 429 Too Many Requests means you exceeded the server's rate limit. Honor the Retry-After header or use exponential backoff before resuming requests.
Apr 28, 2026
What is Cloudflare error 1015 and how do you fix it?
Cloudflare error 1015 means your IP hit a rate-limit rule set by the site owner. Stop retrying, wait for the block to expire, or switch to another network.
Apr 28, 2026