GET
/
profile
/
posts

This endpoint retrieves LinkedIn profile posts by profile URL. 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 -X GET "https://gateway.getapihub.cloud/api/profile/posts?li_profile_url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fjohn-doe%2F" -H  "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

LinkedIn profile URL

Response

200 - */*
data
object[]
message
string
paginationToken
string
success
boolean