fetch_batch
Fetch multiple URLs in parallel with isolated Chrome browsers. Returns content in original order with auto-stabilization for dynamic pages.
Instructions
Fetch multiple URLs in parallel using real Chrome browsers. Each URL gets its own browser instance for isolation. Auto-detects content stabilization. Returns results in same order as input URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URLs to fetch (1-14 URLs) | |
| format | No | Output format for all fetched pages | text |
| timeout | No | Timeout in milliseconds per URL (default: 60000). Increase to 90000+ for slow-loading pages. | |
| human_mode | No | Enable human-mode scrolling and delays for more natural browsing behavior (default: true) |