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

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