Browser Rendering: 3x higher REST API request rate
Key Points
- Rate limit: 3 rps → 10 rps
- Applies to Workers Paid plans
- No action required to benefit
Summary
Cloudflare increased the Browser Rendering REST API rate limit for Workers Paid plans from 3 requests per second (180/min) to 10 requests per second (600/min). No action is required to start using the higher limit.
Key Points
- Rate limit change: 3 rps (180/min) → 10 rps (600/min) for Browser Rendering REST API on Workers Paid plans.
- Affected endpoints include: /content, /screenshot, /pdf, /markdown, /snapshot, /scrape, /json, /links.
- No configuration change required; clients will be able to send more requests immediately.
- Workers Bindings users: increases to concurrent browser and new browser limits are coming soon.
- Engineer recommendations:
- Review and increase client concurrency where appropriate.
- Monitor 429 responses and adjust retry/backoff logic.
- Check the Browser Rendering limits page for full details and updates.