Skip to content
Cloudflare Docs

Pricing

Browser Rendering is currently available at no cost up to the limits specified, with billing beginning on August 20, 2025 at the following rates:

PlanIncluded durationIncluded concurrencyPrice (beyond included)
Workers Free10 minutes per day3 concurrent browsersN/A
Workers Paid10 hours per month10 concurrent browsers (averaged monthly)1. REST API: $0.09 per additional browser hour
2. Workers Bindings: $0.09 per additional browser hour
$2.00 per additional concurrent browser

You can monitor your Browser Rendering usage in the Cloudflare dashboard. Go to Compute (Workers) > Browser Rendering.

Examples of Workers Paid pricing


Example: REST API pricing

If a Workers Paid user uses the REST API for 50 hours during the month, the estimated cost for the month is as follows.

For browser duration:
50 hours - 10 hours (included in plan) = 40 hours
40 hours × $0.09 per hour = $3.60

Example: Workers Bindings pricing

If a Workers paid user uses the Workers Bindings method for 50 hours during the month, and uses 10 concurrent browsers for the first 15 days and 20 concurrent hours the last 15 days, the estimated cost for the month is as follows.

For browser duration:
50 hours - 10 hours (included in plan) = 40 hours
40 hours × $0.09 per hour = $3.60

For concurrent browsers:
((10 browsers × 15 days) + (20 browsers × 15 days)) = 450 total browsers used in month
450 browsers used in month ÷ 30 days in month = 15 browsers (averaged monthly)
15 browsers (averaged monthly) − 10 (included in plan) = 5 browsers
5 browsers × $2.00 per browser = $10.00

For browser duration and concurrent browsers:
$3.60 + $10.00 = $13.60