← Back
Cloudflare
Cloudflare Browser Rendering REST API rate limit tripled to 10 requests per second

Rate Limit Increase

Cloudflare has tripled the REST API request rate limit for Browser Rendering on Workers Paid plans:

  • Before: 3 requests per second (180/min)
  • After: 10 requests per second (600/min)

No action is needed—the higher limit is automatically available to all Workers Paid plan subscribers.

Affected Endpoints

The increase applies to all Browser Rendering REST API endpoints:

  • /content - Fetch HTML from webpages
  • /screenshot - Capture webpage screenshots
  • /pdf - Render pages as PDFs
  • /markdown - Extract Markdown from webpages
  • /snapshot - Take webpage snapshots
  • /scrape - Scrape HTML elements
  • /json - Capture structured data using AI
  • /links - Retrieve links from webpages

What's Next

Cloudflare indicates that additional increases to concurrent browser and new browser limits are coming soon for the Workers Bindings method. Users relying on those bindings should watch for future announcements.

For complete rate limit information, refer to the Browser Rendering limits documentation.