Skip to main content
POST
List LinkedIn profile comments

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

List posts a LinkedIn profile commented on.
Retrieve recent public LinkedIn posts a profile has commented on. Provide profile URLs or public profile usernames.
See Find Outreach Hooks from LinkedIn Activity for an end-to-end script that combines profile comments and reactions into outreach context.

Options

  • profiles: LinkedIn /in/ profile URLs or public profile usernames.
  • maxItems: maximum comments to scrape per profile.
  • postedLimit: optional post age filter. Accepted values: any, 24h, week, month, 3months, 6months, year.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Body

application/json
profiles
string[]
required

LinkedIn profile URLs or public profile usernames.

Example:
maxItems
number
default:10
Required range: 1 <= x <= 100
postedLimit
enum<string>
default:any

Fetch posts no older than this time window.

Available options:
any,
24h,
week,
month,
3months,
6months,
year

Response

LinkedIn profile comments.

data
object[]
required
meta
object
required