Skip to main content
GET
/
v1
/
enrichment
/
persons
/
activities
/
comments
Get Person Activities Comments
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/persons/activities/comments
{
"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",
"comments": [
{
"text": "This is an excellent opportunity!",
"reactionsCount": 12,
"commentsCount": 4,
"activityDate": "2025-01-15T10:20:30.000Z",
"author": {
"authorId": "ACoAACZKXYMBEJLkU3PzN_XDp9YAUEZTJ9VBdQ1",
"authorName": "Marie Dupont",
"authorPublicIdentifier": "marie-dupont"
},
"activityUrl": "https://www.social.com/feed/update/urn:li:activity:7283548161238761231",
"relatedPost": {
"activityId": "7283548161238761231",
"text": "We are launching a new product that will revolutionize the market! #Innovation",
"reactionsCount": 20,
"commentsCount": 5,
"activityDate": "2025-01-14T14:10:00.000Z",
"author": {
"authorId": "ACoAACYKLRQBOLOPQU9WV7F6DpTXAULWP5CDEF9",
"authorName": "John Smith",
"authorPublicIdentifier": "john-smith"
},
"activityUrl": "https://www.social.com/posts/john-smith_new-product-launch-activity-7283548161238761231",
"shareUrl": "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e",
"relatedPost": null
}
},
{
"text": "Good luck to the team on this ambitious project!",
"reactionsCount": 25,
"commentsCount": 2,
"activityDate": "2025-01-12T18:45:00.000Z",
"author": {
"authorId": "ACoAAHJLKXTGBYOEMZ9CQPTWVOATSFYIJ8CVZW2",
"authorName": "Lucas Morel",
"authorPublicIdentifier": "lucas-morel"
},
"activityUrl": "https://www.social.com/feed/update/urn:li:activity:7285567894563217890",
"relatedPost": {
"activityId": "7285567894563217890",
"text": "We are looking for experts to join our upcoming tech hackathon. Sign up now!",
"reactionsCount": 40,
"commentsCount": 15,
"activityDate": "2025-01-10T15:00:00.000Z",
"author": {
"authorId": "ACoAAKMZLYTBOLQQPV6TV9JDLPVZAWCXY5DGEFT",
"authorName": "Nina Brown",
"authorPublicIdentifier": "nina-brown"
},
"activityUrl": "https://www.social.com/posts/nina-brown_hackathon-tech-activity-7285567894563217890",
"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 comments.

Response

The endpoint returns the activity comments 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.

comments
object[]

All comments of a profile