Search
Search the web with an Exa prompt-engineered query.
/search
returns a list of links relevant to your query and optionally get their full page contents.
Get your Exa API key
Authorizations
Body
The query string.
A data category to focus on.
company
, research paper
, news
, pdf
, github
, tweet
, personal site
, linkedin profile
, financial report
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled before this date. Must be specified in ISO 8601 format.
Only links with a published date before this will be returned. Must be specified in ISO 8601 format.
List of domains to exclude in the search. If specified, results will not include any from these domains.
List of strings that must not be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
List of domains to include in the search. If specified, results will only come from these domains.
List of strings that must be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
Number of search results to return. Default 10. Max 10 for basic plans. Up to thousands for custom plans.
Crawl date refers to the date that Exa discovered a link. Results will include links that were crawled after this date. Must be specified in ISO 8601 format.
Only links with a published date after this will be returned. Must be specified in ISO 8601 format.
The type of search. Default auto, which automatically decides between keyword and neural.
keyword
, neural
, auto
Autoprompt converts your query to an Exa query. Default false. Neural and auto search only.