Pay-per-request access to Apollo, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.
Price
from $0.0100
up to $0.4400 per request
Network
base
Category
other
On-chain txns
3,939
Uptime
100%
Avg latency
259ms
Checks
91
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Apollo Organization Enrichment - Enrich single company by domain
Apollo Organization Search - Find companies by filters
Apollo People Search - Find prospects by filters
Clado Contacts Enrichment - Enrich contact info from LinkedIn URL, email, or phone
Cloudflare Browser Rendering Crawl - Start a crawl job and return a token to poll for results. Respects robots.txt and supports pattern-based URL filtering.
Exa Answer - Get AI-generated answers with citations
Exa Search - Neural search across the web
Firecrawl Search - Search the web
Google Aerial View - Request rendering of a new aerial flyover video for an address
Google Maps Nearby Search (Partial)
Google Solar API - Closest building roof insights including imageryDate
Google Solar API - Aerial GeoTIFF data layers (rgbUrl, dsmUrl, fluxUrl) with imageryDate
Google Maps Text Search (Partial)
Hunter - Verify email deliverability. Fast and cached verifications return the final result immediately; Hunter pending responses return a job id to poll with SIWX.
Minerva Enrich - Enrich person records with demographics, work history, education, contact info, addresses, and financial signals. Supports lookup by Minerva PID, LinkedIn URL, or name/email/phone.
Minerva Validate Emails - Check if email addresses exist in the Minerva database and retrieve validation status and last seen timestamps.
Reddit Post Comments - Get post details and comments
Serper - Google Lens reverse image search
Serper - Google News search
Serper - Google Images search tuned for people/headshots. For ambiguous people, resolve the profile slug/company/title first. LinkedIn photos may be non-public; if LinkedIn reports a default avatar or the first search fails, research the profile for alternate disambiguators and retry with public non-LinkedIn source terms.
Serper - Google Shopping search
Whitepages Person Search - Find people by name, phone, address
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://stableenrich.dev \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://stableenrich.devimport { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";
const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);
const res = await x402Fetch("https://stableenrich.dev", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.