POST
/
findSimilar

Get your Exa API key

Authorizations

Authorization
string
header
required

API key can be provided either via x-api-key header or Authorization header with Bearer scheme

Body

application/json
url
string
required

The url for which you would like to find similar links.

numResults
integer
default:
10

Number of results to return (up to thousands of results available for custom plans)

Required range: x < 100
includeDomains
string[]

List of domains to include in the search. If specified, results will only come from these domains.

excludeDomains
string[]

List of domains to exclude from search results. If specified, no results will be returned from these domains.

startCrawlDate
string

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.

endCrawlDate
string

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.

startPublishedDate
string

Only links with a published date after this will be returned. Must be specified in ISO 8601 format.

endPublishedDate
string

Only links with a published date before this will be returned. Must be specified in ISO 8601 format.

includeText
string[]

List of strings that must be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.

excludeText
string[]

List of strings that must not be present in webpage text of results. Currently, only 1 string is supported, of up to 5 words.

contents
object

Response

200 - application/json
OK
requestId
string

Unique identifier for the request

results
object[]

A list of search results containing title, URL, published date, author, and score.

costDollars
object