LinkedIn Contact Information by Lix

무료
분류별 Lix it | 업데이트됨 hace 2 meses | Business
인기

6.8 / 10

지연 시간

25,206ms

서비스 수준

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"] }
팔로워: 1
자원:
제품 웹사이트
API 생성자 :
Rapid account: Lix It
Lix it
lix-it
Rate API에 로그인
등급: 5 - 투표: 1