LinkedIn Contact Information by Lix

GRATUITO
Por Lix it | Atualizado 2 महीने पहले | Business
Popularidade

6.6 / 10

Latência

25,206ms

Nível de serviço

100%

Health Check

N/A

LEIA-ME

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"] }
Seguidores: 1
Recursos:
Site do produto
API Creator:
Rapid account: Lix It
Lix it
lix-it
Efetuar login para classificar API
Avaliação: 5 - Votos: 1