Find any email address from a name and a domain name with a simple API call.
@root:~$ curl --request GET \
--url 'https://api.tomba.io/v1/email-finder?domain=asana.com&first_name=Moskoz&last_name=Dustin' \
--header 'Content-Type: application/json' \
--header 'X-Tomba-Key: ta_xxxx' \
--header 'X-Tomba-Secret: ts_xxxx'
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": "alex@clearbit.com",
"first_name": "Alex",
"last_name": "Maccaw",
"full_name": "Alex Maccaw",
"gender": "male",
"country": "US",
"position": "founder",
"twitter": "https://twitter.com/maccman",
"linkedin": "https://www.linkedin.com/in/alex-maccaw-ab592978",
"phone_number": null,
"accept_all": true,
"website_url": "clearbit.com",
"company": "Clearbit",
"score": 92,
"verification": {
"date": "2022-08-29",
"status": "accept_all"
},
"sources": [
{
"uri": "https://clearbit.com/",
"website_url": "clearbit.com",
"extracted_on": "2021-01-12T12:53:02+01:00",
"last_seen_on": "2021-01-12T12:53:02+01:00",
"still_on_page": true
},
...
...
...
]
}
Tomba uses a variety of enterprise-grade data sources—each with a current database—instead of its own email addresses to deliver the greatest quality data. For finding confirmed email addresses
The Email Finder uses the most complete database of public email addresses to find the right contact information.
All the email addresses go through a free email verification before being returned. All the email addresses with the green "Verified" shield have been verified and found deliverable. You can use them safely.
For the email addresses that couldn't be validated, a confidence score taking into account various data points indicates how sure the email address is.
Both scenarios can occur.
In both cases, the email addresses go through an email verification to validate the accuracy.
Yes! You can use the Bulk Email Finder to upload a CSV file and enrich it with email addresses or search directly by using our Google Sheets add-on.
The Domain Search lets you search for email addresses related to a website or company and identify the right people to contact.
If the Email Finder can't find the email address, we recommend verifying the following elements:
One Search request is required for each search that produces an email. The Email Finder is cost-free if it does not yield a result.
With a free account, you can use up to 50 searches/month. If you need more, please check the pricing for more information.