Skip to content

Commit c08d86a

Browse files
authored
Browser Rendering: REST API limit increase changelog entry (#28757)
1 parent 893ef93 commit c08d86a

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

18 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Browser Rendering: 3x higher REST API request rate"
3+
description: "The Browser Rendering REST API rate limit has been increased from 3 to 10 requests per second for Workers Paid plans."
4+
products:
5+
- browser-rendering
6+
date: 2026-03-04
7+
---
8+
9+
import { Image } from "astro:assets";
10+
import restApiLimitIncrease from "~/assets/images/changelog/browser-rendering/rest-api-limit-increase.png";
11+
12+
[Browser Rendering](/browser-rendering/) REST API rate limits for Workers Paid plans have been increased from 3 requests per second (180/min) to **10 requests per second (600/min)**. No action is needed to benefit from the higher limit.
13+
14+
<Image src={restApiLimitIncrease} alt="Browser Rendering REST API rate limit increased from 3 to 10 requests per second" width="637" height="64" />
15+
16+
The [REST API](/browser-rendering/rest-api/) lets you perform common browser tasks with a single API call, and you can now do it at a higher rate.
17+
18+
- [/content - Fetch HTML](/browser-rendering/rest-api/content-endpoint/)
19+
- [/screenshot - Capture screenshot](/browser-rendering/rest-api/screenshot-endpoint/)
20+
- [/pdf - Render PDF](/browser-rendering/rest-api/pdf-endpoint/)
21+
- [/markdown - Extract Markdown from a webpage](/browser-rendering/rest-api/markdown-endpoint/)
22+
- [/snapshot - Take a webpage snapshot](/browser-rendering/rest-api/snapshot/)
23+
- [/scrape - Scrape HTML elements](/browser-rendering/rest-api/scrape-endpoint/)
24+
- [/json - Capture structured data using AI](/browser-rendering/rest-api/json-endpoint/)
25+
- [/links - Retrieve links from a webpage](/browser-rendering/rest-api/links-endpoint/)
26+
27+
If you use the [Workers Bindings](/browser-rendering/workers-bindings/) method, increases to concurrent browser and new browser limits are coming soon. Stay tuned.
28+
29+
For full details, refer to the [Browser Rendering limits page](/browser-rendering/limits/).

0 commit comments

Comments
 (0)