$0.007
per call · USD Coin on Base
Exa /search endpoint
Endpoint
POST https://api.exa.ai/search6.0k
Calls / 30d
87
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.exa.ai/search", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"numResults": 10,
"query": "example search query",
"type": "auto"
}),
});
const data = await res.json();cURL
curl -X POST \
"https://api.exa.ai/search" \
-H "Content-Type: application/json" \
-d '{"numResults":10,"query":"example search query","type":"auto"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"results": [
{
"score": 0.99,
"title": "Example",
"url": "https://example.com"
}
]
}Payment details
Pay to
0x6d6e695b09861467c7d462f5aaf31cf3540b9192Asset
USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913NetworksBase, Solana
Schemesexact
Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Exa & similar services
Exa · Contents
api.exa.ai
Exa /contents endpoint
POSTBaseSearch & Web
$0.001 / call188 calls / 30d
S
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
POSTBaseSearch & Web
$0.01 / call44k calls / 30d
T
Twit · Tweets Search
x402.twit.sh
Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.
GETBaseSearch & Web
$0.006 / call8.8k calls / 30d