GET
/
enrichment
/
persons
/
activities
/
reactions
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/persons/activities/reactions
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"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.linkedin.com/posts/alex-parker_data-visualization-launch-activity-7283749210384982025",
"shareUrl": "https://www.linkedin.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.linkedin.com/posts/sophia-taylor_10th-anniversary-celebration-activity-7289381238402947552",
"shareUrl": "https://www.linkedin.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.

Query Parameters

linkedInUrl
string
required

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

Response

200
application/json

The endpoint returns the LinkedIn activity reactions from LinkedIn Profile URL

The response is of type object.