batch
Scrape multiple URLs asynchronously with shared settings, yielding a job ID for status polling. Switch to summary mode to fetch only SEO metadata (title, description, canonical) for audits.
Instructions
Scrape many URLs asynchronously with shared options. Returns a job id — poll with batch_status. For SEO/status audits over many pages set mode 'summary': items carry metadata only (title, description, canonical, contentLength) instead of full page content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | summary: per-URL metadata only, no page content — the light mode for audits | |
| urls | Yes | URLs to scrape | |
| engine | No | Fetch engine (default auto) | |
| format | No | Output format (default markdown) | |
| country | No | ISO country code for the proxy exit | |
| content_mode | No | Per-URL content scope: smart (default) | article | full |