Skip to main content

Tomba Email Finder CLI

Install and use the Tomba command-line tool to find, verify, and enrich email addresses from your terminal.

Written by Tomba.io Team

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

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

brew install tomba-io/tap/tomba

Using scoop

scoop bucket add tomba https://github.com/tomba-io/scoop-bucket.gitscoop 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 "[email protected]"

Slack Command

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 Email 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 "[email protected]"

Slack Command

Http

Tomba Reverse Proxy

tomba http

Endpoints

Name

Route

Body

State

Slack

Method

author finder

/author

url

Completed

Yes

Post

email counter

/count

domain

Completed

No

Post

enrichment

/enrich

email

Completed

Yes

Post

Linkedin Email Finder

/linkedin

url

Completed

Yes

Post

domain search

/search

domain

Completed

Yes

Post

domain status

/status

domain

Completed

No

Post

email verifier

/verify

email

Completed

Yes

Post

logs

/logs

No

Completed

No

Get

usage

/usage

No

Completed

No

Get

Available Commands

Command name

Description

author

Instantly discover the email addresses of article authors.

completion

Generate the autocompletion script for the specified shell

count

Returns total email addresses we have for one domain.

enrich

Locate and include data in your emails.

finder

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

help

Help about any command

http

Runs a HTTP server (reverse proxy).

linkedin

Instantly discover the email addresses of Linkedin URLs.

login

Sign in to Tomba account

logout

delete your current KEY & SECRET API session.

logs

Check your last 1,000 requests you made during the last 3 months.

search

Instantly locate email addresses from any company name or website.

status

Returns domain status if is webmail or disposable.

usage

Check your monthly requests.

verify

Verify the deliverability of an email address.

version

Print version number and build information.

Command Global Flags

shortopts

longopts

Description

-h

--help

help for tomba

-j

--json

output JSON format. (default true)

-k

--key

Tomba API KEY.

-o

--output

Save the results to file.

-p

--prot

Sets the port on which the HTTP server should bind. (default 3000)

-s

--secret

Tomba API SECRET.

-t

--target

TARGET SPECIFICATION Can pass email, Domain, URL, Linkedin URL.

-y

--yaml

output YAML format.

Auto-Completion

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

bashfishpowershellzsh

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!

Did this answer your question?