batch_fetch
Fetch up to 10 public URLs concurrently and return each page's content or error in a single response.
Instructions
Fetch up to 10 public URLs concurrently and return each page's content (or error) in one response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| max_length | No | ||
| ignore_robots_txt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |