batch_extract
Process multiple URLs in parallel and return consolidated results. Enables batch analysis and comparison of web page content.
Instructions
Process multiple URLs in parallel and return consolidated results. Highly efficient for agents that need to analyze multiple pages, compare content, or do batch research. Includes rate limiting and error recovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URLs to process (max 10 for performance) | |
| options | No | ||
| extraction_type | No | Type of extraction to perform on all URLs | article |