scrape_batch
Scrape multiple URLs in a batch process, receiving a job ID to track progress.
Instructions
Start a batch scrape over many URLs. Returns immediately with a job_id.
Poll progress with scrape_job_status(job_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| format | No | markdown | |
| concurrency | No | ||
| main_content | No | ||
| timeout_ms | No |