← Tools Reference

Cloudflare Browser Run

Cloudflare Browser Run integration (Developer Tools, Data). Imported from open-connector.

API key2 toolshttps://api.cloudflare.com/client/v4
GET
cloudflare_browser_rendering_list_accounts
List Cloudflare accounts accessible to the API token so callers can confirm account IDs used by Browser Run actions.

/accounts

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe result page number.
perPageintegeroptionalThe page size.
POST
cloudflare_browser_rendering_get_links
Render a URL or raw HTML with Cloudflare Browser Run and return links discovered on the page.

/accounts/{accountId}/browser-rendering/links

14 parameters
ParamTypeRequiredDescription
urlstringoptionalThe URL Cloudflare Browser Run should navigate to.
htmlstringoptionalRaw HTML content Cloudflare Browser Run should render.
cacheTtlintegeroptionalThe Cloudflare Browser Run cache TTL in seconds. Set to 0 to disable caching.
actionTimeoutintegeroptionalThe maximum duration in milliseconds allowed for the browser action after page …
bestAttemptbooleanoptionalWhether Cloudflare should proceed when awaited events fail or timeout.
gotoOptionsobjectoptionalPuppeteer navigation options forwarded to Cloudflare Browser Run.
setJavaScriptEnabledbooleanoptionalWhether JavaScript should be enabled on the page.
userAgentstringoptionalThe user agent string used by the browser page.
viewportobjectoptionalBrowser viewport options forwarded to Cloudflare Browser Run.
waitForSelectorobjectoptionalSelector wait options forwarded to Cloudflare Browser Run.
waitForTimeoutintegeroptionalThe fixed wait time in milliseconds before extraction.
excludeExternalLinksbooleanoptionalWhether Cloudflare should exclude external links.
visibleLinksOnlybooleanoptionalWhether Cloudflare should return only visible links.
accountIdstringrequiredPath parameter: accountId