Skip to content

Commit 63dd772

Browse files
minor fixes
1 parent 9fdb924 commit 63dd772

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,27 @@ import {
1919

2020
<Description>
2121

22-
Browser Rendering enables developers to programmatically control and interact with headless browser instances running on Cloudflare’s global network. This facilitates tasks such as automating browser interactions, capturing screenshots, generating PDFs, and extracting data from web pages.
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

28-
##Integration Methods
28+
Browser Rendering enables developers to programmatically control and interact with headless browser instances running on Cloudflare’s global network. This facilitates tasks such as automating browser interactions, capturing screenshots, generating PDFs, and extracting data from web pages.
29+
30+
## Integration Methods
2931

3032
You can integrate Browser Rendering into your applications using one of the following methods:
3133

3234
- **[REST API](/browser-rendering/rest-api/)**: Ideal for simple, stateless tasks like capturing screenshots, generating PDFs, extracting HTML content, and more.
33-
- **[Workers Binding API](/browser-rendering/workers-binding-api/)**: Suitable for advanced browser automation within [Cloudflare Workers](/workers/). This method provides greater control, enabling more complex workflows and persistent sessions.
35+
- **[Workers Binding API](/browser-rendering/workers-binding-api/)**: Suitable for advanced browser automation within [Cloudflare Workers](/workers/). This method provides greater control, enabling more complex workflows and persistent sessions.
3436

35-
Choose the method that best fits your use case. For example, use the [REST API endpoints](/browser-rendering/rest-api/) for straightforward tasks from external applications and the [Workers Binding API](/browser-rendering/workers-binding-api/) for complex automation within the Cloudflare ecosystem.
37+
Choose the method that best fits your use case. For example, use the [REST API endpoints](/browser-rendering/rest-api/) for straightforward tasks from external applications and the [Workers Binding API](/browser-rendering/workers-binding-api/) for complex automation within the Cloudflare ecosystem.
3638

37-
##Use Cases
39+
## Use Cases
3840

3941
Browser Rendering can be utilized for various purposes, including:
42+
4043
- Fetch HTML content of a page.
4144
- Capture screenshot of a webpage.
4245
- Convert a webpage into a PDF document.
@@ -60,6 +63,12 @@ A globally distributed coordination API with strongly consistent storage.
6063

6164
</RelatedProduct>
6265

66+
<RelatedProduct header="Agents" href="/agents/" product="agents">
67+
68+
Build and deploy AI-powered agents that can autonomously perform tasks.
69+
70+
</RelatedProduct>
71+
6372
## More resources
6473

6574
<CardGrid>

0 commit comments

Comments
 (0)