Tomba API Overview For Developers

Bring the power of Tomba to your users. All our data is available in a simple-to-use and powerful API.


Domain Search

The Domain Search requires a domain name and returns a set of data about the organisation, along with the email addresses found and additional information about the people owning those email addresses.

Domain Search API
Bash
@root:~$ curl api.tomba.io/v1/domain-search

Email Finder

The Email Finder requires the name of a person and a domain name. It returns the professional email of this person and a confidence score. If the email address is displayed somewhere online, the sources are also returned.

Email Finder API
Bash
@root:~$ curl api.tomba.io/v1/email-finder

Email Verifier

The Email Verifier requires an email address. It returns the verification result to check if the email address is deliverable or not, with the detailed validation checks made and a confidence score.

Email Verifier API
Bash
@root:~$ curl api.tomba.io/v1/email-verifier

Author Finder

The Author Finder requires an online article URL. It returns the author's name, email address, and confidence score. If the email address is displayed somewhere online, the sources are also returned.

Author Finder API
Bash
@root:~$ curl api.tomba.io/v1/author-finder

Enrichment

Enrichment API lets you look up person and company data based on an email

Email Enrichment API
Bash
@root:~$ curl api.tomba.io/v1/enrich

Linkedin

Linkedin API lets you look up person data based on an Linkedin URL

Linkedin API
Bash
@root:~$ curl api.tomba.io/v1/linkedin