CLI utility to search or verify email addresses in minutes.
- π‘οΈ 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.
sudo snap install tomba
Make sure that $GOPATH/bin
is in your $PATH
, because that's where this gets
installed:
go install github.com/tomba-io/tomba@latest
brew install tomba-io/tap/tomba
scoop bucket add tomba https://github.com/tomba-io/scoop-bucket.git
scoop install tomba
By default, invoking the CLI shows a help message:
tomba
Sign in to Tomba account
tomba login
Instantly locate email addresses from any company name or website.
tomba search --target "tomba.io"
Slack Command
/search tomba.io
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"
Locate and include data in your emails.
tomba enrich --target "b.mohamed@tomba.io"
Slack Command
/enrich b.mohamed@tomba.io
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
Instantly discover the email addresses of Linkedin URLs.
tomba linkedin --target "https://www.linkedin.com/in/mohamed-ben-rebia"
Find email address source somewhere on the web
tomba sources --target "ab@tomba.io"
Slack Command
/linkedin https://www.linkedin.com/in/mohamed-ben-rebia
Verify the deliverability of an email address.
tomba verify --target "b.mohamed@tomba.io"
Slack Command
/checker b.mohamed@tomba.io
Tomba Reverse Proxy
tomba http
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 finder | 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 |
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). |
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. |
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 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.
Installing auto-completions is as simple as running one command (works for
bash
, fish
, powershell
and zsh
shells):
tomba completion zsh
Detailed changes for each release are documented in the release notes.
See the official documentation.
Founded in 2021, Tomba prides itself on being the most reliable, accurate, and in-depth source of Email address data available anywhere. We process terabytes of data to produce our Email finder API, company.
- Fork it (https://github.com/tomba-io/tomba/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Please see the Apache 2.0 license file for more information.