stableenrich.dev publishes 6 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.28 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /api/companyenrich/properties-enrich | POST | $0.06 | 200 |
| /api/fullenrich/company-search | POST | $0.15 | 200 |
| /api/fullenrich/people-search | POST | $0.15 | 200 |
| /api/google-maps/nearby-search/full | POST | $0.08 | 402 |
| /api/google-maps/nearby-search/partial | POST | $0.02 | 402 |
| /api/pdl/people-enrich | POST | $0.28 | 200 |
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 rang…
FullEnrich Company Search — filter by domain, name, LinkedIn URL/ID, industry, type, HQ, headcount, founding year, keywords, specialties, and company IDs. Requires at least one filter; offset alone → …
FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_emp…
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 planne…
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 …
PDL Person Enrich — career history, emails, phone. Requires one of: `email`, `profile` (LinkedIn URL), or `first_name` + `last_name` + (`company_name` OR `company_domain`). `{ first_name, last_name }`…