cURL
curl --request GET \ --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/post/reactions \ --header 'x-rapidapi-key: <api-key>'
{ "success": true, "cost": 1, "total": 500, "has_more": true, "data": { "reaction_type": "LIKE", "user": [ { "id": "1077643164", "urn": "ACoAAEA7h5wBCkrTgDoVkHF2CO_HcP94K9iyHIw", "url": "https://www.linkedin.com/in/ACoAAEA7h5wBCkrTgDoVkHF2CO_HcP94K9iyHIw", "name": "vihanga induwara", "description": "Student at Maris Stella College Negombo", "avatar": [ { "width": 400, "height": 400, "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8", "expires_at": 1748476800000 } ] } ] } }
Get Post Reactions
Rapid API Key
Post ID containing only numbers
"1234567890"
Page number for pagination
x > 0
1
Select by reaction type
all
like
praise
empathy
appreciation
interest
"all"
Success
The response is of type object.
object