Proxycurl Reverse Email Lookup API takes a work email address and returns you a Linkedin Profile URL
Resolve Linkedin Profile from a work email address
import requests
api_endpoint = 'https://nubela.co/proxycurl/api/linkedin/profile/resolve/email'
api_key = 'YOUR_API_KEY'
header_dic = {'Authorization': 'Bearer ' + api_key}
params = {
'work_email': '[email protected]',
}
response = requests.get(api_endpoint,
params=params,
headers=header_dic)
The accuracy of the linkedin profile returned is on a best-effort basis. Results are not guaranteed to be accurate.
{
"url": "https://sg.linkedin.com/in/steven-goh-6738131b"
}
Companies of all sizes need access to Proxycurl, so we have a flexible pricing system for any size of project or company.
We partner with organizations large and small to transform their product with big data
Here's what we've been up to recently.
Learn all about the LinkedIn API, with comprehensive Python code demos. Dive into the world of LinkedIn APIs, official and third-party alternatives, and understand how to access and utilize LinkedIn profile data through Python code examples.
13 MIN READ