fetch_pages
Fetch multiple web pages in parallel and get clean markdown, status codes, and errors. Optionally enable JS rendering for dynamic sites.
Instructions
Fetch many web pages in parallel. Returns JSON with a results array (url, title, markdown, status_code, blocked) and an errors array for URLs that failed. Set js_render=true for JavaScript-heavy pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| js_render | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |