Integrate Exa into the workflow. Can search, get contents, find similar links, answer a question, and perform research.
Search the web using Exa AI. Returns relevant search results with titles, URLs, and text snippets.
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
numResults | number | No | No description |
useAutoprompt | boolean | No | No description |
type | string | No | Search type: "neural", "keyword", "auto", or "fast". Default: "auto" |
includeDomains | string | No | Comma-separated list of domains to include in results (e.g., "github.com, stackoverflow.com") |
excludeDomains | string | No | Comma-separated list of domains to exclude from results (e.g., "reddit.com, pinterest.com") |
category | string | No | Filter by category: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report |
text | boolean | No | No description |
highlights | boolean | No | No description |
summary | boolean | No | No description |
livecrawl | string | No | Live crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails) |
apiKey | string | Yes | No description |
pricing | custom | No | No description |
metadata | string | No | No description |
rateLimit | string | No | No description |
| Parameter | Type | Description |
|---|
results | array | Search results with titles, URLs, and text snippets |
↳ title | string | The title of the search result |
↳ url | string | The URL of the search result |
↳ publishedDate | string | Date when the content was published |
↳ author | string | The author of the content |
↳ summary | string | A brief summary of the content |
↳ favicon | string | URL of the site's favicon |
↳ image | string | URL of a representative image from the page |
↳ text | string | Text snippet or full content from the page |
↳ score | number | Relevance score for the search result |
Retrieve the contents of webpages using Exa AI. Returns the title, text content, and optional summaries for each URL.
| Parameter | Type | Required | Description |
|---|
urls | string | Yes | No description |
text | boolean | No | If true, returns full page text with default settings. If false, disables text return. |
summaryQuery | string | No | No description |
subpages | number | No | No description |
subpageTarget | string | No | Comma-separated keywords to target specific subpages (e.g., "docs,tutorial,about") |
highlights | boolean | No | No description |
livecrawl | string | No | Live crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails) |
apiKey | string | Yes | No description |
pricing | custom | No | No description |
metadata | string | No | No description |
rateLimit | string | No | No description |
| Parameter | Type | Description |
|---|
results | array | Retrieved content from URLs with title, text, and summaries |
↳ url | string | The URL that content was retrieved from |
↳ title | string | The title of the webpage |
↳ text | string | The full text content of the webpage |
↳ summary | string | AI-generated summary of the webpage content |
Find webpages similar to a given URL using Exa AI. Returns a list of similar links with titles and text snippets.
| Parameter | Type | Required | Description |
|---|
url | string | Yes | No description |
numResults | number | No | No description |
text | boolean | No | No description |
includeDomains | string | No | Comma-separated list of domains to include in results (e.g., "github.com, stackoverflow.com") |
excludeDomains | string | No | Comma-separated list of domains to exclude from results (e.g., "reddit.com, pinterest.com") |
excludeSourceDomain | boolean | No | No description |
highlights | boolean | No | No description |
summary | boolean | No | No description |
livecrawl | string | No | Live crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails) |
apiKey | string | Yes | No description |
pricing | custom | No | No description |
metadata | string | No | No description |
rateLimit | string | No | No description |
| Parameter | Type | Description |
|---|
similarLinks | array | Similar links found with titles, URLs, and text snippets |
↳ title | string | The title of the similar webpage |
↳ url | string | The URL of the similar webpage |
↳ text | string | Text snippet or full content from the similar webpage |
↳ score | number | Similarity score indicating how similar the page is |
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
text | boolean | No | No description |
apiKey | string | Yes | No description |
pricing | custom | No | No description |
metadata | string | No | No description |
rateLimit | string | No | No description |
| Parameter | Type | Description |
|---|
answer | string | AI-generated answer to the question |
citations | array | Sources and citations for the answer |
↳ title | string | The title of the cited source |
↳ url | string | The URL of the cited source |
↳ text | string | Relevant text from the cited source |
Perform comprehensive research using AI to generate detailed reports with citations
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
model | string | No | No description |
apiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
research | array | Comprehensive research findings with citations and summaries |