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.
Related integrations
Example Use Cases
These are the Cloudflare Browser Rendering actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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 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.
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.
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.