Web Page Screenshot
web.scrape.screenshotCapture a full-page screenshot of any URL as a base64-encoded PNG. Use for visual verification, monitoring, or archiving. A headless browser renders the page before capture.
Instructions
⚡ ACTION: Capture a full-page screenshot of any URL — returns base64-encoded PNG image. Use for visual verification, monitoring, or archiving. Headless browser renders the page before capture (Zyte)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to screenshot — returns base64-encoded PNG image. Use for visual verification or page capture. 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. |