Bulk Screenshot Capture
screenshot_bulk_captureCapture screenshots of up to 50 webpages in one request. Returns a JSON response with per-URL results including screenshot download URL and status.
Instructions
Capture screenshots of up to 50 webpages in a single request. Returns a JSON response with per-URL results — each entry includes the screenshot download URL, fulfillment status, and any error message.
If any URL needs a specific element targeted via CSS selector, use web_fetch on that page first to identify the correct selector before calling this tool.
Note: multiple_scrolling is NOT supported in bulk mode — for scrolling video captures prefer screenshot_capture_scrolling per URL instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of screenshot config objects (max 50). Each object must include 'url'. All other fields are optional. |