Tomba

Active

by Orthogonal

Email finding.

Enrichment

Endpoints · 20

Base URLhttps://x402.orthogonal.com/tomba
GET/v1/people/find$0.01Get person information from an email address.
GET/v1/combined/find$0.01Get combined person and company information from an email.
GET/v1/email-count$0.01Get the count of email addresses for a domain, broken down by department and seniority.
GET/v1/author-finder$0.01Find the email address of a blog post author from the article URL.
GET/v1/location$0.01Get employee location distribution for a domain.
GET/v1/email-sources$0.01Find the sources where an email was found on the web.
GET/v1/phone-finder$0.01Find phone numbers associated with an email, domain, or LinkedIn profile.
GET/v1/email-format$0.01Get the email format patterns used by a domain (e.g. first.last, firstlast).
GET/v1/phone-validator$0.01Validate a phone number and get carrier information.
GET/v1/domain-status$0.01Check the status and availability of a domain.
GET/v1/domain-suggestions$0.01Get domain suggestions for a company name
GET/v1/technology$0.01Discover technologies used by a website.
POST/v1/reveal/search$0.01Search for companies using natural language queries or structured filters. AI assistant generates appropriate filters from your query.
GET/v1/companies/find$0.01Get company information from a domain.
GET/v1/similar$0.01Find domains similar to a given domain.
GET/v1/linkedin$0.01Find the email address from a LinkedIn profile URL.
GET/v1/enrich$0.01Enrich an email address with person and company data (name, location, social handles).
GET/v1/email-finder$0.01Find the most likely email address from a domain name, first name, and last name.
GET/v1/domain-search$0.01Search emails based on a website domain. Returns all email addresses found on the internet for a given domain, with organization info and employee details.
GET/v1/email-verifier$0.01Verify the deliverability of an email address.

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/tomba/v1/people/find
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.01" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/tomba/v1/people/find \  -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.