Skip to main content
GET
/
v1
/
enrichment
/
persons
/
activities
/
post
Get Person Activities Post
curl --request GET \
  --url https://api.scrapin.io/v1/enrichment/persons/activities/post
{
"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",
"post": {
"activityId": "6976499964512243712",
"text": "Congrate to the team for this amazing milestone!",
"reactionsCount": 16,
"commentsCount": 1,
"activityDate": "2022-09-16T11:20:08.641Z",
"author": {
"authorId": "ACoAABJhN_YBN70Qb8TWu4GpxhJE1NqQ7PQEHQw",
"authorName": "Alain Smith",
"authorPublicIdentifier": "alainsmith",
"authorHeadline": "Bank CEO",
"authorImage": "https://media.licdn.com/dms/image/v2/D4E03AQFP5a_FoymQCA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1670785458261?e=1743033600&v=beta&t=ZQz5_CNMgUVUzuCTYvqUoV1xmXU4OLXun5zzvJkhktg",
"authorUrl": "https://www.social.com/in/alainsmith"
},
"activityUrl": "https://www.social.com/feed/update/urn:li:activity:6976499964512243712/",
"shareUrl": "https://www.social.com/posts/breaking-news-another-developer-turned-7293041906471596032-6sne",
"relatedPost": {
"text": "Spoiler: 30M€ fundraising for Geegle (10M€ equity + 20M€ debt). New step for the fintech!",
"activityDate": "2022-06-29T14:02:12.188Z",
"author": {
"authorId": "11011480",
"authorName": "geegle",
"authorPublicIdentifier": "geegle",
"authorHeadline": "3,923 followers",
"authorUrl": "https://www.social.com/company/geegle/",
"activityUrl": "https://www.social.com/feed/update/urn:li:activity:6949912435651493888/",
"shareUrl": "https://www.social.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
}
}
}

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

activityId
string

This parameter is a string. It represents the ID of the activity post you want to retrieve.

postId
string

This parameter is a string. It represents the ID of the post you want to retrieve.

Response

The endpoint returns the activity post from activityId or postId

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.

post
object

Activity post of a person