Enrich any email address with a simple API call.
@root:~$ curl --request GET \
--url 'https://api.tomba.io/v1/enrich?email=alex@clearbit.com' \
--header 'Content-Type: application/json' \
--header 'X-Tomba-Key: ta_xxxx' \
--header 'X-Tomba-Secret: ts_xxxx'
The Enrichment API lets you look up person and company data based on an email, For example, you could retrieve a person’s name, location and social handles from an email
{
"email": {
"mx_records": true,
"smtp_server": true,
"smtp_check": true,
"accept_all": true,
"block": false,
"email": "alex@clearbit.com",
"gibberish": false,
"disposable": false,
"webmail": false,
"result": "risky",
"score": 92,
"regex": true,
"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
},
{
"uri": "https://clearbit.com/prospector",
"website_url": "clearbit.com",
"extracted_on": "2021-01-12T12:53:03+01:00",
"last_seen_on": "2021-01-12T12:53:03+01:00",
"still_on_page": true
},
{
"uri": "https://clearbit.com/pardot",
"website_url": "clearbit.com",
"extracted_on": "2021-01-12T12:53:03+01:00",
"last_seen_on": "2021-01-12T12:53:03+01:00",
"still_on_page": true
},
{
"uri": "https://pypi.org/project/clearbit/",
"website_url": "pypi.org",
"extracted_on": "2021-01-29T20:32:08+01:00",
"last_seen_on": "2021-02-05T02:15:43+01:00",
"still_on_page": true
},
{
"uri": "https://growjo.com/company/Clearbit",
"website_url": "growjo.com",
"extracted_on": "2021-07-23T09:11:15+01:00",
"last_seen_on": "2021-07-23T20:19:38+01:00",
"still_on_page": true
},
{
"uri": "https://help.clearbit.com/hc/en-us/articles/360019332974-dashdash-Setup-Guide",
"website_url": "help.clearbit.com",
"extracted_on": "2021-07-25T07:53:54+01:00",
"last_seen_on": "2021-07-25T11:07:40+01:00",
"still_on_page": true
},
...
...
...
]
}
The Enrichment is a tool to find verified email addresses of professionals by their name.
To find an email address, you need:
The Enrichment 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 cases can happen.
In both cases, the email addresses go through an email verification to validate the accuracy.
Yes! You can use the Bulk Enrichment 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 Enrichment can't find the email address, we recommend verifying the following elements:
One search that returns an email costs one Search request. If the Email Finder fails to provide a result, it is free.
With a free account, you can use up to 50 searches/month. If you need more, please check the pricing for more information.