FullEnrich
Activeby Orthogonal
Waterfall contact enrichment (20+ sources).
Enrichment
Endpoints · 8
Base URLhttps://x402.orthogonal.com/fullenrich
EndpointDescriptionPrice
POST/contact/enrich/bulkNot publishedStart enrichment for up to 100 B2B contacts. Provide first_name + last_name + company or linkedin_url. Returns enrichment_id to poll for results. Async: results
POST/company/lookupNot publishedLook up a single company using its identifiers (domain, or professional network URL/ID). Returns the best matching company. Provide at least one identifier. Cos
POST/people/searchNot publishedSearch for people based on various filters including job title, company, location, industry, and more. Multiple filters within the same field use AND logic. Ret
POST/people/lookupNot publishedLook up a single person using their identifiers (professional network URL/ID, or full name combined with a company identifier). Returns the best matching person
POST/contact/reverse/email/bulkNot publishedIdentify the person and company behind one or more email addresses. Returns full person profile (name, job title, work history) and company details (industry, h
POST/company/searchNot publishedSearch for companies based on various filters including industry, headcount, location, and more. Multiple filters within the same field use AND logic. Returns f
GET/contact/enrich/bulk/{enrichment_id}FreeRetrieve results of a bulk enrichment by enrichment_id. Use this to poll for results if not using webhooks. Returns contact data with emails, phones, and profes
GET/contact/reverse/email/bulk/{enrichment_id}FreeRetrieve results of a reverse email lookup by enrichment_id. Returns person and company profiles for the submitted emails.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/fullenrich/contact/enrich/bulkResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/fullenrich/contact/enrich/bulk \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
