From 7af3c28604e80a5109f36f255a206237512655df Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Tue, 22 Apr 2025 16:01:24 +0100 Subject: [PATCH 1/2] new pricing details --- .../browser-rendering/platform/limits.mdx | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx index a5f22cea0516a55..9576412518353fd 100644 --- a/src/content/docs/browser-rendering/platform/limits.mdx +++ b/src/content/docs/browser-rendering/platform/limits.mdx @@ -10,26 +10,15 @@ import { Render, Plan } from "~/components"; -## Workers Free - -| Feature | Limit | -| -------------------------------------- | --------------- | -| Concurrent browsers per account (Workers Binding API only) | 3 per account | -| New browser instances per minute | 3 per minute | -| Browser timeout | 60 seconds [^2] | -| Total requests per min (REST API only) | 6 per minute | - -## Workers Paid +| | Workers Free | Workers Paid | Enterprise | +| :-------------------------------------- | :----------------- | :----------------- | :----------------- | +| Browser hours included | 10 minutes per day | 10 hours per month | 10 hours per month | +| Concurrent browsers | 3 | 10 | 10 | +| Price per additional browser hour | N/A | $0.09 / hour | $0.09 / hour | +| Price per additional concurrent browser | N/A | $2 | $2 | -| Feature | Limit | -| -------------------------------------- | ------------------- | -| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] | -| New browser instances per minute | 10 per minute [^1] | -| Browser timeout | 60 seconds [^2][^1] | -| Total requests per min (REST API only) | 60 per minute | - [^1]: Contact our team to request increases to this limit. [^2]: By default, a browser instance gets killed if it does not get any [devtools](https://chromedevtools.github.io/devtools-protocol/) command for 60 seconds, freeing one instance. Users can optionally increase this by using the `keep_alive` [option](/browser-rendering/platform/puppeteer/#keep-alive). `browser.close()` releases the browser instance. @@ -41,4 +30,3 @@ While the limits above define the maximum number of concurrent browser sessions ## Pricing Browser Rendering service is currently available at no cost up to the limits specified above **until billing begins**. Pricing to be announced and we will provide advance notice before any billing begins. - From 6c56c05bea7e1be2abbc283dae663520656a8787 Mon Sep 17 00:00:00 2001 From: daisyfaithauma Date: Wed, 23 Apr 2025 13:03:10 +0100 Subject: [PATCH 2/2] New pricing details and reverted limits page --- .../browser-rendering/platform/limits.mdx | 23 ++++++++++++++----- .../browser-rendering/platform/pricing.mdx | 19 +++++++++++++++ 2 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 src/content/docs/browser-rendering/platform/pricing.mdx diff --git a/src/content/docs/browser-rendering/platform/limits.mdx b/src/content/docs/browser-rendering/platform/limits.mdx index 9576412518353fd..56feb05690b487c 100644 --- a/src/content/docs/browser-rendering/platform/limits.mdx +++ b/src/content/docs/browser-rendering/platform/limits.mdx @@ -10,15 +10,26 @@ import { Render, Plan } from "~/components"; -| | Workers Free | Workers Paid | Enterprise | -| :-------------------------------------- | :----------------- | :----------------- | :----------------- | -| Browser hours included | 10 minutes per day | 10 hours per month | 10 hours per month | -| Concurrent browsers | 3 | 10 | 10 | -| Price per additional browser hour | N/A | $0.09 / hour | $0.09 / hour | -| Price per additional concurrent browser | N/A | $2 | $2 | +## Workers Free + +| Feature | Limit | +| ---------------------------------------------------------- | --------------- | +| Concurrent browsers per account (Workers Binding API only) | 3 per account | +| New browser instances per minute | 3 per minute | +| Browser timeout | 60 seconds [^2] | +| Total requests per min (REST API only) | 6 per minute | + +## Workers Paid +| Feature | Limit | +| ---------------------------------------------------------- | ------------------- | +| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] | +| New browser instances per minute | 10 per minute [^1] | +| Browser timeout | 60 seconds [^2][^1] | +| Total requests per min (REST API only) | 60 per minute | + [^1]: Contact our team to request increases to this limit. [^2]: By default, a browser instance gets killed if it does not get any [devtools](https://chromedevtools.github.io/devtools-protocol/) command for 60 seconds, freeing one instance. Users can optionally increase this by using the `keep_alive` [option](/browser-rendering/platform/puppeteer/#keep-alive). `browser.close()` releases the browser instance. diff --git a/src/content/docs/browser-rendering/platform/pricing.mdx b/src/content/docs/browser-rendering/platform/pricing.mdx new file mode 100644 index 000000000000000..5e38c7b930f5622 --- /dev/null +++ b/src/content/docs/browser-rendering/platform/pricing.mdx @@ -0,0 +1,19 @@ +--- +pcx_content_type: reference +title: Pricing +sidebar: + order: 30 +--- + +import { Render, Plan } from "~/components"; + + + +Browser rendering is available on all [Workers plans](/workers/platform/pricing/), with usage limits and concurrency varying by tier. The Free plan offers limited daily usage, while the Paid and Enterprise plans include monthly browser hours and support for more concurrent browsers. Additional usage and concurrency can be added as needed. + +| | Workers Free | Workers Paid | Enterprise | +| ------------------------------------------- | ------------------ | ------------------ | ------------------ | +| **Browser hours included** | 10 minutes per day | 10 hours per month | 10 hours per month | +| **Concurrent browsers** | 3 | 10 | 10 | +| **Price per additional browser hour** | N/A | $0.09 / hour | $0.09 / hour | +| **Price per additional concurrent browser** | N/A | $2 | $2 |