Browser Content
Fetches fully rendered HTML content from a web page. Either url or html is required (not both). See [Cloudflare Browser Rendering Content Endpoint](https://developers.cloudflare.com/browser-rendering/rest-api/content-endpoint/) for details.
BrowserWebCloudflareContent
Try this nodeInputs
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | No | The URL to render (either url or html required, not both) |
| html | string | No | HTML content to render (either url or html required, not both) |
| rejectResourceTypes | json | No | Array of resource types to block |
| rejectRequestPattern | json | No | Array of regex patterns to block requests |
| allowRequestPattern | json | No | Array of regex patterns to allow requests |
| allowResourceTypes | json | No | Array of resource types to allow |
| setExtraHTTPHeaders | json | No | Custom HTTP headers |
| cookies | json | No | Cookies to set |
| gotoOptions | json | No | Page navigation options |
Outputs
| Name | Type | Description |
|---|---|---|
| html | string | Fully rendered HTML as returned by Cloudflare |
| status | number | HTTP status code from Cloudflare API |
| error | string | Error message if the request fails |
Related Nodes in Browser Automation
Browser Scrape
Scrape elements from a rendered page using Cloudflare Browser Rendering.
Browser Markdown
Fetch markdown from a rendered page using Cloudflare Browser Rendering.
Browser JSON
Fetch JSON from a rendered page using Cloudflare Browser Rendering.
Browser Links
Fetch all links from a rendered page using Cloudflare Browser Rendering.
Browser Screenshot
Capture a screenshot of a webpage using Cloudflare Browser Rendering.
Browser PDF
Fetch a PDF from a rendered page using Cloudflare Browser Rendering.
Browser Snapshot
Get HTML content and screenshot from a rendered page using Cloudflare Browser Rendering.