$0.042
per call · USD Coin on Base
Tavily search-lite — one x402 POST proxies Tavily Search API. $0.042 USDC per request. Entry SKU. Agent search: search lite, serp, tavily, web search, semantic search.
Endpoint
POST https://search.gedx402.com/v1/search/outcome/search-lite9
Calls / 30d
1
Unique payers / 30d
Sep 7
Last called
exact
Payment scheme
Call this service
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://search.gedx402.com/v1/search/outcome/search-lite", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"max_results": 5,
"query": "GEDX402 x402 API pricing",
"search_depth": "basic"
}),
});
const data = await res.json();curl -X POST \
"https://search.gedx402.com/v1/search/outcome/search-lite" \
-H "Content-Type: application/json" \
-d '{"max_results":5,"query":"GEDX402 x402 API pricing","search_depth":"basic"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 1,
"query": "GEDX402 x402 API pricing",
"results": [
{
"rank": 1,
"snippet": "Pay-per-request inference with dynamic USDC pricing…",
"title": "GEDX402 pricing",
"url": "https://gedx402.com/v1/models"
}
]
}Payment details
0xb3c2776ce3f99cb3366520c27b4ac5d436942ab6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from GEDX402 Search & similar services
GEDX402 Search · Search
search.gedx402.com
Tavily web search — POST { query, max_results?: 5 } on search.gedx402.com; ranked results via Tavily API. $0.042 USDC per request. AM-winning shape at /v1/search. Agent search: tavily, web search, serp, search lite, semantic search.
StableEnrich · EXA Search
stableenrich.dev
Exa Search - Neural search across the web
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.