UnifyAPI
← Back to catalog

tavily.search

mock data$0.010 / call

AI 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)

Web Searchprovider: Tavily#tavily#search

Input schema

days

Recency filter — only include results from the last N days

integer
queryrequired

Search query — Tavily returns AI-synthesized answer + curated results with extracted content

string
max_results

Number of results to return (default 5, max 20)

integer
search_depth

Search depth: "basic" (faster, 1 credit) or "advanced" (deeper, 2 credits). Default: basic

string
include_answer

Include AI-synthesized answer based on search results (default true)

boolean
exclude_domains

Exclude results from these domains (e.g. ["reddit.com"])

array
include_domains

Only include results from these domains (e.g. ["wikipedia.org", "arxiv.org"])

array

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.