Retrieve Contact Information
Get email addresses and phone numbers for LinkedIn profiles using URL, email, or phone lookup
Retrieve contact information including email addresses and phone numbers for any profile. This endpoint accepts a LinkedIn URL, email address, or phone number as input and returns all available contact methods.
Get Contact Information
Query Parameters
Exactly one of the following parameters must be provided:
Parameter | Type | Required | Description |
---|---|---|---|
linkedin_url | string | No | LinkedIn profile URL to look up |
string | No | Email address to search for | |
phone | string | No | Phone number to search for |
Examples
Search by LinkedIn URL:
Search by Email:
Search by Phone:
Response
Response (No Contacts Found)
Response (Error)
Response Fields
Contact Object
Field | Type | Description |
---|---|---|
type | string | Type of contact (“email” or “phone”) |
value | string | The actual contact value |
subType | string | Subtype (“work”, “personal”, “mobile”, etc.) |
rating | string | Confidence rating (0-100) for the contact accuracy |
Social Object
Field | Type | Description |
---|---|---|
type | string | Social platform type (“li”, “fb”, “tw”, “ig”) |
link | string | URL to the social media profile |
rating | string | Confidence rating (0-100) for the social media match |
Social Platform Types
Type | Platform |
---|---|
li | |
fb | |
tw | |
ig |
Error Responses
Status Code | Description |
---|---|
400 | Bad Request - No parameters provided or multiple parameters provided |
401 | Unauthorized - API key missing or invalid |
402 | Payment Required - Insufficient credits (costs 1 credit) |
500 | Internal Server Error - Error processing request |
Notes
- Each request costs 1 credit, regardless of whether data comes from cache
- High-quality contacts with rating ≥90 are prioritized
- Social links with rating ≥60 are included
- Results are cached for faster subsequent lookups
- For email/phone searches, the system first finds the associated LinkedIn profile
Authorizations
API key must be provided as a Bearer token in the Authorization header. Example: lk_your_api_key_here
Query Parameters
The LinkedIn profile URL to look up. Exactly one of 'linkedin_url', 'email', or 'phone' must be provided.
Email address to search for. Exactly one of 'linkedin_url', 'email', or 'phone' must be provided.
Phone number to search for. Exactly one of 'linkedin_url', 'email', or 'phone' must be provided.
Response
Successful contact information retrieval
The response is of type object
.