$0.002
per call · USD Coin on Base
Private web search for AI agents — zero logging, no tracking, no human signup required. Pay-per-query with USDC, no API keys or accounts. Multi-engine JSON results. Pass q=query, optional count (1-20), offset.
Endpoint
GET https://search.reversesandbox.com/web/search18
Calls / 30d
4
Unique payers / 30d
Sep 9
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.reversesandbox.com/web/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://search.reversesandbox.com/web/search?q=latest+AI+news" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 10,
"engine": "searxng",
"query": "latest AI news",
"web": {
"results": [
{
"content": "A snippet of the search result content...",
"title": "Example Result",
"url": "https://example.com"
}
]
}
}Payment details
0x5770e66181984aa8510777790016b64aeda4f8b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Reversesandbox & similar services
Reversesandbox · Screenshot
search.reversesandbox.com
Private website screenshots for AI agents — capture any URL as PNG or JPEG. Custom viewport, full-page support, zero logging. Pay per shot with USDC. Params: url (required), format (png|jpeg), width, height, fullPage, quality.
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.