Profile Enrichment
Retrieve detailed profile information using LinkedIn URL, email address, or phone number
Retrieve comprehensive profile information including work experience, education, and contact details. This endpoint accepts a LinkedIn URL, email address, or phone number as input.
Enrich Profile Data
Query Parameters
Exactly one of the following parameters must be provided:
Parameter | Type | Required | Description |
---|---|---|---|
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 Data Found)
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 successful request costs 1 credit
- If searching by email or phone, the system first finds the associated LinkedIn profile
- End date of “1970-01-01T00:00:00” indicates current position
- Website URLs are returned as objects with a “url” field
- Languages are returned as an array of strings
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 'url', 'email', or 'phone' must be provided.
Email address to search for. Exactly one of 'url', 'email', or 'phone' must be provided.
Phone number to search for. Exactly one of 'url', 'email', or 'phone' must be provided.
Response
Successful enrichment operation
The response is of type object
.