Skip to content
Cloudflare Docs

Limits

Available on Free and Paid plans

Workers Free

FeatureLimit
Concurrent browsers per account (Workers Binding API only)3 per account
New browser instances per minute3 per minute
Browser timeout60 seconds
Total requests per min (REST API only)6 per minute

Workers Paid

FeatureLimit
Concurrent browsers per account (Workers Binding API only)10 per account
New browser instances per minute10 per minute
Browser timeout60 seconds
Total requests per min (REST API only)60 per minute

Note on concurrency

While the limits above define the maximum number of concurrent browser sessions per account, in practice you may not need to hit these limits. Browser sessions close automatically—by default, after 60 seconds of inactivity or upon task completion—so if each session finishes its work before a new request comes in, the effective concurrency is lower. This means that most workflows do not require very high concurrent browser limits.

Pricing

Browser Rendering service is currently available at no cost up to the limits specified above until billing begins. Pricing to be announced and we will provide advance notice before any billing begins.