GET
/
v2
/
profile

This endpoint retrieves LinkedIn profile by profile URL using API. The profile URL is the unique identifier for a LinkedIn profile. You can find the profile URL by visiting the LinkedIn profile and copying the URL from the browser address bar.

curl --location 'https://gateway.getapihub.cloud/api/profile?li_profile_url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fjohndoe' \
--header 'X-API-Key: $YOUR_API_KEY'

Authorizations

x-api-key
string
headerrequired

API Key obtained on https://app.getapihub.cloud

Query Parameters

li_profile_url
string
required

URL to LinkedIn profile

Response

200 - */*
audience
object
courses
object[]
educations
object[]
experiences
object[]
first_name
string
headline
string
is_hiring
boolean
is_open_to_work
boolean
languages
object[]
last_name
string
location
object
picture
string
skills
object[]
summary
string