Cloudflare Browser Run integration (Developer Tools, Data). Imported from open-connector.
https://api.cloudflare.com/client/v4/accounts
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The result page number. |
| perPage | integer | optional | The page size. |
/accounts/{accountId}/browser-rendering/links
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The URL Cloudflare Browser Run should navigate to. |
| html | string | optional | Raw HTML content Cloudflare Browser Run should render. |
| cacheTtl | integer | optional | The Cloudflare Browser Run cache TTL in seconds. Set to 0 to disable caching. |
| actionTimeout | integer | optional | The maximum duration in milliseconds allowed for the browser action after page … |
| bestAttempt | boolean | optional | Whether Cloudflare should proceed when awaited events fail or timeout. |
| gotoOptions | object | optional | Puppeteer navigation options forwarded to Cloudflare Browser Run. |
| setJavaScriptEnabled | boolean | optional | Whether JavaScript should be enabled on the page. |
| userAgent | string | optional | The user agent string used by the browser page. |
| viewport | object | optional | Browser viewport options forwarded to Cloudflare Browser Run. |
| waitForSelector | object | optional | Selector wait options forwarded to Cloudflare Browser Run. |
| waitForTimeout | integer | optional | The fixed wait time in milliseconds before extraction. |
| excludeExternalLinks | boolean | optional | Whether Cloudflare should exclude external links. |
| visibleLinksOnly | boolean | optional | Whether Cloudflare should return only visible links. |
| accountId | string | required | Path parameter: accountId |