Browser-Rendered Page HTML
web.scrape.browserRender JavaScript-heavy pages with a headless browser to return fully rendered HTML, ideal for SPAs, React, Vue, or dynamic content that raw HTTP cannot capture.
Instructions
⚡ ACTION: Render a URL with headless browser and return JS-rendered HTML. Use for SPAs, React/Vue apps, or pages with dynamic content that raw HTTP cannot capture. Returns fully rendered DOM as HTML text (Zyte)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to render with headless browser — returns JS-rendered HTML. Use for SPAs, dynamic content. More expensive than extract. Example: "https://example.com" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |