Short answer: Drop the "Exa → Exa Neural Search" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Query query | string | Required | Query (required) |
Type type | options | Optional | Type. Options: Auto, Neural, Keyword |
Num Results num_results | string | Optional | Num Results |
Include Page Text include_text | options | Optional | Include Page Text. Options: Yes, No |
{"query": "{{trigger.query}}","type": "{{trigger.type}}","num_results": "{{trigger.num_results}}","include_text": "{{trigger.include_text}}"}
{"results": [{"url": "https://example.com","text": "...","score": 0.95,"title": "Title","publishedDate": "2026-01-01"}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.