Tomba Email Finder Cli

CLI utility to search or verify email addresses .

Features ✨

  • 🛡️ Instantly locate email addresses from any website.
  • 🛡️ Email verify to confirm an email address' authenticity.
  • 🛡️ Enrich email with data.
  • 🛡️ Instantly discover the email addresses of Linkedin URLs.
  • 🛡️ Instantly discover the email addresses of article authors.

Installation

Using Snap

Get it from the Snap Store

sudo snap install tomba

Using Go

Make sure that $GOPATH/bin is in your $PATH, because that's where this gets installed:

go install github.com/tomba-io/tomba@latest

Using homebrew tap

The formula

brew install tomba-io/tap/tomba

Using scoop

scoop bucket add tomba https://github.com/tomba-io/scoop-bucket.git
scoop install tomba

Get Started 🎉

By default, invoking the CLI shows a help message:

tomba

Login

Sign in to Tomba account

tomba login

Domain search

Instantly locate email addresses from any company name or website.

tomba search --target "tomba.io"

Slack Command

/search tomba.io

Email Finder

Retrieves the most likely email address from a domain name, a first name and a last name.

tomba finder --target "tomba.io" --fist "mohamed" --last "ben rebia"

Enrichment

Locate and include data in your emails.

tomba enrich --target "b.mohamed@tomba.io"

Slack Command

/enrich b.mohamed@tomba.io

Author Finder

Instantly discover the email addresses of article authors.

tomba author --target "https://clearbit.com/blog/company-name-to-domain-api"

Slack Command

/author https://clearbit.com/blog/company-name-to-domain-api

Linkedin Finder

Instantly discover the email addresses of Linkedin URLs.

tomba linkedin --target "https://www.linkedin.com/in/mohamed-ben-rebia"

Slack Command

/linkedin https://www.linkedin.com/in/mohamed-ben-rebia

Email Verifier

Verify the deliverability of an email address.

tomba verify --target "b.mohamed@tomba.io"

Slack Command

/checker b.mohamed@tomba.io

Http

Tomba Reverse Proxy

tomba http

Endpoints

NameRouteBodyStateSlackMethod
author finder/authorurlCompletedYesPost
email counter/countdomainCompletedNoPost
enrichment/enrichemailCompletedYesPost
linkedin finder/linkedinurlCompletedYesPost
domain search/searchdomainCompletedYesPost
domain status/statusdomainCompletedNoPost
email verifier/verifyemailCompletedYesPost
logs/logsNoCompletedNoGet
usage/usageNoCompletedNoGet

Available Commands

Command nameDescription
authorInstantly discover the email addresses of article authors.
completionGenerate the autocompletion script for the specified shell
countReturns total email addresses we have for one domain.
enrichLocate and include data in your emails.
finderRetrieves the most likely email address from a domain name, a first name and a last name.
helpHelp about any command
httpRuns a HTTP server (reverse proxy).
linkedinInstantly discover the email addresses of Linkedin URLs.
loginSign in to Tomba account
logoutdelete your current KEY & SECRET API session.
logsCheck your last 1,000 requests you made during the last 3 months.
searchInstantly locate email addresses from any company name or website.
statusReturns domain status if is webmail or disposable.
usageCheck your monthly requests.
verifyVerify the deliverability of an email address.
versionPrint version number and build information.

Command Global Flags

shortoptslongoptsDescription
-h--helphelp for tomba
-j--jsonoutput JSON format. (default true)
-k--keyTomba API KEY.
-o--outputSave the results to file.
-p--protSets the port on which the HTTP server should bind. (default 3000)
-s--secretTomba API SECRET.
-t--targetTARGET SPECIFICATION Can pass email, Domain, URL, Linkedin URL.
-y--yamloutput YAML format.

Auto-Completion

Auto-completion is supported for at least the following shells:

bash
fish
powershell
zsh

NOTE: it may work for other shells as well because the implementation is in Golang and is not necessarily shell-specific.

Completion

Installing auto-completions is as simple as running one command (works for bash, fish, powershell and zsh shells):

tomba completion zsh

Get started here: Tomba CLI

Still have questions?

If you have any issues or questions about Tomba, feel free to contact us, we will be happy to help you!