$0.01
per call · USD Coin on Base
DataForAgents — Steam catalog search for agents (name, genre, price filters)
Endpoint
GET https://dataforagents.net/v1/steam/search1
Calls / 30d
1
Unique payers / 30d
Sep 3
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://dataforagents.net/v1/steam/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://dataforagents.net/v1/steam/search?genre=Indie&limit=5&price_max=20&q=terraria" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": [
{
"appid": 105600,
"current_price_usd": 9.99,
"developer": "Re-Logic",
"genres": [
"Action",
"Adventure",
"Indie",
"RPG"
],
"is_free": false,
"name": "Terraria",
"review_score_pct": 97,
"total_reviews": 900000
}
],
"results_count": 1,
"status": "success"
}Payment details
0x5d4ecba4458c49b6f92fd5384686f0caf0c3080bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from DataForAgents & similar services
DataForAgents · Pulse Alpha
dataforagents.net
DataForAgents — Alpha Pulse (15m). Dynamic price: ~80% off when you trigger harvest for an empty calendar block; full price on cache hits.
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.