search.ai.web
Perform AI-optimized web searches to retrieve synthesized answers and curated results with extracted content for LLM/agent RAG pipelines. Supports domain filtering and recency controls.
Instructions
AI-optimized web search — returns synthesized answer + curated results with extracted page content and relevance scores. Built for LLM/agent RAG pipelines. Supports domain filtering and recency (Tavily)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — Tavily returns AI-synthesized answer + curated results with extracted content | |
| search_depth | No | Search depth: "basic" (faster, 1 credit) or "advanced" (deeper, 2 credits). Default: basic | |
| include_answer | No | Include AI-synthesized answer based on search results (default true) | |
| max_results | No | Number of results to return (default 5, max 20) | |
| include_domains | No | Only include results from these domains (e.g. ["wikipedia.org", "arxiv.org"]) | |
| exclude_domains | No | Exclude results from these domains (e.g. ["reddit.com"]) | |
| days | No | Recency filter — only include results from the last N days |