Post
Post Info
Description
This endpoint retrieves detailed information about a specific LinkedIn post, identified by its unique URN.
Endpoint
GET api/v1/realtime/social/linkedin/v1/post/{{urn}}/info
Parameters
urn
Yes
Path Param
String | The URN of the post.
Post Comments
Description
This endpoint retrieves comments on a specific LinkedIn post, identified by its unique URN.
Endpoint
GET api/v1/realtime/social/linkedin/v1/post/{{urn}}/comments
Parameters
urn
Yes
Path Param
String | The URN of the post.
Post Reactions
Description
This endpoint retrieves the reactions (likes, applauses, etc.) on a specific LinkedIn post, identified by its unique URN.
Endpoint
GET api/v1/realtime/social/linkedin/v1/post/{{urn}}/reactions
Parameters
urn
Yes
Path Param
String | The URN of the post.
reactionType
No
Query Param
String | One of: LIKE, EMPATHY, INTEREST, PRAISE, APPRECIATION, ENTERTAINMENT
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Post Shares
Description
This endpoint retrieves information about how many times a specific LinkedIn post has been shared, identified by its unique URN.
Endpoint
GET api/v1/realtime/social/linkedin/v1/post/{{urn}}/comments
Parameters
urn
Yes
Path Param
String | The URN of the post.
cursor
No
Query Param
String | Used for paginate through results. Use the cursor returned from your previous request.
Last updated