---
title: "Get replies of LinkedIn post comment"
method: GET
path: "/linkedin/post-comment-replies"
---

# Get replies of LinkedIn post comment

`GET /linkedin/post-comment-replies`

Get replies of LinkedIn post comment by comment URL.

## Query parameters

- `url` string
- `paginationToken` string, nullable

## Response `200`

Post comment replies response

- object
  - `elements` PostComment[]
    - `id` string, required — The unique identifier for the comment.
    - `linkedinUrl` string, url, required — The direct URL to the comment on LinkedIn.
    - `commentary` string, required — The text content of the comment.
    - `createdAt` string, date-time, required — The ISO 8601 timestamp of when the comment was created.
    - `numComments` integer, required — The number of replies to this comment.
    - `numShares` integer, nullable — The number of times this comment has been shared (often null for comments).
    - `numImpressions` integer, nullable — The number of impressions for this comment (often null).
    - `reactionTypeCounts` object[] — A list of reaction types and their counts for this comment.
      - `type` 'LIKE' | 'EMPATHY' | 'PRAISE' | 'INTEREST' | 'MAYBE', required — The type of reaction.
      - `count` integer, required — The number of this type of reaction.
    - `postId` string, required — The ID of the post to which this comment belongs.
    - `actor` object, required
      - `id` string, required — The unique identifier for the actor who made the comment.
      - `name` string, required — The name of the actor.
      - `linkedinUrl` string, url, required — The LinkedIn profile URL of the actor.
      - `position` string — The current position or headline of the actor.
      - `pictureUrl` string, url — The URL of the actor's profile picture.
      - `picture` object
        - `url` string, url, required — The URL of the picture.
        - `width` integer, required — The width of the picture in pixels.
        - `height` integer, required — The height of the picture in pixels.
        - `expiresAt` integer, required — The expiration timestamp of the picture URL in milliseconds since epoch.
      - `author` boolean, required — Indicates if the actor is the original author of the parent post.
    - `createdAtTimestamp` integer, required — The timestamp of when the comment was created, in milliseconds since epoch.
    - `pinned` boolean, required — Indicates if the comment is pinned.
    - `contributed` boolean, required — Indicates if the actor is a contributor to the content (e.g., a group admin or page role).
    - `edited` boolean, required — Indicates if the comment has been edited.
  - `pagination` Pagination
    - `totalPages` integer
    - `totalElements` integer
    - `pageNumber` integer
    - `previousElements` integer
    - `pageSize` integer
    - `paginationToken` string, nullable
  - `status` string
  - `error` string

## Other responses

- `400` — Invalid request parameters

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
