FAQ

What's different about Exa Search?

Exa search is fully neural - when you search, we use a transformer-based model to predict the links most relevant to your search. The biggest difference is that in Exa, the results you get much more closely match the query you use, letting you for instance search by entity or descriptors.

For example, a Google search for “AI podcasts” returns almost all links like “The 11 Best AI Podcasts” whereas in Exa the results are all actual podcasts, neurally sorted by quality and relevance.

How often is the index updated?

We're always crawling the web.

How does Exa compare to other search APIs?

Exa is fully designed to be used by LLMs:

  • We can instantly return page content for any page in our index.
  • We can return many more results, which LLMs can then sift through.

When should you not use Exa?

We think that if you need a web search API, Exa is the best option. If you need semantic, neural search, Exa search returns much higher quality results. And if you just need traditional search, we wrap traditional search providers with our "keyword" search type and can also get you HTML content from those pages. If you need neither page contents nor neural search, then some other providers may be cheaper.

How can Exa be used in an LLM?

Your LLM can make a Exa search, see a list of results, and then decide which of those results it wants content for. That content can then be fetched using the /contents endpoint, and your LLM could, for instance, answer a question for a user.

Is it free?

Exa is free to use up to 1000 requests per month. Past that, look at our pricing page.

What's our roadmap?

  • Custom comprehensive datasets
  • Support arbitrary non-neural filters.
  • Solve search. No, really.