Cloudflare Browser Rendering icon

Cloudflare Browser Rendering

Browser rendering API for browser sessions, pages, screenshots, PDFs, automation, and web capture.

Handles browser-rendering tasks such as screenshots, PDFs, HTML capture, scraping, and automated page sessions.

Sign in to connect Cloudflare Browser Rendering

Sign in to connect an account and start using Cloudflare Browser Rendering in your apps.

Example Use Cases

These are example ways Snow can use Cloudflare Browser Rendering when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Capture Screenshot

Tool to capture a webpage screenshot. Use when you need a visual snapshot of a URL or HTML with optional viewport and clipping. Always validate screenshot content — the tool returns a successful result even when the captured page is a 404 or error page, with no error signal raised.

List Accounts

List all Cloudflare accounts accessible to the authenticated API token. Returns account IDs, names, types, and settings. Use this to retrieve a valid account_id required by other browser-rendering actions like capture_screenshot, scrape_html_elements, and take_webpage_snapshot.

Scrape HTML Elements

Tool to scrape HTML elements for text, HTML, attributes, and box metrics. Use when you need detailed data of matched selectors after rendering a page.

Take Webpage Snapshot

Capture both rendered HTML content and a screenshot of a webpage in a single request. Returns the full DOM content as a string and a Base64-encoded screenshot image. Useful when you need both visual representation and page content for analysis.