Screenshot of a public web page
screenshot_urlScreenshot of a public web page. Loads a public URL in a real browser (JavaScript enabled) and takes a screenshot. Private networks and internal addresses are blocked.
Costs 1 credit per call.
Returns a temporary download link (valid 15 minutes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL to capture. | |
| width | No | Browser window width in pixels (100-3840). Default 1280. | |
| format | No | Image format: "png" (default) or "jpeg". | png |
| height | No | Browser window height in pixels (100-2160). Default 800. Ignored if full_page is true. | |
| quality | No | JPEG only. | |
| wait_ms | No | Extra time to wait after the page loads and before capturing, in milliseconds (0-5000). Use it for pages that render late. Default 0. | |
| full_page | No | true = capture the whole scrollable page, not just the first screen. Default false. |