GET
/
enrichment
/
companies
/
activities
/
post
/
comments
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/companies/activities/post/comments
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500
},
"comments": [
{
"text": "Congrate to the team for this amazing milestone!",
"reactionsCount": 2,
"commentsCount": 1,
"activityDate": 1675339386599,
"author": {
"authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
"authorName": "Julien Smith",
"authorPublicIdentifier": "julien-smith"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026882690565963777%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026882690565963777%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
},
{
"text": "Bravo à toute l'équipe pour cette étape incroyable !",
"reactionsCount": 5,
"commentsCount": 0,
"activityDate": 1675400000000,
"author": {
"authorId": "ACZxACJrg3QBOHYEx_zMaj2sF7IgUFOpF5LKkss",
"authorName": "Claire Dubois",
"authorPublicIdentifier": "claire-dubois-fintech"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7044876553418222512?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7026876553418432512%2C7026899999999999999%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287026899999999999999%2Curn%3Ali%3Aactivity%3A7026876553418432512%29"
}
]
}

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 comments.

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 comments from activityId

The response is of type object.