Download OpenAPI specification:Download
This API enriches LinkedIn profiles with comprehensive contact and company data.
It operates on a waterfall model:
This can result in two types of responses:
Retrieves comprehensive contact and company information for a given LinkedIn profile URL.
Workflow: This endpoint uses a waterfall enrichment process. If data is not immediately available, it will trigger a background search.
Credits:
| url required | string <uri> Example: url=https://www.linkedin.com/in/omar-mahmoud120/ The full LinkedIn profile URL to enrich. |
| fields | string Example: fields=email,phone Comma-separated list of fields to retrieve (e.g., |
{- "contact__first_name": "Omar",
- "contact__last_name": "Mahmoud",
- "contact__name": "Omar Mahmoud",
- "contact__title": "Chief Technology Officer",
- "contact__organization_name": "SP-Apps",
- "contact__email": "omar.mahmoud120@gmail.com",
- "contact__email_status": "deliverable",
- "seniority": "director",
- "departments": [
- "engineering"
], - "subdepartments": [
- "string"
], - "functions": [
- "string"
], - "contact__headline": "Co-founder & CTO | Mobile/Web Solutions Architect...",
- "contact__phone_numbers": [
- {
- "raw_number": "+962799815179",
- "sanitized_number": "+962799815179",
- "type": "mobile"
}
], - "organization__estimated_num_employees": "1-10",
- "organization__industries": [
- "Information Technology and Services"
], - "organization__keywords": [
- "string"
], - "contact__city": "Amman",
- "contact__state": "Jordan",
- "contact__country": "Jordan",
- "organization__raw_address": "string",
- "organization__city": "Amman, Jordan",
- "organization__state": "string",
- "organization__country": "string",
- "organization__short_description": "string",
- "organization__current_technologies": [
- "string"
], - "organization__founded_year": 0,
- "organization__annual_revenue": "string",
- "organization__total_funding": "string",
- "organization__latest_funding_stage": "string",
- "organization__funding_events": [
- { }
], - "organization__latest_funding_round_date": "2019-08-24",
- "contact__all_emails": [
- {
- "email": "omar.mahmoud120@gmail.com",
- "verificationStatus": "deliverable",
- "isDisposable": true,
- "score": 99,
- "details": "string"
}
], - "employmentHistory": [
- {
- "companyName": "SP-Apps",
- "title": "Chief Technology Officer",
- "startDate": "2020-01-01",
- "endDate": "2019-08-24",
- "current": true,
- "companyIndustry": "string",
- "companyEmployeeCount": "string"
}
], - "retrievedAt": "2019-08-24T14:15:22Z",
- "status": "success",
- "message": "Requested email and phone information retrieved.",
- "creditsRemaining": 9730,
}This endpoint functions identically to /contact. It is maintained for backward compatibility. Please prefer using the /contact endpoint for new integrations.
| url required | string <uri> Example: url=https://www.linkedin.com/in/omar-mahmoud120/ The full LinkedIn profile URL to enrich. |
| fields | string Example: fields=email,phone Comma-separated list of fields to retrieve (e.g., |
{- "contact__first_name": "Omar",
- "contact__last_name": "Mahmoud",
- "contact__name": "Omar Mahmoud",
- "contact__title": "Chief Technology Officer",
- "contact__organization_name": "SP-Apps",
- "contact__email": "omar.mahmoud120@gmail.com",
- "contact__email_status": "deliverable",
- "seniority": "director",
- "departments": [
- "engineering"
], - "subdepartments": [
- "string"
], - "functions": [
- "string"
], - "contact__headline": "Co-founder & CTO | Mobile/Web Solutions Architect...",
- "contact__phone_numbers": [
- {
- "raw_number": "+962799815179",
- "sanitized_number": "+962799815179",
- "type": "mobile"
}
], - "organization__estimated_num_employees": "1-10",
- "organization__industries": [
- "Information Technology and Services"
], - "organization__keywords": [
- "string"
], - "contact__city": "Amman",
- "contact__state": "Jordan",
- "contact__country": "Jordan",
- "organization__raw_address": "string",
- "organization__city": "Amman, Jordan",
- "organization__state": "string",
- "organization__country": "string",
- "organization__short_description": "string",
- "organization__current_technologies": [
- "string"
], - "organization__founded_year": 0,
- "organization__annual_revenue": "string",
- "organization__total_funding": "string",
- "organization__latest_funding_stage": "string",
- "organization__funding_events": [
- { }
], - "organization__latest_funding_round_date": "2019-08-24",
- "contact__all_emails": [
- {
- "email": "omar.mahmoud120@gmail.com",
- "verificationStatus": "deliverable",
- "isDisposable": true,
- "score": 99,
- "details": "string"
}
], - "employmentHistory": [
- {
- "companyName": "SP-Apps",
- "title": "Chief Technology Officer",
- "startDate": "2020-01-01",
- "endDate": "2019-08-24",
- "current": true,
- "companyIndustry": "string",
- "companyEmployeeCount": "string"
}
], - "retrievedAt": "2019-08-24T14:15:22Z",
- "status": "success",
- "message": "Requested email and phone information retrieved.",
- "creditsRemaining": 9730,
}Retrieves profile data from a specific alternative provider (API Club). The response format from this endpoint may differ from the standard /contact response.
| url required | string <uri> Example: url=https://www.linkedin.com/in/ingmar-klein The full LinkedIn profile URL to enrich. |
{ }