Email Finder CLI utility to search or verify email addresses

Discover a powerful CLI utility for swiftly searching and verifying email addresses, ensuring accuracy and efficiency in mere minutes.


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
Bash
@root:~$ tomba search --target "tomba.io"

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
Bash
@root:~$ tomba finder --target "domain" --fist "f" --last "l"

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
Bash
@root:~$ tomba verify --target "b.mohamed@tomba.io"

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
Bash
@root:~$ tomba author --target "URL"

Enrichment

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

Email Enrichment
Bash
@root:~$ tomba enrich --target "b.mohamed@tomba.io"

Linkedin

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

Linkedin Email Finder
Bash
@root:~$ tomba linkedin --target "URL"