Extract comments from a LinkedIn profile
Signals
Extract comments from LinkedIn profile
Extract comments left by a LinkedIn profile on other posts. Uses the voyagerFeedDashProfileUpdates endpoint and paginates until all comments are retrieved or the requested limit is reached.
POST
Extract comments from a LinkedIn profile
Extract comments left by a LinkedIn profile on other posts. This endpoint paginates through the profile’s feed activity and filters for comment-type elements, returning up to the specified limit.
Use Cases
- Surface intent signals from prospects actively engaging with relevant content
- Identify which topics a lead is commenting on to personalise outreach
- Track engagement patterns of key prospects or customers
- Enrich lead profiles with recent activity data
Parameters
Required Parameters
linkedin_profile_url: LinkedIn profile URL to extract comments from (e.g.,https://www.linkedin.com/in/mathieu-brun-picard/)limit: Maximum number of comments to extract (minimum: 1)
Response
The response includes an array of comments with the following fields:id: Numeric activity ID extracted from the URNcomment_url: Full LinkedIn URL withcommentUrnquery parameter — links directly to the commentauthor: Full name of the commenterauthor_url: LinkedIn profile URL of the commenter (query params stripped)comment_text: Text content of the commentcommented_at: ISO 8601 timestamp of when the comment was postedurn: LinkedIn URN identifying the comment (urn:li:comment:(parentActivity,commentId))
Example Request
Example Response
Notes
- This endpoint returns results synchronously (HTTP 200 OK) — no polling required
- Comments are detected from the profile’s feed when the share URL contains
commentUrnor/comment/, or whenparentUrn/baseUpdatefields are present on the feed element - The service paginates through the feed in pages of 20 until the limit is reached or the feed is exhausted
author_urlis returned with tracking query parameters stripped
Authorizations
Body
application/json
Response
Successfully extracted comments
Array of comments left by the LinkedIn profile