Rate limits
Every Scraper APIs user account is given a certain job submission rate limit. The limits we assign are more than enough for our users to use up their monthly subscription amount.
Depending on the size of your plan, you will be able to submit jobs at a higher or a lower rate. The table below breaks down the rate limits available for our standard plan sizes.
Plan size (jobs per month) | Rate limit (jobs per second) |
---|---|
5,000 | 5 |
29,000 | 15 |
160,000 | 50 |
526,000 | 100 |
Whenever you submit a job to our system, we will send you the rate limit information in the response headers. The header names will be structured like
x-ratelimit-limit_name-limit
and x-ratelimit-limit_name-remaining
. The former denotes the total limit value, while the latter denotes the remaining value. There may be more than one limit applicable to you.
Rate limit information in the response headers
Last modified 1yr ago