batch_scrape_urls
Extract data from multiple websites simultaneously by scraping up to 10,000 URLs in a single operation for large-scale content collection.
Instructions
Scrape up to 10k URLs at the same time. Perfect for large-scale data extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls_to_scrape | Yes | JSON array of objects with "url" and optional "custom_id". | |
| output_format | No | Choose format for all URLs. Default: "markdown". | markdown |
| country | No | Optional country code for location-specific scraping. | |
| wait_before_scraping | No | Wait time in milliseconds before scraping each URL. | |
| parser | No | Optional parser ID for specialized extraction. |