GET
/
enrichment
/
companies
/
activities
/
post
/
reactions
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/companies/activities/post/reactions
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500
},
"reactions": [
{
"type": "LIKE",
"author": {
"authorId": "XCoEECH1JL4BEFTG8OBXXuUTIOatyKpCH9AIGE0",
"authorName": "Stefan Smith"
}
},
{
"type": "LIKE",
"author": {
"authorId": "XCoEECH1JL4BEFTG8OBXXuUTIOatyKpCH9AIGE0",
"authorName": "John Doe"
}
}
]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.

Query Parameters

activityId
string
required

This required parameter is a string. It represents the ID of the activity post you want to retrieve reactions.

page
number

This optional parameter is a string. It represents the page number of the results.

Response

200
application/json

The endpoint returns the LinkedIn activity post reactions from activityId

The response is of type object.