Crawlbase Rate Limits
Crawlbase governs throughput primarily by concurrent request threads and by your plan's monthly credit / request allowance rather than a single global per-minute cap. The default documented ceiling on the Crawling API is roughly 20 requests per second (the same default applies to the proxy interface at smartproxy.crawlbase.com); higher thread counts are unlocked by higher-tier subscriptions. Only requests that return pc_status 200 count against a pay-as-you-go quota - failed requests (timeouts, blocks, target 5xx) are free. Scroll-heavy JavaScript requests are metered by processing time (first 8 seconds = 1 request, each additional 5 seconds = 1 more request).
Crawlbase Rate Limits is the machine-readable rate-limit profile for Crawlbase on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, threads, and seconds.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Web Scraping, Web Crawling, Proxy, Rate Limiting, and Quotas.