The Phone Enrichment API allows you to retrieve direct phone numbers associated with LinkedIn profiles or other contact information. This API is part of the Cleon1 service, which provides the most accurate phone enrichment data available on the market.
To get started with the Cleon1 Phone Enrichment API, you'll need to first generate an API key.
https://www.loom.com/share/caab122ee0ff4680817ca7b7e139dc26
The API uses token-based authentication. Include your API token in the request header:
Authorization: Api-Key YOUR_API_KEY
GET /api/phone-enrichment/
Parameter | Type | Required | Description |
---|---|---|---|
linkedin_url | string | No* | The LinkedIn profile URL |
first_name | string | No* | The first name of the contact |
last_name | string | No* | The last name of the contact |
company_name | string | No* | The company name of the contact |
company_domain | string | No* | The company domain of the contact |
*Note: Either linkedin_url
OR (first_name
AND last_name
AND (company_name
OR company_domain
)) must be provided.
<aside> 💡 Using the linkedin_url improves the accuracy of the request by up to 20%.
</aside>