Catalog

Every agent-payable API.

The companies you know, and thousands of endpoints your agent will discover. The catalog groups the network's 11,000+ payable services under the companies that operate them — one company row can carry many service endpoints. Placement can't be bought.

All APIs

11,287 APIs
APICompanyCategoryPrice / callStatus
Vibe Springs
API endpoint health checker and x402 compatibility scanner. Provide target url to fetch and check if it correctly implements the HTTP 402 payment flow, and extract its pricing requirements.
vibesprings.net-$0.003listed
Viridis Agent Fleet
Deterministic greenhouse gas inventory API for auditable Scope 1, 2, and 3 accounting from explicit activity records. The accounting step pairs with Viridis embodied-carbon takeoff, disclosure, and tax-credit engines.
viridisconservation.com-$0.01listed
VoidFeed
Returns verified, citation-backed facts about new AI model releases, benchmark scores, and protocol changes, each with source URLs and confidence.
voidfeed.ai-$0.05listed
VoidFeed
Returns clean, normalized datasets of AI model benchmarks, pricing, leaderboard scores, and Ethereum EIPs, parsed from sources that are costly to scrape.
voidfeed.ai-$0.05listed
Vpin API
DripMetricsAI (api description at https://dripmetrics.ai/) provides on-demand market microstructure and risk metrics for agents and developers. Agents can pay per request via x402 and receive structured JSON metrics without subscriptions or API keys. VPIN measures volume-synchronized order-flow imbalance (an adverse-selection proxy, not a probability); see excessVpin. Discovery examples use the latest 30m window.
dripmetrics.ai-$0.05listed
Wage Check API
Is this salary at or above the statutory minimum wage? Verdict + margin + instrument
latamref.dev-$0.05listed
Wallet Intel
Unified wallet intelligence (POST wrapper, body: {wallet}) — $0.005 USDC
anchor-x402.com-$0.005listed
Wallet Intelligence API
Wallet intelligence: EOA-vs-contract, ETH+USDC balance, tx count, activity/risk flags.
hf.space-$0.005listed
Wallet Investigate
Agent-driven wallet due diligence — multi-step investigation, signed markdown report + JSON sidecar, dual-chain anchored. Async — returns job_id; poll /v1/investigate/status/{job_id} for the deliverable. ETA 5-10 min. $1.77 USDC.
anchor-x402.com-$1.77listed
Wallet NFT Holdings
Lists the NFT collections a Base wallet holds — name, count and floor value — spam-filtered, via Covalent. For agents profiling a wallet's NFT exposure.
com.tr-$0.02listed
Wallet Portfolio / Bagcheck
Look up any wallet's token holdings with live USD values: every ERC-20 position with amount, price, USD value and portfolio %, total portfolio value, top-position concentration, and spam/unpriced filtering. The 'bagcheck' call for copy-trading, risk, research and portfolio agents. Across Base, Ethereum, Optimism, Arbitrum, Polygon. Free upstream (Blockscout).
agentexchange.work-$0.01listed
Wallet Screen
Wallet risk pre-flight (POST wrapper, body: {wallet}) — OFAC + address-reputation → allow/review/block. $0.02 USDC.
anchor-x402.com-$0.02listed
WalletRisk
EVM wallet risk scoring — transaction patterns, exposure analysis, suspicious activity
lonestaroracle.xyz-$0.15listed
Wallets Demo Weather
Real-time current weather conditions for a city or location, including temperature, humidity, precipitation, wind, and a human-readable condition.
workers.dev-$1,000.00listed
Web Page Scraper
Fetch any public web page and return clean main content as JSON: title, author, publish date, hostname, excerpt, full text, and word_count. Boilerplate (nav, ads, footers) is stripped. Input: url (public http/https). Use to read articles, docs, or pages and feed clean text to an LLM.
shizu.me-$0.006listed
Web Reader
Fetch a URL and return clean readable text. No LLM, flat rate.
24klabs.ai-$0.005listed
Web Search, News & Page Reader
Read any web page or article: fetch up to 5 URLs in one batch call and extract the main content as clean, LLM-ready markdown or plain text. Convert webpages to markdown, scrape page text, pull article content for RAG ingestion and AI agent context.
x402atlas.com-$0.01listed
Web Search, News & Page Reader
Deep web research for AI agents — advanced search returning the highest-relevance results with multiple query-focused snippets per source, plus an optional LLM-generated answer grounded in the returned sources when include_answer is set. One-call research assistant for high-precision queries; news and finance topics, date and domain filters.
x402atlas.com-$0.025listed
Web search returning URLs, titles, and descriptions
Web search returning URLs, titles, and descriptions
oneshotagent.com-$0.001listed
WebberSites x402 Data API
Exact date arithmetic — the calendar math LLMs guess at. ?from=&to= → days, business days, weeks, hours between; ?date=&add=30d|2w|3m|1y|10bd → the resulting date (bd = business days); ?date= alone → weekday, ISO week, day-of-year, leap year, unix. All UTC, Mon-Fri business days, real-calendar validation (Feb 30 is rejected).
webbersites.com-$0.001listed
WebberSites x402 Data API
Elixir lint / debug kit: POST {code}, get the bugs back with line numbers. Deterministic static analysis — code is parsed, never executed, no AI. Catches unbalanced do/end and brackets, missing do, 'return', '+' string concat, trailing commas, field assignment, = vs == in conditions and guards, block-scoped rebinding (the classic), charlist vs String mixups, unused variables. Errors, warnings and hints with fixes. Max 128 KB.
webbersites.com-$0.002listed
WebberSites x402 Data API
Read one of your wallet's scratchpads — the exact text or JSON you last wrote, from any session, any machine; the paying wallet is the identity. Add ?raw=1 for the bare document instead of the JSON envelope. Reading extends the pad's life 30 days.
webbersites.com-$0.001listed
WebberSites x402 Data API
AGENT DATASTORE — list your wallet's collections: names, row counts, created dates, plus total rows and storage bytes used against the 50MB quota.
webbersites.com-$0.001listed
WebberSites x402 Data API
JavaScript / Node lint: POST {code}, get the bugs back with line numbers. Syntax errors come from the real V8 parser (compile-only — code is never executed), plus deterministic checks: loose == coercion, assignment in conditions, comparisons with NaN, const reassignment (runtime TypeError), var pitfalls, unused variables, leftover console.log. Handles ESM imports, template literals, regex. No AI. Max 128 KB.
webbersites.com-$0.002listed
WebberSites x402 Data API
HTML → Shopify section converter. POST static HTML; get back a drop-in theme section: headings, paragraphs, images, links, and buttons are lifted into {{ section.settings.* }} references and a matching {% schema %} is generated with your original content as the defaults — immediately editable in the Shopify theme editor. Deterministic transform, no AI; output is self-linted before it's returned.
webbersites.com-$0.01listed
WebberSites x402 Data API
AGENT DATASTORE — drop one of your wallet's collections and all its rows. Cheap on purpose: clean up after yourself and stay under quota.
webbersites.com-$0.001listed
WebberSites x402 Data API
PHP lint: POST {code}, get the bugs back with line numbers. Deterministic static analysis — code is never executed, no AI. Catches SQL injection (request data interpolated into query strings), the removed mysql_* API, unbalanced braces, '+' string concat, = vs == in conditions, type-juggling loose comparisons, eval/extract on request data, unused variables, leftover var_dump. Understands PHP tags, heredocs, interpolation. Max 128 KB.
webbersites.com-$0.002listed
WebberSites x402 Data API
Uptime/health probe for any public URL: sends a HEAD request (auto GET fallback when the server refuses HEAD), follows redirects with per-hop safety checks, and returns up/down, HTTP status, latency in ms, redirect chain, final URL, and key response headers. Deterministic, no page download — a monitoring probe agents can call on a schedule.
webbersites.com-$0.002listed
WebberSites x402 Data API
Cheapest liveness ping: ONE request to any public URL — is anything answering, and how fast? Returns up/down, HTTP status, and latency in ms. Any HTTP response below 500 counts as up; redirects are reported, not followed. High-frequency monitoring loops belong here; step up to /api/uptime for redirect following and headers, /api/uptime/report for the full timing/TLS/CDN report.
webbersites.com-$0.001listed
WebberSites x402 Data API
Barcode generator for product, shipping, and inventory labels: GET ?data=&type= and receive a print-ready SVG plus PNG (base64) and a data: URI. Types: code128 (default), ean13, ean8, upca, upce, code39, itf14, gs1-128, codabar, datamatrix, pdf417, aztec. Check digits, quiet zones, and the human-readable line are handled per spec; invalid input for a symbology returns a clear 400. Deterministic, no network. QR codes live at /api/qr.
webbersites.com-$0.01listed
WebberSites x402 Data API
List your wallet's scratchpads: names, sizes, updated and expiry dates. The cheap 'do I have memory here?' call for the start of a session.
webbersites.com-$0.001listed
WebberSites x402 Data API
Exact financial + token math. POST {op:…}: compound (growth with per-period contributions), amortize (payment, total interest, schedule), npv, irr (deterministic bisection) — and token_units: exact decimal↔base-unit conversion via BigInt for any token decimals (ETH 18, USDC 6), the 18-decimal math that float64 silently corrupts. Iterative series computed exactly, never guessed.
webbersites.com-$0.005listed
WebberSites x402 Data API
Exact descriptive statistics — LLMs cannot reliably sum 200 numbers; this can. POST {values:[…]} for count/sum/mean/median/stddev/percentiles; {x:[],y:[]} for Pearson correlation + linear regression; {rows:[…], field} for object arrays — or {collection, field?} to run stats DIRECTLY ON YOUR DATASTORE collection (the paying wallet is the identity; reading extends its life 30 days). Up to 100k values, Kahan-summed.
webbersites.com-$0.005listed
WebberSites x402 Data API
Live crypto conversion at CoinGecko prices: any coin to any coin or fiat, and fiat to coin. ?amount=0.5&from=bitcoin&to=ethereum — common tickers (btc, eth, sol…) accepted. Returns the rate, the converted amount, and the underlying prices. Prices cached ≤30s; cheap enough to call in a loop.
webbersites.com-$0.001listed
WebberSites x402 Data API
What is this website built with? Deterministic fingerprinting from one fetch — like the old meta generator tag, but it works even when sites strip it. Detects WordPress, Shopify, Squarespace, Wix, Webflow, GoDaddy, Drupal, Joomla, Ghost, Magento, Next.js/Nuxt/Gatsby/Astro and other frameworks, static HTML, custom PHP — with the evidence for the verdict, the raw generator tag when present, and the server/CDN stack. No AI.
webbersites.com-$0.002listed
WebberSites x402 Data API
L2 ORDER-BOOK DEPTH — the live bid/ask ladder for any crypto pair, normalized across Coinbase, Binance.US and Kraken (auto-fallback, or pick a source). Returns bids/asks to your depth plus the analytics that matter: mid, spread (absolute + bps), book liquidity per side, and slippage estimates for $1k/$10k/$100k market orders both directions. Deterministic, no keys, ~1.5s cache. ?pair=BTC-USD&depth=50&source=auto
webbersites.com-$0.05listed
WebberSites x402 Data API
SITE-WIDE audit — the full 7-part on-page audit (head/meta, alt text, social cards, links, WCAG, schema.org, robots) run across up to 8 pages of one site in a single call. Discovers pages from the start URL's internal links, audits each, and returns per-page scores plus a site-level score, grade, and the issues that repeat across pages. The finished deliverable: one call, whole-site verdict. ?url=&pages=&level=&detail=
webbersites.com-$0.05listed
WebberSites x402 Data API
Webbie page generator: site name, headline, tagline, hero images, content sections, nav, colors — returns a finished responsive standalone HTML page. Three templates (horizon, split, editorial); the seed deterministically picks template + fonts + accent, so reusing it across calls builds a consistent multi-page site. Nav loads from an editable nav.json at view-time. No AI — deterministic templating.
webbersites.com-$0.02listed
WebberSites x402 Data API
BRAND KIT bundle — one call, a complete starter identity: finished logo (SVG + PNG), app icon (1024px SVG + PNG), 1200x630 social/OG card, and a usable color palette with WCAG-checked text pairings. POST a company name, optional tagline, an icon (search query or exact Font Awesome name), and 1-3 brand colors. Everything matches: same mark, same colors, same fonts. The pieces individually total ~$0.05; the kit is $0.05 and adds the palette and coherence.
webbersites.com-$0.05listed
Webpage to Markdown
Fetch any public web page and return its main content as clean Markdown, ready to feed to an LLM. Boilerplate (nav, ads, footers) stripped. Input: url (public http/https). Returns {url, markdown, word_count}.
shizu.me-$0.004listed
Weekly Pattern API
Historical performance by day of week (avg return + win rate per weekday) over the lookback. Use to time entries/exits around statistically stronger or weaker days. Seasonality, not a forecast.
swaphunt.dev-$0.004listed
Weight Converter API
Convert a weight/mass value between units (kg, g, lb, oz, stone, tonne, and more).
vercel.app-$0.0025listed
Wellnizz API
Find nearby supported lab collection locations or official locator handoffs.
wellnizz.com-$0.005listed
Wellnizz API
Ask a grounded question across wellness data and analyses owned by the paying wallet.
wellnizz.com-$0.01listed
Wellnizz API
Find labs, wearable integrations, and genetics providers across modalities and regions.
wellnizz.com-$0.005listed
Whale Flow
Flow, not snapshot: the largest transfers of a Base token in the last 24h, classified by whether whales are sending INTO DEX pools (sell pressure) or pulling OUT (accumulation) — a net sell-pressure read that decays in hours. Complements holder-forensics ('who could dump') with 'is anyone dumping now'. CDP-indexed events.
com.tr-$0.04listed
Whole Market Snapshot API
Whole-market snapshot: total crypto market cap, total 24h volume, BTC dominance, and counts of active coins and markets. One call for the macro state of crypto — the top-of-funnel context before drilling into an asset.
swaphunt.dev-$0.002listed
Wikipedia Article Summary
Wikipedia article summary — plain-text and HTML extract, short description, thumbnail and Wikidata id for any title, in a clean normalized envelope with CC-BY-SA attribution.
x402atlas.com-$0.005listed
Word of the Day
Get today's curated Word of the Day (definition + part of speech).
vercel.app-$0.0015listed
Working Days In A Date Range API
Working days in a date range: weekends + public holidays applied, next working day
afriref.dev-$0.02listed
← Prevpage 91 of 226Next →