RocketReach

Active

by Orthogonal

Contact data (700M profiles).

Enrichment

Endpoints · 6

Base URLhttps://x402.orthogonal.com/rocketreach
GET/profile-company/lookup$0.50Look up a person and their associated company data in a single request.
POST/person/search$0.50Search for people by various criteria including name, title, company, location, and more. Returns paginated results. Consumes 1 export credit per page.
GET/person/lookup$0.50Look up a person by name, email, LinkedIn URL, or other identifiers. Returns professional profile and contact information. Consumes 1 export credit.
GET/company/lookup$0.50Look up a company by name, domain, or ID. Returns company profile including industry, size, location, revenue, and more. Consumes 1 export credit.
GET/person/checkStatusNot publishedCheck the status of a pending person lookup request. Free, no credit cost.
POST/searchCompany$0.50Search for companies by name, domain, industry, location, size, revenue, and more. Returns paginated results. Consumes 1 export credit per page.

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/rocketreach/profile-company/lookup
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.5" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/rocketreach/profile-company/lookup \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

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