Find the linkedin email address from an linkedin URL, with a simple API call.
@root:~$ curl --request GET \
--url 'https://api.tomba.io/v1/linkedin?url=https://www.linkedin.com/in/mohamed-ben-rebia' \
--header 'Content-Type: application/json' \
--header 'X-Tomba-Key: ta_xxxx' \
--header 'X-Tomba-Secret: ts_xxxx'
The Linkedin Finder requires an online Linkedin URL. It returns the name, the email address, and a confidence score. If the email address is displayed somewhere online, the sources are also returned.
{
"data": {
"website_url": "tomba.io",
"accept_all": null,
"email": "b.mohamed@tomba.io",
"first_name": "Mohamed",
"last_name": "Ben rebia",
"country": null,
"gender": "male",
"phone_number": null,
"position": "CEO",
"twitter": null,
"linkedin": "https:\/\/www.linkedin.com\/in\/mohamed-ben-rebia",
"disposable": false,
"webmail": false,
"full_name": "Mohamed Ben rebia",
"company": "Tomba technology web service LLC ",
"score": 99,
"verification": {
"date": "2021-05-25",
"status": "valid"
},
"sources": [
{
"uri": "https:\/\/github.com\/tomba-io\/generic-emails\/blob\/084fc1a63d3cdaf9a34f255bedc2baea49a8e8b9\/src\/lib\/validation\/hash.ts",
"website_url": "github.com",
"extracted_on": "2021-02-08T20:09:54+01:00",
"last_seen_on": "2021-02-08T22:43:40+01:00",
"still_on_page": true
},
{
"uri": "https:\/\/github.com\/tomba-io\/generic-emails\/blame\/084fc1a63d3cdaf9a34f255bedc2baea49a8e8b9\/src\/lib\/validation\/hash.ts",
"website_url": "github.com",
"extracted_on": "2021-02-08T20:09:59+01:00",
"last_seen_on": "2021-02-08T22:43:40+01:00",
"still_on_page": true
},
...
...
...
...
...
]
}
}
The Linkedin Finder is a tool to find verified email addresses of professionals by their url.
To find an email address, you need:
The Linkedin 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 cases can happen.
In both cases, the email addresses go through an email verification to validate the accuracy.
Yes! You can use the Bulk Linkedin 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 Linkedin Finder 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.