alterlab_batch
Scrape up to 100 URLs in a single batch request with parallel processing. Get a batch ID to poll results and avoid repeated single URL calls.
Instructions
Submit up to 100 URLs for parallel scraping in a single batch request. Returns a batch_id immediately — use alterlab_batch_status to poll results. Each URL can have its own mode, formats, extraction_schema, and options. Credits are pre-debited based on estimated cost; unused credits are refunded on completion. Use this instead of calling alterlab_scrape repeatedly for multiple URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to scrape (max 100) | |
| webhook_url | No | Webhook URL to receive batch.completed event when all jobs finish |