screenshot
Capture screenshots of web pages by providing a URL, with options for format, resolution, and rendering settings to document or analyze web content.
Instructions
Screenshot a URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The target URL to scrape. | |
| format | No | The image format to use for the screenshot. | jpg |
| capture | No | The capture to use for the screenshot. Either fullpage or a CSS selector | fullpage |
| resolution | No | The resolution to use for the screenshot. e.g. 1920x1080 | 1920x1080 |
| country | No | The country to use for the proxy. Supports ISO 3166-1 alpha-2 country codes. | |
| rendering_wait | No | Wait for this number of milliseconds before returning the response. | |
| wait_for_selector | No | The wait for selector to use for the screenshot. | |
| options | No | Screenshot options to use for the screenshot. | |
| auto_scroll | No | If true, automatically scroll the page to load lazy content. | |
| js | No | The JavaScript to execute before capturing. | |
| cache | No | If true, enable response caching. | |
| cache_ttl | No | The cache time-to-live in seconds. | |
| cache_clear | No | If true, bypass & clear cache for this request. | |
| webhook | No | The webhook to call after the request completes. | |
| vision_deficiency_type | No | The vision deficiency to use for the screenshot. | none |