ScrapeUnblocker rate-limits per-account, not per-IP. Your plan determines:Documentation Index
Fetch the complete documentation index at: https://developers.scrapeunblocker.com/llms.txt
Use this file to discover all available pages before exploring further.
- Concurrent requests - how many in-flight requests we’ll accept at once.
- Monthly request quota - total calls per billing period.
When you hit the limit
If you exceed your concurrency cap, additional requests queue briefly on our side rather than failing immediately. If queuing would exceed a reasonable wait, you’ll get a429 Too Many Requests response.
The recommended client behavior:
- Run a fixed worker pool sized to your concurrency limit.
- On
429, back off for the duration in theRetry-Afterheader (if present), otherwise 5 seconds. - Resume.
Monthly quota
When you’ve used your monthly quota, requests return402 Payment Required. Upgrade your plan or wait for the next billing cycle. You can monitor remaining quota in the dashboard.

