Findymail
Activeby Orthogonal
Email finding.
Enrichment
Endpoints · 14
Base URLhttps://x402.orthogonal.com/findymail
EndpointDescriptionPrice
POST/api/search/business-profile$0.07Find someone's email from a business profile URL. Uses one finder credit if a verified email is found. Limited to 30 concurrent sync requests.
POST/api/technologies$0.07Get the technology stack for a company by domain. 1 credit when technologies found, free when no results.
POST/api/search/phone$0.65Find phone number from a LinkedIn URL. Uses 10 finder credits if found. EU citizens excluded for legal reasons.
GET/api/intellimatch/status$0.001Poll export status for an Intellimatch search. Returns success, processing, pending, failed, or not_found.
POST/api/search/employeesNot publishedFind employees by company website and job title. 1 credit per found contact. Does NOT return email.
POST/api/lookalike/search$0.07Find companies similar to a seed domain. 1 credit per 10 results (rounded up).
POST/api/verify$0.01Verify an email address. Uses one verifier credit on all attempted verifications.
POST/api/search/company$0.07Retrieve company data using a LinkedIn URL, name, or domain. At least one field required. 1 credit per successful response.
GET/api/technologies/search$0.001Search the technology catalog by name. Returns up to 25 results. Free, no credits consumed. Rate limited to 10 req/min.
POST/api/search/name$0.07Find someone's email from name and company (website or name). Uses one finder credit if a verified email is found.
POST/api/search/reverse-email$0.13Find a LinkedIn profile from an email address. 1 credit without profile data, 2 credits with profile data (with_profile=true).
POST/api/search/domain$0.07Find contacts with valid emails at a given domain with given roles. Limited to 5 concurrent sync requests.
GET/api/intellimatch/data$0.01Retrieve paginated company and contact results from a completed Intellimatch search. Pagination billing: call the first page normally and save billing.requestId
POST/api/intellimatch/search$0.07Create an Intellimatch search task using natural language queries. Returns a hash for polling status.
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/findymail/api/search/business-profileResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.07" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/findymail/api/search/business-profile \ -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.
