Skip to content

Commit 219cd00

Browse files
[Browser Rendering] pricing update (#23727)
* [Browser Rendering] pricing update * Update src/content/docs/browser-rendering/platform/pricing.mdx * Update src/content/docs/browser-rendering/platform/pricing.mdx * Update src/content/docs/browser-rendering/platform/pricing.mdx Co-authored-by: Kody Jackson <[email protected]> * Fix ambiguity in table * Changelog addition --------- Co-authored-by: Kody Jackson <[email protected]>
1 parent 4db44e9 commit 219cd00

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

src/content/docs/browser-rendering/platform/pricing.mdx

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,36 @@ sidebar:
55
order: 31
66
---
77

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) |
11+
|----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|----------|
12+
| **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.
21+
22+
For **browser duration**:
23+
<br/>50 hours - 10 hours (included in plan) = 40 hours
24+
<br/>40 hours × $0.09 per hour = $3.60
25+
26+
#### Example: Workers Bindings pricing
27+
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.
28+
29+
For **browser duration**:
30+
<br/>50 hours - 10 hours (included in plan) = 40 hours
31+
<br/>40 hours × $0.09 per hour = $3.60
32+
33+
For **concurrent browsers**:
34+
<br/>((10 browsers × 15 days) + (20 browsers × 15 days)) = 450 total browsers used in month
35+
<br />450 browsers used in month ÷ 30 days in month = 15 browsers (averaged monthly)
36+
<br/>15 browsers (averaged monthly) − 10 (included in plan) = 5 browsers
37+
<br/>5 browsers × $2.00 per browser = $10.00
38+
39+
For **browser duration** and **concurrent browsers**:
40+
<br/>$3.60 + $10.00 = $13.60

src/content/release-notes/browser-rendering.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ productLink: "/browser-rendering/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-08-20"
9+
title: Pricing update to Browser Rendering
10+
description: |-
11+
* 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/).
812
- publish_date: "2025-07-03"
913
title: Local development support
1014
description: |-
1115
* We added local development support to Browser Rendering, making it simpler than ever to test and iterate before deploying.
1216
- publish_date: "2025-06-30"
1317
title: New Web Bot Auth headers
1418
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.
1620
- publish_date: "2025-06-27"
1721
title: Bug fix to debug log noise in Workers
1822
description: |-

0 commit comments

Comments
 (0)