v1

latestOpenAPI 3.0.02026-07-223589127.1 KB
Scrapers

List LinkedIn profile comments

Fetch recent LinkedIn posts a public profile has commented on.

post/api/v1/platform/scrapers/linkedin/profile-comments

Request body

profilesstring[] required

LinkedIn profile URLs or public profile usernames.

maxItemsnumber
postedLimit'any' | '24h' | 'week' | 'month' | '3months' | '6months' | 'year'

Fetch posts no older than this time window.

Example request

{
  "profiles": [
    "https://www.linkedin.com/in/satyanadella",
    "some-public-id"
  ]
}

Response

LinkedIn profile comments.