Use in agentExa models

Exa modelsapi generation api

exa/search

Run a neural semantic web search.. Search the open web with a natural-language query and get back the most relevant results, optionally with page contents inline.

Input
The natural-language search query.
Search mode. auto lets Exa choose; the deep modes trade latency for higher-quality retrieval. Allowed values: auto, fast, instant, deep-lite, deep, deep-reasoning.
1100
Number of results to return. Range: 1 to 100.
Optional hint about the kind of pages to prioritize. Allowed values: company, research paper, news, personal site, financial report, people.
Only return results from these domains.
Exclude results from these domains.
Only return results published on or after this ISO 8601 date. Format: ISO 8601 date and time.
Only return results published on or before this ISO 8601 date. Format: ISO 8601 date and time.
Content options to return alongside each result.
JSON Schema used to synthesize a structured output from the results.
Instruction that guides how the structured output is generated.
Idle

Example output — click Run to generate your own

API README

Exa Search

Run a neural semantic web search. Search the open web with a natural-language query and get back the most relevant results, optionally with page contents inline. It is suitable for web-search workflows.

Capability

Run a neural semantic web search. Search the open web with a natural-language query and get back the most relevant results, optionally with page contents inline. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Search and discover relevant records for research, monitoring, and product experiences.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models