Getting Started
Persons Activities
Companies Activities
Workspaces
Company Posts
This operation allows you to retrieve all LinkedIn activity posts of a company based on their LinkedIn Profile URL. Pagination is limited to 10 pages, with a maximum of 50 items per page, allowing retrieval of up to 500 items. This operation consumes 1 credit.
curl --request GET \
--url https://api.scrapin.io/enrichment/companies/activities/posts
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500
},
"posts": [
{
"activityId": "6976499964512243712",
"text": "Congrate to the team for this amazing milestone!",
"reactionsCount": 16,
"commentsCount": 1,
"activityDate": "2022-09-16T11:20:08.641Z",
"author": {
"authorId": "ACoZZBJhN_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:6997912435651493888/",
"shareUrl": "https://www.linkedin.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
},
{
"activityId": "6976499964512243714",
"text": "Félicitations à toute l’équipe pour cette belle étape franchie. Le futur du financement est prometteur !",
"reactionsCount": 42,
"commentsCount": 5,
"activityDate": "2022-09-20T14:15:32.111Z",
"author": {
"authorId": "ACoAABXhN_ZC1234qW12XTU4F3NpYQ7PQRFGHS",
"authorName": "Sophie Dubois",
"authorPublicIdentifier": "sophiedubois",
"authorHeadline": "Fintech Enthusiast | Product Manager",
"authorImage": "https://example.com/images/sophie.jpg",
"authorUrl": "https://www.linkedin.com/in/sophiedubois"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6976499964512243714/",
"relatedPost": {
"text": "Merci à nos investisseurs pour leur confiance. Nous sommes ravis de pouvoir développer des solutions plus innovantes et accessibles.",
"activityDate": "2022-07-01T10:30:00.000Z",
"author": {
"authorId": "123456789",
"authorName": "InnovFin",
"authorPublicIdentifier": "innovfin",
"authorHeadline": "1,200 followers",
"authorUrl": "https://www.linkedin.com/company/innovfin/"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6947912435651493890/",
"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 LinkedIn Profile URL you want to retrieve all LinkedIn activity posts.
This optional parameter is a string. It represents the page number of the results.
Response
Indicates success or failure of api request.
Represents the usable credits available for the user account after this query.
Represents the usable daily request limit available for the user account after this query.
All activity posts of a company
Unique identifier of the activity.
Content of the post.
Number of reactions on the post.
Number of comments on the post.
Date and time of the activity.
Information about the author of the post.
Unique identifier of the author.
Full name of the author.
Public identifier of the author.
Headline or title of the author.
URL to the author's profile image.
URL to the author's LinkedIn profile.
URL of the activity on LinkedIn.
URL of the activity on LinkedIn share format.
Related post information.
Content of the related post.
Date and time of the related post activity.
Information about the author of the related post.
Unique identifier of the author.
Full name of the author.
Public identifier of the author.
Headline or description of the author.
URL to the author's LinkedIn profile.
URL of the related post on LinkedIn.
URL of the activity on LinkedIn share format.
curl --request GET \
--url https://api.scrapin.io/enrichment/companies/activities/posts
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 10,
"perPage": 50,
"total": 500
},
"posts": [
{
"activityId": "6976499964512243712",
"text": "Congrate to the team for this amazing milestone!",
"reactionsCount": 16,
"commentsCount": 1,
"activityDate": "2022-09-16T11:20:08.641Z",
"author": {
"authorId": "ACoZZBJhN_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:6997912435651493888/",
"shareUrl": "https://www.linkedin.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
},
{
"activityId": "6976499964512243714",
"text": "Félicitations à toute l’équipe pour cette belle étape franchie. Le futur du financement est prometteur !",
"reactionsCount": 42,
"commentsCount": 5,
"activityDate": "2022-09-20T14:15:32.111Z",
"author": {
"authorId": "ACoAABXhN_ZC1234qW12XTU4F3NpYQ7PQRFGHS",
"authorName": "Sophie Dubois",
"authorPublicIdentifier": "sophiedubois",
"authorHeadline": "Fintech Enthusiast | Product Manager",
"authorImage": "https://example.com/images/sophie.jpg",
"authorUrl": "https://www.linkedin.com/in/sophiedubois"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6976499964512243714/",
"relatedPost": {
"text": "Merci à nos investisseurs pour leur confiance. Nous sommes ravis de pouvoir développer des solutions plus innovantes et accessibles.",
"activityDate": "2022-07-01T10:30:00.000Z",
"author": {
"authorId": "123456789",
"authorName": "InnovFin",
"authorPublicIdentifier": "innovfin",
"authorHeadline": "1,200 followers",
"authorUrl": "https://www.linkedin.com/company/innovfin/"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:6947912435651493890/",
"shareUrl": "https://www.linkedin.com/posts/daily-dev-comparator-work-729304143471596032-4b0e"
}
}
]
}