LinkedIn Profile URL Lookup

Find a LinkedIn Profile URL using a persons First Name, Last Name, Company Name, Location and Work Email

Easily Find a LinkedIn URL using existing data

POST enrichment/liprofile

The cost is credits per returned URL, you are charged regardless of the result.

Request Body

NameTypeDescription

first_name*

String

The first name of the individual to search for

last_name*

String

The last name of the individual to search for

company_name

String

The name of the company to search for

location

String

The geographic location to include in the search

work_email*

String

The persons current or historical work email

Expected Request Body


"body": 
    {
        "first_name": "Dale",
        "last_name": "Kirkwood",
        "company_name": "Cerebria Tech",
        "location": "Slovakia",
        "work_email": "dale@cerebria.tech"
    }

Expected Response

{
    "linkedin_url": "https://sk.linkedin.com/in/dalekirkwood",
    "first_name": "Dale",
    "last_name": "Kirkwood"
}

Last updated