Pay-per-request access to Apollo, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.
Price
from $0.0020
up to $1.00 per request
Network
base
Category
other
On-chain txns
673
Uptime
100%
Avg latency
545ms
Checks
9
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 Enrichment - Enrich single person by email/name/domain
Apollo People Search - Find prospects by filters
Fetch the fully rendered HTML of any URL after JavaScript execution.
Start an async crawl job. Returns a JWT token to poll /api/browser/crawl/poll for results. Supports up to 25 pages, markdown/html/json output.
Extract structured data from any URL using AI. Provide a natural language prompt or JSON schema to define the output shape.
Extract all links from any URL. Optionally filter to visible-only or same-domain links.
Extract clean Markdown from any URL. Renders JavaScript before extraction.
Render any URL or HTML as a PDF. Supports custom paper size, margins, landscape, and background printing.
Scrape specific HTML elements from any URL by CSS selector. Returns text, HTML, attributes, and element dimensions.
Capture a screenshot of any URL or HTML. Returns a PNG or JPEG image. Supports full-page, element selection, custom viewport.
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 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.
Firecrawl Search - Search the web
Google Maps Nearby Search (Full)
Google Maps Nearby Search (Partial)
Google Maps Place Details (Full)
Google Maps Place Details (Partial)
Google Maps Text Search (Full)
Google Maps Text Search (Partial)
Hunter - Verify email deliverability
Generate a Cloudflare Images delivery URL with on-the-fly transforms. Supports resize, crop, format conversion, blur, sharpen, rotate, and more. The image must have been uploaded via /api/images/upload first.
Upload an image by URL to Cloudflare Images. Returns image ID and delivery URLs. Use the ID with /api/images/transform to generate variant URLs.
Influencer Enrich by Email - Find social media profiles associated with an email address
Influencer Enrich by Social - Enrich social media profile with additional data including contact info
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 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
Run an official audio model on Replicate (text-to-speech, music generation, voice cloning, etc.). $1.00 per request. Input schemas vary per model â call /api/replicate/models/get first and validate against latest_version.openapi_schema. Hidden constraints like 'audio â¤15s' live in parameter description fields. Failed predictions are NOT refunded.
Run an official image model on Replicate (generation, editing, upscaling, etc.). $0.10 per request.
Run an official language model on Replicate (LLMs, speech-to-text, embeddings, etc.). $0.05 per request.
Run an official video model on Replicate (generation, editing, animation, lipsync, image-to-video). $1.00 per request. For audio/music/TTS use /api/replicate/predictions/create-audio instead. Input schemas vary per model â call /api/replicate/models/get first and validate against latest_version.openapi_schema. Failed predictions are NOT refunded.
Serper - Google Lens reverse image search
Serper - Google News search
Serper - Google Shopping search
Whitepages Person Search - Find people by name, phone, address
Whitepages Property Search - Get property ownership and resident data
# 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.