Pay-per-request access to FullEnrich, CompanyEnrich, LeadMagic, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.
Price
from $0.0020
up to $0.2200 per request
Network
base
Category
other
On-chain txns
1,094
Uptime
100%
Avg latency
344ms
Checks
79
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
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.
CompanyEnrich Organization Enrich — full company profile by domain. employees/revenue are range strings. Known issue: openai.com resolves to wrong entity. x.com returns 404 — use twitter.com. total_funding may lag funding array; M&A not included. Verify domain before expand: workforce.
CompanyEnrich Enrich by properties — match by name or social URL when domain is unknown. Best-match disambiguation; verify returned domain before downstream people searches. employees/revenue are range strings. expand: workforce adds +5 upstream credits.
Exa Contents - Retrieve content from URLs
Exa Find Similar - Find pages similar to a given URL
Exa Search - Neural search across the web
Firecrawl Scrape - Scrape a URL with full JavaScript rendering. Use as a fallback when WebFetch returns empty/JS-only content or 403s.
Google Aerial View - Look up a previously rendered flyover video by address or videoId
Google Aerial View - Request rendering of a new aerial flyover video for an address
Google Maps Nearby Search (Full). Finds places near a latitude/longitude using Google Places supported type filters. Use google-maps/text-search/full for natural-language searches like "wedding planner" or "event planner".
Google Maps Nearby Search (Partial). Finds places near a latitude/longitude using Google Places supported type filters. Use google-maps/text-search/partial for natural-language searches like "wedding planner" or "event planner".
Google Maps Place Details (Full)
Google Maps Place Details (Partial)
Google Solar API - Closest building roof insights including imageryDate
Google Solar API - Aerial GeoTIFF data layers (rgbUrl, dsmUrl, fluxUrl) with imageryDate
Google Solar API - Render a Solar GeoTIFF layer (rgb, dsm, flux, shade, or mask) as PNG/JPEG. Pass either a GeoTIFF id or latitude/longitude. Returns JSON with a public image url and metadata. monthlyFlux supports one month or a 4x3 grid; hourlyShade supports one hour or a 6x4 grid.
Google Maps Text Search (Partial). Pagination: repeat the full original body including textQuery on every page; pageToken is only valid for the search that produced it.
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. Field aliases: email→emails in match_condition_fields, education→education_experience in return_fields.
Minerva Resolve - Resolve person identity to a Minerva PID and LinkedIn URL. Supports fuzzy matching and reverse lookup by email or phone only.
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
Reddit Search - Search Reddit posts
Whitepages Person Search - Find people by name, phone, address
Whitepages Property Search — property ownership and residents by address. Use street (aliases: address, street_line, street_address), state_code (not state), zipcode (not zip/postal_code). No indexed property record returns 200 { result: null }, not 404.
# 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.