screenshot_fullpage
Capture a full-page screenshot (entire scrollable content) of any URL.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
url | string | Yes | — | The URL to screenshot |
width | number | No | 1280 | Viewport width in pixels (320–3840) |
format | string | No | "png" | png, jpeg, or webp |
Example
Take a full page screenshot of https://stripe.com/docsNotes
- Scrolls the entire page and captures everything
- Useful for long landing pages, documentation, and pricing pages
- Max resolution capped at 8192px to prevent memory issues