Parallel URL content extraction
parallel_fetchExtract key excerpts or full Markdown from up to 20 URLs in parallel. Specify a natural-language objective to get only the content most relevant to your task.
Instructions
Extract relevant Markdown excerpts or full content from up to 20 known URLs through Parallel Extract API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| objective | No | Natural-language goal used to select the most relevant page content. | |
| session_id | No | ||
| full_content | No | Return full Markdown content in addition to excerpts. | |
| search_queries | No | Optional keyword queries used with objective to focus excerpts. | |
| max_age_seconds | No | Fetch live content when cached content is older than this many seconds. | |
| max_chars_total | No | Total excerpt/output character limit; defaults to 25,000. | |
| timeout_seconds | No | ||
| max_chars_per_result | No | Maximum excerpt characters per URL. | |
| disable_cache_fallback | No | ||
| full_content_max_chars_per_result | No | Enable full content and cap its characters per URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | ||
| errors | Yes | ||
| results | Yes | ||
| warnings | Yes | ||
| extract_id | Yes | ||
| session_id | Yes |