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

# Get reactions of LinkedIn post comment

`GET /linkedin/comment-reactions`

Get reactions of LinkedIn post comment by comment URL.

## Query parameters

- `url` string
- `page` integer

## Response `200`

Post reactions response

- object
  - `elements` PostReaction[]
    - `id` string, required — The unique identifier for the reaction.
    - `reactionType` string, required — The type of reaction.
    - `postId` string, required — The ID of the post that was reacted to.
    - `actor` object, required
      - `id` string, required — The unique identifier for the actor.
      - `name` string, required — The name of the actor.
      - `linkedinUrl` string, url, required — The LinkedIn profile URL of the actor.
      - `position` string — The current position 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.
  - `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)
