fetch_multiple
Retrieve content from multiple URLs in parallel for bulk research or comparison. Optionally render JavaScript to capture dynamic content.
Instructions
Fetch multiple URLs in parallel and return an array of {url, content, error} objects. Useful for bulk research or comparison tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of URLs to fetch (max 20) | |
| render_js | No | Whether to render JavaScript before extracting content. Default: true |