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).
Categories: Web Search & Scraping · Data · Search · Auth: API Key, ModuleX Managed Key · Actions: 4
Authentication
- API Key
- ModuleX Managed Key
API Key Authentication
Authenticate using your Exa API key1
Step 1
Go to https://dashboard.exa.ai and sign up or log in
2
Step 2
Navigate to ‘API Keys’ section
3
Step 3
Create a new API key or copy your existing one
4
Step 4
Paste the API key below
Required Credentials
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
string
required
Search query string
integer
Number of results to return (1-100) (Default:
10)string
Search type: ‘auto’ (default), ‘neural’, ‘deep’, or ‘fast’ (Default:
auto)string
Filter results by content category
array
List of domains to include in search results
array
List of domains to exclude from search results
string
Filter results published after this date (ISO 8601 format)
string
Filter results published before this date (ISO 8601 format)
boolean
Whether to include page text content in results (Default:
true)boolean
Whether to include relevant text highlights (Default:
false)boolean
Whether to include AI-generated summaries (Default:
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
array
required
List of URLs to extract content from
boolean
Whether to include full page text (Default:
true)boolean
Whether to include relevant text highlights (Default:
false)integer
Number of highlight snippets per URL (Default:
3)boolean
Whether to include AI-generated summary (Default:
false)string
Live crawl option: ‘never’, ‘fallback’, ‘preferred’, ‘always’ (Default:
fallback)Response
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.