posts
Like Post
Add a like reaction to a LinkedIn post
POST
Add a like reaction to any LinkedIn post using the post URL.
This endpoint costs 1 credit per request.
Header Parameters
Your API key
Body Parameters
URL of the LinkedIn post to like (supports multiple formats)
Country code for proxy selection. Available: (US,UK,FR)
LinkedIn authentication cookie obtained from the login/verify process
Response
Request status (success/error)
Detailed status message about the like request
Notes
- Supports multiple post URL formats:
- Feed updates:
https://www.linkedin.com/feed/update/urn:li:activity:...
- Profile posts:
https://www.linkedin.com/posts/user-activity-...
- Group posts:
https://www.linkedin.com/feed/update/urn:li:groupPost:...
- Feed updates:
- The post must be accessible with the provided login token
- A post can only be liked once by the same user
- LinkedIn’s rate limits apply to like operations
- The like action is performed with the identity associated with the login token
- Some posts may have reactions disabled by their authors
- Posts from private groups or connections may not be accessible
- The API automatically detects the post type (share, article, etc.)