List comments on a post
GET
https://myagentmail.com/linkedin/posts/{postUrn}/commentsFor agents View as Markdown
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
postUrnrequired string | URL-encoded urn:li:activity:<id> |
Query parameters
sessionIdrequired string | |
countinteger |
Responses
200application/jsonCommenters + total comment count reported by LinkedIn.
okboolean | |
postUrnstring | |
totalinteger | LinkedIn-reported total. May be null if the count call failed. |
countinteger | Number of commenters returned in this page. |
commentsobject[] | |
profileUrnstring | |
slugstring | |
namestring | |
headlinestring | |
commentTextstring | |
postedAtinteger |
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.