← Back to marketplace

StableEnrich

external

Pay-per-request access to Apollo, Clado, Exa, Firecrawl, Google Maps, Serper, and Whitepages APIs. No auth, no subscriptions.

by Stableenrich24 endpoints100% uptime259ms avg

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

Base URL

https://stableenrich.dev

Endpoints (24)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/api/apollo/org-enrich
base$0.0495

Apollo Organization Enrichment - Enrich single company by domain

POST/api/apollo/org-search
base$0.0200

Apollo Organization Search - Find companies by filters

POST/api/apollo/people-search
base$0.0200

Apollo People Search - Find prospects by filters

POST/api/clado/contacts-enrich
base$0.2000

Clado Contacts Enrichment - Enrich contact info from LinkedIn URL, email, or phone

POST/api/cloudflare/crawl
base$0.1000

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.

POST/api/cloudflare/jobs
base
POST/api/exa/answer
base$0.0100

Exa Answer - Get AI-generated answers with citations

POST/api/exa/search
base$0.0100

Exa Search - Neural search across the web

POST/api/firecrawl/search
base$0.0252

Firecrawl Search - Search the web

POST/api/google-maps/aerial-view/render-video
base$0.0100

Google Aerial View - Request rendering of a new aerial flyover video for an address

POST/api/google-maps/nearby-search/partial
base$0.0200

Google Maps Nearby Search (Partial)

GET/api/google-maps/solar/building-insights
base$0.0200

Google Solar API - Closest building roof insights including imageryDate

GET/api/google-maps/solar/data-layers
base$0.0800

Google Solar API - Aerial GeoTIFF data layers (rgbUrl, dsmUrl, fluxUrl) with imageryDate

POST/api/google-maps/text-search/partial
base$0.0200

Google Maps Text Search (Partial)

POST/api/hunter/email-verifier
base$0.0300

Hunter - Verify email deliverability. Fast and cached verifications return the final result immediately; Hunter pending responses return a job id to poll with SIWX.

POST/api/hunter/email-verifier/jobs/%7BjobId%7D
base
POST/api/minerva/enrich
base$0.0500

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.

POST/api/minerva/validate-emails
base$0.0100

Minerva Validate Emails - Check if email addresses exist in the Minerva database and retrieve validation status and last seen timestamps.

POST/api/reddit/post-comments
base$0.0200

Reddit Post Comments - Get post details and comments

POST/api/serper/lens
base$0.2000

Serper - Google Lens reverse image search

POST/api/serper/news
base$0.0400

Serper - Google News search

POST/api/serper/people-image-search
base$0.0400

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.

POST/api/serper/shopping
base$0.0400

Serper - Google Shopping search

POST/api/whitepages/person-search
base$0.4400

Whitepages Person Search - Find people by name, phone, address

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# 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.dev
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { 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();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

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.