All endpoints

List comments on a post

GEThttps://myagentmail.com/linkedin/posts/{postUrn}/comments

Fetch commenters on a LinkedIn post. Returns the engager array (profile URN, name, headline, comment text), plus the total reported by LinkedIn. Same helper the engagement signal uses to enumerate commenters on tracked actor posts.

postUrn is the activity URN — urn:li:activity:<id>. URL- encode it (the : characters need to be %3A in path position).

Quota: one engagement_poll slot per call.

Path parameters

postUrn
required
string

URL-encoded urn:li:activity:<id>

Query parameters

sessionId
required
string
count
integer

Responses

200application/jsonCommenters + total comment count reported by LinkedIn.
ok
boolean
postUrn
string
total
integer

LinkedIn-reported total. May be null if the count call failed.

count
integer

Number of commenters returned in this page.

comments
object[]
profileUrn
string
slug
string
name
string
headline
string
commentText
string
postedAt
integer
404Session not found.
429Daily quota exceeded for this session.

Authentication

Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.