Rate Limits

Intro

Web Scraper API user account comes with a specific job submission rate limit, tailored to your plan. These limits are designed to accommodate your monthly subscription needs effectively.

Rate limits

The rate at which you can submit jobs depends on your plan size. Refer to the table below for a breakdown of rate limits for regular and enterprise plans:

Plan
Results
Total jobs/s
Rendered jobs/s

Free trial

5,000

10

3

Micro

36,296

50

13

Starter

76,154

50

13

Advanced

199,200

50

13

Venture

433,913

50

13

Business

999,000

100

25

Corporate

2,105,263

100

25

Custom +

Custom

Custom

Custom

Getting rate limit information

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.

Last updated

Was this helpful?