From 46c035225af2e36e748568e4646d92dec66902a1 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:05:46 +0100 Subject: [PATCH 1/6] [Browser Rendering] pricing update --- .../browser-rendering/platform/pricing.mdx | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx index 64490c9d8bf86a6..807042b7eac6b7f 100644 --- a/src/content/docs/browser-rendering/platform/pricing.mdx +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -5,4 +5,36 @@ sidebar: order: 31 --- -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. +Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on XXXX-XX-XX at the following rates: + +| Plan | REST API | Workers Bindings | +|----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| +| **Workers Free** | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid. | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid.

**Concurrent browsers**: 3 concurrent browsers are included for free. Then, you need to upgrade to Workers Paid. | +| **Workers Paid** | **Browser duration**: 10 hours per month are included at no additional charge. Then, $0.09 for each additional browser hour. | **Browser duration**: 10 hours per month. Then, $0.09 for each additional browser hour.

**Concurrent browsers**: 10 concurrent browsers (averaged monthly) are included at no additional charge. Then, $2.00 for each additional concurrent browser (averaged monthly). | + +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 \ No newline at end of file From fc751e6baa3275b3620326466bb3771175f9e330 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:07:43 +0100 Subject: [PATCH 2/6] Update src/content/docs/browser-rendering/platform/pricing.mdx --- src/content/docs/browser-rendering/platform/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx index 807042b7eac6b7f..201c1a5c73e499b 100644 --- a/src/content/docs/browser-rendering/platform/pricing.mdx +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -5,7 +5,7 @@ sidebar: order: 31 --- -Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on XXXX-XX-XX at the following rates: +Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on 2025-08-20 at the following rates: | Plan | REST API | Workers Bindings | |----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| From 812a843733c3ee340d55d6afbc8df5d012501ca5 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:14:50 +0100 Subject: [PATCH 3/6] Update src/content/docs/browser-rendering/platform/pricing.mdx --- src/content/docs/browser-rendering/platform/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx index 201c1a5c73e499b..3778a2cefd703be 100644 --- a/src/content/docs/browser-rendering/platform/pricing.mdx +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -5,7 +5,7 @@ sidebar: order: 31 --- -Browser Rendering is currently available at no cost up to the [limits](/browser-rendering/platform/limits/) specified, with billing beginning on 2025-08-20 at the following rates: +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: | Plan | REST API | Workers Bindings | |----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| From 742bc73fbccb1381a246bf67be9601967170e5b6 Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:15:30 +0100 Subject: [PATCH 4/6] Update src/content/docs/browser-rendering/platform/pricing.mdx Co-authored-by: Kody Jackson --- src/content/docs/browser-rendering/platform/pricing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx index 3778a2cefd703be..eda6775006ebb32 100644 --- a/src/content/docs/browser-rendering/platform/pricing.mdx +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -12,7 +12,7 @@ Browser Rendering is currently available at no cost up to the [limits](/browser- | **Workers Free** | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid. | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid.

**Concurrent browsers**: 3 concurrent browsers are included for free. Then, you need to upgrade to Workers Paid. | | **Workers Paid** | **Browser duration**: 10 hours per month are included at no additional charge. Then, $0.09 for each additional browser hour. | **Browser duration**: 10 hours per month. Then, $0.09 for each additional browser hour.

**Concurrent browsers**: 10 concurrent browsers (averaged monthly) are included at no additional charge. Then, $2.00 for each additional concurrent browser (averaged monthly). | -You can monitor your Browser Rendering usage in the Cloudflare dashboard. Go to **Compute (Workers)** > **Browser Rendering**. +You can monitor your Browser Rendering usage in the [Cloudflare dashboard](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**. ### Examples of Workers Paid pricing
From d5e6ff0f58e16e17f1feae08d368d6f73ce1ab9f Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:36:16 +0100 Subject: [PATCH 5/6] Fix ambiguity in table --- src/content/docs/browser-rendering/platform/pricing.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx index eda6775006ebb32..33fb70c781dcb22 100644 --- a/src/content/docs/browser-rendering/platform/pricing.mdx +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -7,10 +7,10 @@ sidebar: 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: -| Plan | REST API | Workers Bindings | -|----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------| -| **Workers Free** | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid. | **Browser duration**: 10 minutes per day are included for free. Then, you need to upgrade to Workers Paid.

**Concurrent browsers**: 3 concurrent browsers are included for free. Then, you need to upgrade to Workers Paid. | -| **Workers Paid** | **Browser duration**: 10 hours per month are included at no additional charge. Then, $0.09 for each additional browser hour. | **Browser duration**: 10 hours per month. Then, $0.09 for each additional browser hour.

**Concurrent browsers**: 10 concurrent browsers (averaged monthly) are included at no additional charge. Then, $2.00 for each additional concurrent browser (averaged monthly). | +| Plan | Included duration | Included concurrency | Price (beyond included) | +|----------------|---------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|----------| +| **Workers Free** | 10 minutes per day | 3 concurrent browsers | N/A | +| **Workers Paid** | 10 hours per month | 10 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](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**. From bd1b11a628f853562925f7d2a1566992f6fe17bc Mon Sep 17 00:00:00 2001 From: ToriLindsay Date: Wed, 16 Jul 2025 18:56:05 +0100 Subject: [PATCH 6/6] Changelog addition --- src/content/release-notes/browser-rendering.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/release-notes/browser-rendering.yaml b/src/content/release-notes/browser-rendering.yaml index 139a42a842112c6..1e26e023d8059aa 100644 --- a/src/content/release-notes/browser-rendering.yaml +++ b/src/content/release-notes/browser-rendering.yaml @@ -5,6 +5,10 @@ productLink: "/browser-rendering/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-08-20" + title: Pricing update to Browser Rendering + description: |- + * 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/). - publish_date: "2025-07-03" title: Local development support description: |- @@ -12,7 +16,7 @@ entries: - publish_date: "2025-06-30" title: New Web Bot Auth headers description: |- - * 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. + * 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. - publish_date: "2025-06-27" title: Bug fix to debug log noise in Workers description: |-