Getting Started
Persons Activities
Companies Activities
Workspaces
Person Comments
This operation allows you to retrieve all LinkedIn activity comments of a person based on their LinkedIn Profile URL. This operation consumes 1 credit.
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 1,
"perPage": 50,
"total": 10
},
"comments": [
{
"text": "This is an excellent opportunity!",
"reactionsCount": 12,
"commentsCount": 4,
"activityDate": "2025-01-15T10:20:30.000Z",
"author": {
"authorId": "ACoAACZKXYMBEJLkU3PzN_XDp9YAUEZTJ9VBdQ1",
"authorName": "Marie Dupont",
"authorPublicIdentifier": "marie-dupont"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7283548161238761231",
"relatedPost": {
"activityId": "7283548161238761231",
"text": "We are launching a new product that will revolutionize the market! #Innovation",
"reactionsCount": 20,
"commentsCount": 5,
"activityDate": "2025-01-14T14:10:00.000Z",
"author": {
"authorId": "ACoAACYKLRQBOLOPQU9WV7F6DpTXAULWP5CDEF9",
"authorName": "John Smith",
"authorPublicIdentifier": "john-smith"
},
"activityUrl": "https://www.linkedin.com/posts/john-smith_new-product-launch-activity-7283548161238761231",
"relatedPost": null
}
},
{
"text": "Good luck to the team on this ambitious project!",
"reactionsCount": 25,
"commentsCount": 2,
"activityDate": "2025-01-12T18:45:00.000Z",
"author": {
"authorId": "ACoAAHJLKXTGBYOEMZ9CQPTWVOATSFYIJ8CVZW2",
"authorName": "Lucas Morel",
"authorPublicIdentifier": "lucas-morel"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7285567894563217890",
"relatedPost": {
"activityId": "7285567894563217890",
"text": "We are looking for experts to join our upcoming tech hackathon. Sign up now!",
"reactionsCount": 40,
"commentsCount": 15,
"activityDate": "2025-01-10T15:00:00.000Z",
"author": {
"authorId": "ACoAAKMZLYTBOLQQPV6TV9JDLPVZAWCXY5DGEFT",
"authorName": "Nina Brown",
"authorPublicIdentifier": "nina-brown"
},
"activityUrl": "https://www.linkedin.com/posts/nina-brown_hackathon-tech-activity-7285567894563217890",
"relatedPost": null
}
}
]
}
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 comments.
Response
All comments of a linkedin profile
The date and time of the activity in ISO 8601 format.
The URL of the activity on LinkedIn.
The number of comments (replies) on the comment.
The number of reactions on the comment.
Information about the related post.
The date and time of the related post activity in ISO 8601 format.
The unique identifier of the related post.
The URL of the related post on LinkedIn.
Information about the author of the related post.
The number of comments on the related post.
The number of reactions on the related post.
Nested related post information, if any.
The text content of the related post.
The text content of the comment.
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.
Indicates success or failure of api request.
{
"success": true,
"credits_left": 19934,
"rate_limit_left": 19999,
"metadata": {
"currentPage": 1,
"pageNumber": 1,
"perPage": 50,
"total": 10
},
"comments": [
{
"text": "This is an excellent opportunity!",
"reactionsCount": 12,
"commentsCount": 4,
"activityDate": "2025-01-15T10:20:30.000Z",
"author": {
"authorId": "ACoAACZKXYMBEJLkU3PzN_XDp9YAUEZTJ9VBdQ1",
"authorName": "Marie Dupont",
"authorPublicIdentifier": "marie-dupont"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7283548161238761231",
"relatedPost": {
"activityId": "7283548161238761231",
"text": "We are launching a new product that will revolutionize the market! #Innovation",
"reactionsCount": 20,
"commentsCount": 5,
"activityDate": "2025-01-14T14:10:00.000Z",
"author": {
"authorId": "ACoAACYKLRQBOLOPQU9WV7F6DpTXAULWP5CDEF9",
"authorName": "John Smith",
"authorPublicIdentifier": "john-smith"
},
"activityUrl": "https://www.linkedin.com/posts/john-smith_new-product-launch-activity-7283548161238761231",
"relatedPost": null
}
},
{
"text": "Good luck to the team on this ambitious project!",
"reactionsCount": 25,
"commentsCount": 2,
"activityDate": "2025-01-12T18:45:00.000Z",
"author": {
"authorId": "ACoAAHJLKXTGBYOEMZ9CQPTWVOATSFYIJ8CVZW2",
"authorName": "Lucas Morel",
"authorPublicIdentifier": "lucas-morel"
},
"activityUrl": "https://www.linkedin.com/feed/update/urn:li:activity:7285567894563217890",
"relatedPost": {
"activityId": "7285567894563217890",
"text": "We are looking for experts to join our upcoming tech hackathon. Sign up now!",
"reactionsCount": 40,
"commentsCount": 15,
"activityDate": "2025-01-10T15:00:00.000Z",
"author": {
"authorId": "ACoAAKMZLYTBOLQQPV6TV9JDLPVZAWCXY5DGEFT",
"authorName": "Nina Brown",
"authorPublicIdentifier": "nina-brown"
},
"activityUrl": "https://www.linkedin.com/posts/nina-brown_hackathon-tech-activity-7285567894563217890",
"relatedPost": null
}
}
]
}