LinkedIn Contact Information by Lix

FREE
By Lix it | Updated a month ago | Business
Popularity

6.7 / 10

Latency

25,206ms

Service Level

100%

Health Check

N/A

README

Contact Information API Documentation

Retrieve a Validated Email address for any LinkedIn user.


Email from LinkedIn Profile

Uses 1 Email Credit.

The contact API runs one validation check on the email address and returns the result. If the email address is valid, it will be returned in the response. If the email address is Probable, the response will contain a list of alternative email addresses. A credit is only deducted if the email address is Valid. You can re-run the validation check on the email address multiple times until you receive a Valid response. We recommend doing this 5-10 times if the email is Probable.

HTTP Request

GET https://api.lix-it.com/v1/contact/email/by-linkedin

URL Parameters

Required parameters

url

The url-encoded URL of the LinkedIn profile you would like to get an email address for.

Here is an example of a LinkedIn Contact Information API call in Python:

import requests
url = "<https://api.lix-it.com/v1/contact/email/by-linkedin?url=https://www.linkedin.com/in/alfie-lambert>"
payload={}
headers = {
  'Authorization': lix_api_key
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)

This call will return JSON, structured like this:

json { "email": "*****@lix-it.com", "status": "VALID", "alternatives": ["*****@lix-it.com"] }
Followers: 1
Resources:
Product Website
API Creator:
Rapid account: Lix It
Lix it
lix-it
Log In to Rate API
Rating: 5 - Votes: 1