Skip to content

Commit 6c56c05

Browse files
New pricing details and reverted limits page
1 parent 7af3c28 commit 6c56c05

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

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

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,26 @@ import { Render, Plan } from "~/components";
1010

1111
<Plan type="workers-all" />
1212

13-
| | Workers Free | Workers Paid | Enterprise |
14-
| :-------------------------------------- | :----------------- | :----------------- | :----------------- |
15-
| Browser hours included | 10 minutes per day | 10 hours per month | 10 hours per month |
16-
| Concurrent browsers | 3 | 10 | 10 |
17-
| Price per additional browser hour | N/A | $0.09 / hour | $0.09 / hour |
18-
| Price per additional concurrent browser | N/A | $2 | $2 |
13+
## Workers Free
14+
15+
| Feature | Limit |
16+
| ---------------------------------------------------------- | --------------- |
17+
| Concurrent browsers per account (Workers Binding API only) | 3 per account |
18+
| New browser instances per minute | 3 per minute |
19+
| Browser timeout | 60 seconds [^2] |
20+
| Total requests per min (REST API only) | 6 per minute |
21+
22+
## Workers Paid
1923

2024
<Render file="limits-increase" product="browser-rendering" />
2125

26+
| Feature | Limit |
27+
| ---------------------------------------------------------- | ------------------- |
28+
| Concurrent browsers per account (Workers Binding API only) | 10 per account [^1] |
29+
| New browser instances per minute | 10 per minute [^1] |
30+
| Browser timeout | 60 seconds [^2][^1] |
31+
| Total requests per min (REST API only) | 60 per minute |
32+
2233
[^1]: Contact our team to request increases to this limit.
2334

2435
[^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.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
pcx_content_type: reference
3+
title: Pricing
4+
sidebar:
5+
order: 30
6+
---
7+
8+
import { Render, Plan } from "~/components";
9+
10+
<Plan type="workers-all" />
11+
12+
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.
13+
14+
| | Workers Free | Workers Paid | Enterprise |
15+
| ------------------------------------------- | ------------------ | ------------------ | ------------------ |
16+
| **Browser hours included** | 10 minutes per day | 10 hours per month | 10 hours per month |
17+
| **Concurrent browsers** | 3 | 10 | 10 |
18+
| **Price per additional browser hour** | N/A | $0.09 / hour | $0.09 / hour |
19+
| **Price per additional concurrent browser** | N/A | $2 | $2 |

0 commit comments

Comments
 (0)