Catalog action Integrations

Search the web with Exa's neural (semantic) or keyword search and get relevance-ranked results. Returns titles, URLs, and snippets, with optional publication dates, authors, and full page text; supports category filters (company, news, research paper, github, etc.) and published-date ranges. Ideal for: web research, semantic discovery, finding papers or company pages, building RAG datasets, monitoring recent content.

At a Glance

FieldValue
Action IDexa-search
CategoryIntegrations
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsexa, search, web, neural, semantic, research, read

Payload Schema

FieldTypeRequiredDescription
querystringYesSearch query. Natural-language queries work best with 'auto'/'neural' search; 'keyword' matches terms literally.
numResultsnumberNoNumber of results to return. Range: 1-100. Default: 10
typestringNoSearch type. 'auto' lets Exa choose, 'neural' is semantic/embeddings-based, 'keyword' is literal term matching. Default: 'auto'
categorystringNoOptional content category filter to focus results on a specific type of page.
includeTextbooleanNoWhether to include the full page text of each result (larger payload, higher cost). Default: false
maxCharactersnumberNoMaximum characters of page text to return per result when includeText is true. Range: 1-10000. Default: 2000
startPublishedDatestringNoOnly include results published on or after this ISO 8601 date (e.g. '2024-01-01T00:00:00.000Z').
endPublishedDatestringNoOnly include results published on or before this ISO 8601 date (e.g. '2024-12-31T23:59:59.999Z').

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the search request was successful
resultsarrayYesSearch results, ordered by relevance

Examples

json
{ "type": "exa-search", "payload": { "query": "status:open" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.