Getting Started
Persons Activities
Companies Activities
Workspaces
Company Post
This operation allows you to retrieve the LinkedIn activity post details of a company based on their activity post ID. This operation consumes 1 credit.
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"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.linkedin.com/in/alainsmith"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6976499964512243712/",
"shareUrl": "https://www.linkedin.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.linkedin.com/company/geegle/",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6949912435651493888/",
"shareUrl": "https://www.linkedin.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
}
}
}
Authorizations
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
Query Parameters
This required parameter is a string. It represents the ID of the activitiy post you want to retrieve.
Response
Represents the usable credits available for the user account after this query.
Activity post of a person
Date and time of the activity.
Unique identifier of the activity.
URL of the activity on LinkedIn.
Information about the author of the post.
Headline or title of the author.
Unique identifier of the author.
URL to the author's profile image.
Full name of the author.
Public identifier of the author.
URL to the author's LinkedIn profile.
Number of comments on the post.
Number of reactions on the post.
Related post information.
Date and time of the related post activity.
URL of the related post on LinkedIn.
Information about the author of the related post.
Headline or description of the author.
Unique identifier of the author.
Full name of the author.
Public identifier of the author.
URL to the author's LinkedIn profile.
URL of the activity on LinkedIn share format.
Content of the related post.
URL of the activity on LinkedIn share format.
Content of the post.
Represents the usable daily request limit available for the user account after this query.
Indicates success or failure of api request.
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"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.linkedin.com/in/alainsmith"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6976499964512243712/",
"shareUrl": "https://www.linkedin.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.linkedin.com/company/geegle/",
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6949912435651493888/",
"shareUrl": "https://www.linkedin.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
}
}
}