LinkedIn Contact Information by Lix

БЕСПЛАТНО
От Lix it | Обновлено 2 месяца назад | Business
Популярность

6.8 / 10

Задержка

25,206ms

Уровень обслуживания

100%

Health Check

N/A

ПРОЧТИ МЕНЯ

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"] }
Подписчики: 1
Ресурсы:
Сайт продукта
Создатель API:
Rapid account: Lix It
Lix it
lix-it
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1