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

# Get LinkedIn company

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

Fetch public company details for a LinkedIn slug or URL.

## Request body

- PlatformLinkedInCompanyDto
  - `identifier` string, required

## Response `200`

LinkedIn company data.

- object
  - `data` LinkedInCompanyResponseDto, required
    - `identifier` string, required
    - `name` string, nullable
    - `description` string, nullable
    - `website` string, nullable
    - `industry` string, nullable
    - `company_size` string, nullable
    - `headquarters` string, nullable
    - `founded` number, nullable
    - `specialties` string[], nullable
    - `logo_url` string, nullable
    - `follower_count` number, nullable
    - `employee_count` number, nullable
    - `linkedin_url` 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/revisions/f5056017668a/schema)
