Skip to main content
GET
/
v1
/
enrichment
/
persons
/
activities
/
reactions
Get Person Activities Reactions
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/persons/activities/reactions
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"daily_rate_limit_left": 19999,
"minute_rate_limit_left": 499,
"next_minute_rate_limit_reset": "2024-01-15T10:31:00Z",
"reactions": [
{
"type": "LIKE",
"author": {
"authorId": "ACoAAZ12345EFGHIJ6LMNO7PQRS8TU9VWXY",
"authorName": "Emily Johnson"
},
"relatedPost": {
"activityId": "7283749210384982025",
"text": "🌟 Excited to announce that our team has launched a new feature for better data visualization! šŸš€\n\nšŸ‘‰ A huge step forward for empowering businesses to make data-driven decisions with ease.\n\nšŸ“Š Explore more details here:",
"reactionsCount": 102,
"commentsCount": 15,
"activityDate": "2024-11-10T10:45:00.000Z",
"author": {
"authorId": "ACoAABc98765FGHIJKLMN4OPQRS3TUVWXY2Z",
"authorName": "Alex Parker",
"authorPublicIdentifier": "alex-parker-data"
},
"activityUrl": "https://www.social.com/posts/alex-parker_data-visualization-launch-activity-7283749210384982025",
"shareUrl": "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e",
"relatedPost": null
}
},
{
"type": "LIKE",
"author": {
"authorId": "ACoAAD12345JKL6789MNOPQRST0UVWXY",
"authorName": "John Smith"
},
"relatedPost": {
"activityId": "7289381238402947552",
"text": "šŸŽ‰ Join us in celebrating the 10th anniversary of our startup! A decade of innovation and growth wouldn't have been possible without our amazing team and supporters.\n\nšŸŽ‚ Thank you for being part of our journey!",
"reactionsCount": 250,
"commentsCount": 35,
"activityDate": "2024-12-01T14:20:00.000Z",
"author": {
"authorId": "ACoAABd12345JKLMN6OPQRSTUV7WXYZ890",
"authorName": "Sophia Taylor",
"authorPublicIdentifier": "sophia-taylor"
},
"activityUrl": "https://www.social.com/posts/sophia-taylor_10th-anniversary-celebration-activity-7289381238402947552",
"shareUrl": "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e",
"relatedPost": null
}
}
]
}

Authorizations

apikey
string
query
required

This required parameter is a string. It represents the APIKEY obtained from the developer dashboard. You must use it in the query string of your request as ?apiKey=YOUR_API_KEY or in the headers as x-api-key: YOUR_API_KEY

Query Parameters

linkedInUrl
string
required

This required parameter is a string. It represents the Profile URL you want to retrieve all activity reactions.

Response

The endpoint returns the activity reactions from the Profile URL

success
boolean

Indicates success or failure of api request.

credits_left
integer

Represents the usable credits available for the user account after this query.

rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

daily_rate_limit_left
integer

Represents the usable daily request limit available for the user account after this query.

minute_rate_limit_left
integer

Represents the usable minute request limit available for the user account after this query.

next_minute_rate_limit_reset
integer

Represents the next minute rate limit reset for the user account after this query.

reactions
object[]

All reactions of a person on a post