← Back to marketplace

StableEnrich

external

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

by Stableenrich27 endpoints100% uptime343ms avg

Price

from $0.0020

up to $0.2200 per request

Network

base

Category

other

On-chain txns

1,094

Uptime

100%

Avg latency

343ms

Checks

81

Status

Healthy

Base URL

https://stableenrich.dev

Endpoints (27)

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

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/companyenrich/org-enrich
base$0.0600

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.

POST/api/companyenrich/properties-enrich
base$0.0600

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.

POST/api/exa/contents
base$0.0020

Exa Contents - Retrieve content from URLs

POST/api/exa/find-similar
base$0.0100

Exa Find Similar - Find pages similar to a given URL

POST/api/exa/search
base$0.0100

Exa Search - Neural search across the web

POST/api/firecrawl/scrape
base$0.0126

Firecrawl Scrape - Scrape a URL with full JavaScript rendering. Use as a fallback when WebFetch returns empty/JS-only content or 403s.

GET/api/google-maps/aerial-view/lookup-video
base$0.0100

Google Aerial View - Look up a previously rendered flyover video by address or videoId

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/full
base$0.0800

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".

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

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".

GET/api/google-maps/place-details/full
base$0.0500

Google Maps Place Details (Full)

GET/api/google-maps/place-details/partial
base$0.0200

Google Maps Place Details (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

GET/api/google-maps/solar/rgb-image
base$0.0500

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.

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

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.

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. Field aliases: email→emails in match_condition_fields, education→education_experience in return_fields.

POST/api/minerva/resolve
base$0.0200

Minerva Resolve - Resolve person identity to a Minerva PID and LinkedIn URL. Supports fuzzy matching and reverse lookup by email or phone only.

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/reddit/search
base$0.0200

Reddit Search - Search Reddit posts

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

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

POST/api/whitepages/property-search
base$0.2200

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.

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.