$0.005
per call · USD Coin on Base
Keyword search over the x402 Bazaar discovery index (the ~8,000 most-used of 15k+ resources, refreshed daily): find services by text query with price and usage filters, ranked by unique payers. The discovery endpoint itself has no search — this is it. Every match is reachable: `count` is the full number of hits and `offset`/`limit` page through all of them, up to 100 rows per call. A page past the end of the results is refused with a 400 and settles no payment.
Endpoint
GET https://datastand.dev/api/search/bazaar1
Calls / 30d
1
Unique payers / 30d
Aug 18
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://datastand.dev/api/search/bazaar", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://datastand.dev/api/search/bazaar?limit=20&max_price_usd=0.05&min_payers=10&offset=0&q=web+search" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 2,
"page": {
"has_more": false,
"limit": 20,
"next_offset": null,
"offset": 0,
"returned": 2,
"total": 2
},
"query": "web search",
"results": [
{
"calls_30d": 19607,
"description": "Web search for agents",
"domain": "example.com",
"payers_30d": 386,
"price_usd": 0.01,
"resource": "https://example.com/api/search"
}
]
}Payment details
0x470a1b647d668d3820add26d70c8371557ff4c6bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Datastand & similar services
Datastand · Data NPM Vuln Digest
datastand.dev
The latest npm security advisories, normalized for machines: severity, CVSS, affected packages, vulnerable ranges, patched versions. Merged from two upstream orderings — the 100 most recently published advisories and the 100 most recently REVISED — so a CVSS score finally assigned, or a vulnerable range widened to include the version you run, reaches you instead of being invisible because the advisory was published weeks ago. Derived from the GitHub Advisory Database (CC-BY 4.0, attributed).…
Datastand · LLM Route
datastand.dev
Cheapest-model router: send your token workload and get every current LLM ranked by estimated USD cost, with per-MTok prices, cached-input rates, and context windows. Merges the weekly hand-verified llm-pricing table (every figure carrying its official source URL and verification date) with the daily OpenRouter marketplace catalog — 400+ models — and marks each row `operator-verified` or `marketplace-listed`; `verified_only=1` keeps just the first kind.…
Datastand · Data LLM Pricing
datastand.dev
A verified, machine-readable table of current LLM API pricing (input/output per MTok, cached-input where published) and context windows across Anthropic, OpenAI, Google, xAI and Together. Every row is read off the provider's own page on its stated verification date and carries that page's URL; a row the provider stops publishing is dropped, not carried forward, and a context window we could not verify is null rather than guessed.…