parallel_read_url
Extract clean content from multiple web pages simultaneously to compare information across sources or gather data efficiently.
Instructions
Read multiple web pages in parallel to extract clean content efficiently. For best results, provide multiple URLs that you need to extract simultaneously. This is useful for comparing content across multiple sources or gathering information from multiple pages at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URL configurations to read in parallel (maximum 5 URLs for optimal performance) | |
| timeout | No | Timeout in milliseconds for all URL reads |