GET
/
enrichment
/
companies
/
activities
/
post
/
reposts
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/companies/activities/post/reposts
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500
},
"reposts": [
{
"activityDate": "2025-01-20T17:34:18.194Z",
"author": {
"authorId": "ACoEEErSbPQBkUq8jPzOZ-apr7bXDd04Q4-hIWX",
"authorName": "John Doe",
"authorPublicIdentifier": "john-doe-192b934"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7284160525581148869/"
},
{
"activityDate": "2025-01-20T17:08:27.433Z",
"author": {
"authorId": "ACoEEErSbPQBkUq8jPzOZ-apr7bXDd04Q4-hIWX",
"authorName": "Lucas Smith",
"authorPublicIdentifier": "lucas-smith-192b934"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7284160525581148869/"
}
]
}

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

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

The response is of type object.