exa.search
mock data$0.012 / callSemantic Web Search
Neural/semantic web search — finds conceptually related pages, not just keyword matches. Supports category filters (company, research paper, news, people, tweet), domain filtering, date range. Returns relevance scores and highlighted excerpts (Exa)
Input schema
Search type: "auto" (balanced), "neural" (semantic similarity), "keyword" (traditional). Default: auto
Natural language search query — Exa finds semantically related pages, not just keyword matches
Category filter for specialized indexes (optional)
Number of results (default 10, max 25)
Include full extracted page text in results (default false — saves tokens)
Exclude results from these domains
Only include results from these domains (e.g. ["arxiv.org"])
Filter: only results published before this date
Include key sentence highlights (default true)
Filter: only results published after this date (ISO format, e.g. "2025-01-01")
Call via REST
curl -X POST https://unifyapi.pro/api/call/exa.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"type":"<type>","query":"<query>","category":"<category>","num_results":0,"include_text":"<include_text>","exclude_domains":"<exclude_domains>","include_domains":"<include_domains>","end_published_date":"<end_published_date>","include_highlights":"<include_highlights>","start_published_date":"<start_published_date>"}'