Overview
Add Exa Search to any ModuleX agent or workflow. AI-powered semantic web search, content extraction, similarity matching, and answer generation against the Exa REST API (api.exa.ai).
Authentication
- API Key
- ModuleX Managed Key
API Key Authentication
Authenticate using your Exa API keyStep 1
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Exa API Key | Your Exa API key from dashboard.exa.ai | Yes | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx |
Available Actions
search — Perform semantic web search using Exa's AI-powered search engine. Supports multiple search types (auto, neural, deep, fast) and category filtering.
search — Perform semantic web search using Exa's AI-powered search engine. Supports multiple search types (auto, neural, deep, fast) and category filtering.
Parameters
10)auto)true)false)false)Response
get_contents — Extract full page contents, summaries, and metadata from a list of URLs. Uses cached results with optional live crawling.
get_contents — Extract full page contents, summaries, and metadata from a list of URLs. Uses cached results with optional live crawling.
Parameters
true)false)3)false)fallback)Response
find_similar — Find pages similar to a given URL using semantic similarity. Ideal for discovering related content, competitive analysis, and research expansion.
find_similar — Find pages similar to a given URL using semantic similarity. Ideal for discovering related content, competitive analysis, and research expansion.
answer — Get an AI-generated answer to a question informed by Exa search results. Provides accurate answers with citations from authoritative sources.
answer — Get an AI-generated answer to a question informed by Exa search results. Provides accurate answers with citations from authoritative sources.
Limits & Quotas
- Standard tier: ~60 req/min.
- Deep search: ~20 req/min (higher compute cost).
- Pricing (approx., per legacy manifest):
- Neural search 1–25 results: $0.005
- Neural search 26–100: $0.025
- Deep search 1–25: $0.015
- Deep search 26–100: $0.075
- Content per page: $0.001
- Error model: non-2xx responses and timeouts are caught and
returned as
success=False+errorrather than raising. Plan for retries on the agent side based on the error string.