Web Search
searchSearch the live web by routing each query to an optimal engine from six providers, returning ranked results with optional synthesized answers and citations.
Instructions
Search the live web via GroundRoute.
Routes the query to the best-value engine across Serper, Brave, Exa, Tavily, Firecrawl, and Perplexity (price-led — the cheapest engine that clears a quality bar), serving cache hits when available and failing over automatically. Returns ranked results, an optional synthesized answer with citations (answer mode), and routing/cache/billing metadata. Use it for any current-information, documentation, news, API, or research lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query. | |
| mode | No | Search mode: 'auto' (GroundRoute classifies and picks the engine), or force one of 'web', 'news', 'academic', 'answer' (synthesized answer + citations), or 'page' (fetch full page content). | auto |
| max_results | No | Maximum number of results to return. | |
| freshness | No | Recency filter: 'fresh' (last day/week), 'semi' (last month), or 'static' (timeless). Omit to let GroundRoute auto-detect from the query. | |
| domains | No | Restrict results to these domains (include-only), e.g. ['arxiv.org']. | |
| lang | No | ISO 639-1 language code to bias results, e.g. 'en'. | |
| country | No | ISO 3166-1 alpha-2 country code to bias results, e.g. 'us'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Ranked search results. | |
| answer | No | Synthesized answer when the query warrants one; else null. | |
| citations | No | Sources backing the answer. | |
| meta | Yes | Routing/cache/billing metadata for the call. |