diff --git a/src/assets/images/browser-rendering/dashboard.png b/src/assets/images/browser-rendering/dashboard.png new file mode 100644 index 00000000000000..cb87f52dc9b262 Binary files /dev/null and b/src/assets/images/browser-rendering/dashboard.png differ diff --git a/src/assets/images/browser-rendering/pricing.png b/src/assets/images/browser-rendering/pricing.png new file mode 100644 index 00000000000000..3d24b3e1739f53 Binary files /dev/null and b/src/assets/images/browser-rendering/pricing.png differ diff --git a/src/content/changelog/browser-rendering/2025-07-28-br-pricing.mdx b/src/content/changelog/browser-rendering/2025-07-28-br-pricing.mdx new file mode 100644 index 00000000000000..0d41b1adf6bff3 --- /dev/null +++ b/src/content/changelog/browser-rendering/2025-07-28-br-pricing.mdx @@ -0,0 +1,31 @@ +--- +title: Introducing pricing for the Browser Rendering API — $0.09 per browser hour +description: Browser Rendering pricing announcement +products: + - browser-rendering +date: 2025-07-28T12:00:00Z +--- + +We’ve launched pricing for [Browser Rendering](/browser-rendering/), including a free tier and a pay-as-you-go model that scales with your needs. Starting **August 20, 2025**, Cloudflare will begin billing for Browser Rendering. + +There are two ways to use Browser Rendering. Depending on the method you use, here’s how billing will work: +- [**REST API**](/browser-rendering/rest-api/): Charged for **Duration** only ($/browser hour) +- [**Workers Bindings**](/browser-rendering/workers-bindings/): Charged for both **Duration** and **Concurrency** ($/browser hour and # of concurrent browsers) + +Included usage and pricing by plan + +| 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 | + + +What you need to know: +- **Workers Free Plan:** 10 minutes of browser usage per day with 3 concurrent browsers at no charge. +- **Workers Paid Plan:** 10 hours of browser usage per month with 10 concurrent browsers (averaged monthly) at no charge. Additional usage is charged as shown above. + +You can monitor usage via the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/browser-rendering). Go to **Compute (Workers)** > **Browser Rendering**. + +![Browser Rendering dashboard](~/assets/images/browser-rendering/dashboard.png) + +If you've been using Browser Rendering and do not wish to incur charges, ensure your usage stays within your plan's [included usage](/browser-rendering/platform/pricing/). To estimate costs, take a look at these [example pricing scenarios](/browser-rendering/platform/pricing/#examples-of-workers-paid-pricing).