← Back to catalog
tavily.search
mock data$0.010 / callAI Web Search
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
days
integerRecency filter — only include results from the last N days
queryrequired
stringSearch query — Tavily returns AI-synthesized answer + curated results with extracted content
max_results
integerNumber of results to return (default 5, max 20)
search_depth
stringSearch depth: "basic" (faster, 1 credit) or "advanced" (deeper, 2 credits). Default: basic
include_answer
booleanInclude AI-synthesized answer based on search results (default true)
exclude_domains
arrayExclude results from these domains (e.g. ["reddit.com"])
include_domains
arrayOnly include results from these domains (e.g. ["wikipedia.org", "arxiv.org"])
Call via REST
curl -X POST https://unifyapi.pro/api/call/tavily.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"days":0,"query":"<query>","max_results":0,"search_depth":"<search_depth>","include_answer":"<include_answer>","exclude_domains":"<exclude_domains>","include_domains":"<include_domains>"}'