Skip to main content
Exa Search logo

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 Authentication

Authenticate using your Exa API key
1

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

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

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

Parameters

string
required
Question to answer using web search
integer
Number of search results to use for generating answer (Default: 5)
string
Search type for finding sources (Default: auto)
array
Domains to prioritize for answers
array
Domains to exclude from answer sources

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 + error rather than raising. Plan for retries on the agent side based on the error string.

Firecrawl

Linkup

Serper