Skip to content

Commit 1ad1557

Browse files
improved landing page
1 parent 0f6e9d2 commit 1ad1557

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/content/docs/browser-rendering/index.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,37 @@ import {
1919

2020
<Description>
2121

22-
Browser automation for [Cloudflare Workers](/workers/).
22+
Browser automation for [Cloudflare Workers](/workers/) and [quick browser actions](/browser-rendering/rest-api/).
2323

2424
</Description>
2525

2626
<Plan type="workers-all" />
2727

2828
The Workers Browser Rendering API allows developers to programmatically control and interact with a headless browser instance and create automation flows for their applications and products. Once you configure the service, Workers Browser Rendering gives you access to a WebSocket endpoint that speaks the [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). DevTools is what allows Cloudflare to instrument a Chromium instance running in the Cloudflare global network.
2929

30-
Use Browser Rendering to:
30+
Use [Browser Rendering API](/browser-rendering/workers-binding-api/) to:
3131

3232
- Take screenshots of pages.
3333
- Convert a page to a PDF.
3434
- Test web applications.
3535
- Gather page load performance metrics.
3636
- Crawl web pages for information retrieval.
3737

38+
For more advanced automation needs like building custom workflows or maintaining persistent browser sessions the Workers Binding API is the ideal choice.
39+
40+
For looking for a fast and simple way to execute standard browser tasks without the overhead of writing complex scripts, use the [REST API endpoints](/browser-rendering/rest-api/).
41+
42+
Use REST API endpoints to:
43+
44+
- Fetch HTML content of a page.
45+
- Capture screenshot of a webpage.
46+
- Convert a webpage into a PDF document.
47+
- Take a webpage snapshot.
48+
- Scrape specified HTML elements from a webpage.
49+
- Capture Structured Data: Retrieve data in a structured format.
50+
- Extract Markdown content from a webpage.
51+
- Gather all hyperlinks found on a webpage.
52+
3853
## Related products
3954

4055
<RelatedProduct header="Workers" href="/workers/" product="workers">

0 commit comments

Comments
 (0)