Parallel Search with selectable mode
parallel_searchDefine a search objective and run multiple web queries with date/domain filters to extract targeted excerpts.
Instructions
Search the web through Parallel Search API. Defaults to turbo; select basic or advanced when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Explicit mode override. When omitted, Chinese uses basic and other languages use turbo. | |
| objective | No | Self-contained natural-language goal that explains what the search should answer. | |
| after_date | No | Only include content published on or after this YYYY-MM-DD date. | |
| session_id | No | ||
| max_results | No | ||
| search_queries | Yes | Concise keyword queries; 2-3 queries of 3-6 words usually work best. | |
| exclude_domains | No | ||
| include_domains | No | ||
| max_chars_total | No | Total excerpt/output character limit; defaults to 25,000. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| usage | Yes | ||
| results | Yes | ||
| warnings | Yes | ||
| search_id | Yes | ||
| session_id | Yes |