Phone Number Endpoint

This requests a phone number based on a LinkedIn User ID.

This requests a phone number based on a LinkedIn User ID.

GET /contactlookup/phone

The cost is 9 credits, you are only charged on a successful phone number.

Request Body

NameTypeDescription

linkedinidprofileid*

String

The person's LinkedIn Profile ID

Company Name*

String

The company name

Location*

String

The companies HQ location. Can be City, Country or both.

First Name

String

Last Name

String

Expected Response

json
{
    "workemail": "example@example.com",
    "phone": "*421123456789"
}

Last updated