$0.005
per call · USD Coin on Base
Web search via Tavily. Returns top N results with URL, title, content snippet, score.
Endpoint
POST https://api.speccy.cloud/v1/web/search4
Calls / 30d
1
Unique payers / 30d
Sep 2
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://api.speccy.cloud/v1/web/search", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"max_results": 5,
"query": "Speccy x402 paid tools"
}),
});
const data = await res.json();curl -X POST \
"https://api.speccy.cloud/v1/web/search" \
-H "Content-Type: application/json" \
-d '{"max_results":5,"query":"Speccy x402 paid tools"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 5,
"query": "...",
"results": [
{
"content": "...",
"score": 0.92,
"title": "...",
"url": "https://..."
}
],
"success": true
}Payment details
0x0cb12df486381a0ebebc0ef338da80657f68f9cbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Speccy & similar services
Speccy · Exec
exec.speccy.cloud
Run untrusted Python 3.12 code in an isolated Docker sandbox (no network, read-only FS, 0.5 CPU, 512MB RAM, 30s timeout). Returns stdout, stderr and exit code. Max code size 64KB.
Speccy · Predictions Polymarket
api.speccy.cloud
Top Polymarket prediction markets by 24h volume. Returns up to 50 markets with id, question, slug, volume, volume24hr, liquidity, endDate, outcomes and outcomePrices.
Speccy · Ffmpeg Transform
tools.speccy.cloud
Standard ffmpeg transformations: transcode, simple filters, resize <1080p. Returns base64 output. 50MB max input/output, 60s timeout, sandboxed workdir.