---
title: "List LinkedIn post comments"
method: POST
path: "/api/v1/platform/scrapers/linkedin/post-comments"
tags: ["Scrapers"]
---

# List LinkedIn post comments

`POST /api/v1/platform/scrapers/linkedin/post-comments`

Fetch comments for one or more LinkedIn post URLs.

## Request body

- PlatformLinkedInPostUrlsDto
  - `postUrls` string[], required
  - `maxItems` number

## Response `200`

LinkedIn post comments.

- object
  - `data` LinkedInPostCommentResponseDto[], required
    - `id` string, required
    - `commentary` string, required
    - `linkedinUrl` string, required
    - `createdAt` string, required
    - `createdAtTimestamp` number, required
    - `engagement` LinkedInCommentEngagementResponseDto, required
      - `likes` number, required
      - `comments` number, required
      - `shares` number, required
    - `postId` string, required
    - `pinned` boolean, required
    - `edited` boolean, required
    - `actor` LinkedInCommentActorResponseDto, required
      - `id` string, nullable, required
      - `type` 'profile' | 'company', required
      - `name` string, required
      - `linkedinUrl` string, required
      - `position` string, required
      - `universalName` string, nullable
      - `pictureUrl` string, nullable
    - `replies` LinkedInPostCommentResponseDto[], nullable
  - `meta` PublicResponseMetaDto, required
    - `requestId` string, required

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Authentication is required.
- `402` — The organization does not have enough credits for this request.
- `500` — An unexpected error occurred.
- `502` — The upstream service could not complete the request.

---

[API](https://skmtc.net/thehog/apis/the-hog-api.md) · [All operations](https://skmtc.net/thehog/apis/the-hog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thehog/the-hog-api/revisions/f5056017668a/schema)
