/search returns a list of links relevant to your query. There are two search types - neural and keyword.
Get API Key
Authorizations
Body
The query string.
"Here is an article about the state of search:"
If true, your query will be converted to a Exa query. Default false. Neural or Auto search only.
The Type of search, 'keyword', 'neural', or 'auto' (decides between keyword and neural). Default neural.
(beta) A data category to focus on, with higher comprehensivity and data cleanliness. Categories right now include company, research paper, news, github, tweet, movie, song, personal site, and pdf.
company, research paper, news, github, tweet, movie, song, personal site, pdf Number of search results to return. Default 10. Max 10 for basic plans. Up to thousands for custom plans.
10
List of domains to include in the search. If specified, results will only come from these domains.
["example.com", "sample.net"]List of domains to exclude in the search. If specified, results will not include any from these domains.
["excludedomain.com", "excludeme.net"]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.
"2023-01-01T00:00:00.000Z"
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.
"2023-12-31T00:00:00.000Z"
Only links with a published date after this will be returned. Must be specified in ISO 8601 format.
"2023-01-01T00:00:00.000Z"
Only links with a published date before this will be returned. Must be specified in ISO 8601 format.
"2023-12-31T00:00:00.000Z"
List of strings that must be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
["electron", "positron"]List of strings that must not be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.
["neutron", "elon"]
