multi_fetch
Fetch up to five URLs at once, returning each page as clean Markdown to compare sources or gather information from multiple pages in a single request.
Instructions
Fetch multiple URLs in parallel and return their content as Markdown. Useful for comparing sources or gathering information from several pages at once. Max 5 URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to fetch (max 5) | |
| timeout | No | Timeout per page in ms (default: 30000) | |
| wait_for | No | CSS selector to wait for on each page | |
| max_length_per_page | No | Max content length per page in characters (default: 15000) |