web_screenshot
Capture PNG screenshots of any page in a real browser with anti-bot handling, returning the image path and inline preview. Use for visual questions: layout, charts, or how a page looks.
Instructions
Save a PNG of a page rendered in a real browser, anti-bot handled like web_fetch, and return its path, by default with the image inline. Use when the question is visual: layout, a chart, an image, how a page looks to a person. To read or act on a page use web_snapshot instead: cheaper, and it gives refs, whereas a screenshot cannot be clicked. full_page captures the whole scroll height, mobile renders it as a phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to render. | |
| tier | No | Browser tier: browser, stealth, real (default), warm. | |
| proxy | No | Proxy URL for this run only; web_route sets one per domain. | |
| inline | No | Return the PNG inline as image content too. Default true, skipped above 3 MB. | |
| mobile | No | Render the page as a phone would: phone user agent and viewport. | |
| profile | No | Profile saved by web_login whose cookies to use. | |
| timeout | No | Timeout in ms. Default 60000. | |
| full_page | No | Capture the whole scrollable page. Default false (viewport only). |