Zenrows Rate Limits
ZenRows throttles by plan-level concurrency caps and by per-feature request budgets (Basic, JS Rendering, Premium Proxy, Protected). Quota exhaustion and concurrency overflow are both returned as 429 with distinct ZenRows error codes (AUTH008 vs AUTH006). Every successful response surfaces the current concurrency state in dedicated response headers, and 402 responses signal budget exhaustion before traffic is throttled. There is no documented per-second request ceiling beyond the concurrency cap.
Zenrows Rate Limits is the machine-readable rate-limit profile for ZenRows on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 12 rate-limit definitions, measuring concurrent_requests, requests, and megabytes.
The profile also includes 5 backoff/retry policies defined and response codes documented for concurrencyExceeded, rateLimited, quotaExceeded, featureNotInPlan, and subscriptionInactive.
Tagged areas include Web Scraping, Rate Limiting, and Concurrency.