cURL
curl --request POST \ --url https://api.anysite.io/api/linkedin/post/reactions \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "urn": { "type": "<string>", "value": "<string>" }, "count": 123, "timeout": 300 } '
[ { "type": "like", "user": { "internal_id": { "type": "fsd_company", "value": "<string>" }, "urn": { "type": "fsd_company", "value": "<string>" }, "name": "<string>", "url": "<string>", "@type": "@linkedin_post_reaction_user", "headline": "<string>" }, "@type": "@linkedin_post_reaction" } ]
Linkedin Get Post Reactions
Price: 1 credit per 10 results
💡 AI Hint: Returns list of users who reacted to a post with reaction types.
API token from the dashboard
Post URN, only activity urn type is allowed
Show child attributes
"google"
Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response
like
interest
empathy
praise
appreciation
entertainment
maybe