You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/pricing.mdx
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,36 @@ sidebar:
5
5
order: 31
6
6
---
7
7
8
-
Browser Rendering service is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified until billing begins. Pricing to be announced and we will provide advance notice before any billing begins.
8
+
Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on August 20, 2025 at the following rates:
9
+
10
+
| Plan | Included duration | Included concurrency | Price (beyond included) |
|**Workers Free**| 10 minutes per day | 3 concurrent browsers | N/A |
13
+
|**Workers Paid**| 10 hours per month | 10 concurrent browsers (averaged monthly) |**1. REST API**: $0.09 per additional browser hour <br />**2. Workers Bindings**: $0.09 per additional browser hour <br /> $2.00 per additional concurrent browser |
14
+
15
+
You can monitor your Browser Rendering usage in the [Cloudflare dashboard](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**.
16
+
17
+
### Examples of Workers Paid pricing
18
+
<br/>
19
+
#### Example: REST API pricing
20
+
If a Workers Paid user uses the REST API for 50 hours during the month, the estimated cost for the month is as follows.
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.
* Billing for Browser Rendering starts on August 20, 2025, with usage beyond the included [limits](/browser-rendering/platform/limits/) charged according to the new [pricing rates](/browser-rendering/platform/pricing/).
8
12
- publish_date: "2025-07-03"
9
13
title: Local development support
10
14
description: |-
11
15
* We added local development support to Browser Rendering, making it simpler than ever to test and iterate before deploying.
12
16
- publish_date: "2025-06-30"
13
17
title: New Web Bot Auth headers
14
18
description: |-
15
-
* Browser Rendering now supports [Web Bot Auth](/reference/automatic-request-headers/) by automatically attaching `Signature-agent`, `Signature`, and `Signature-input ` headers to verify that a request originates from Cloudflare Browser Rendering.
19
+
* Browser Rendering now supports [Web Bot Auth](/reference/automatic-request-headers/) by automatically attaching `Signature-agent`, `Signature`, and `Signature-input ` headers to verify that a request originates from Cloudflare Browser Rendering.
0 commit comments