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

# List LinkedIn company posts

`POST /api/v1/platform/scrapers/linkedin/company-posts`

Fetch recent posts for a LinkedIn company page.

## Request body

- PlatformLinkedInCompanyPostsDto
  - `companySlug` string, required
  - `limit` number

## Response `200`

LinkedIn company posts.

- object
  - `data` LinkedInCompanyPostsResponseDto, required
    - `companySlug` string, required
    - `posts` LinkedInPostResponseDto[], required
      - `activityId` string, required
      - `postUrl` string, nullable
      - `text` string, required
      - `postedAt` string, nullable
      - `authorName` string, nullable
      - `authorHeadline` string, nullable
      - `authorProfileUrl` string, nullable
      - `authorProfileUsername` string, nullable
      - `totalReactions` number, nullable
      - `commentsCount` number, nullable
      - `repostsCount` number, nullable
      - `isReshare` boolean, nullable
      - `repostedBy` LinkedInRepostedByResponseDto
        - `name` string, required
        - `publicIdentifier` string, required
      - `contentType` string, nullable
      - `contentData` object
      - `hashtags` string[], nullable
    - `description` string, 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/versions/f5056017668a/schema)
