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

# List LinkedIn post reactions

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

Fetch reactions for one or more LinkedIn post URLs.

## Request body

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

## Response `200`

LinkedIn post reactions.

- object
  - `data` LinkedInPostReactionResponseDto[], required
    - `id` string, required
    - `reactionType` string, required
    - `postId` string, required
    - `actor` LinkedInReactionActorResponseDto, required
      - `id` string, required
      - `name` string, required
      - `linkedinUrl` string, required
      - `position` string, required
      - `pictureUrl` string, nullable
      - `sourceActorIdKind` 'linkedin_member_id' | 'source_row_id' | 'unknown', required
      - `profileUrlKind` 'vanity_slug' | 'opaque_member_id' | 'company' | 'unknown', required
      - `universalName` string, nullable, required
      - `canonicalPersonId` string, nullable, required
      - `resolutionStatus` 'resolved' | 'unresolved' | 'not_attempted', required
  - `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)
