---
title: "Find LinkedIn companies"
method: POST
path: "/api/v1/platform/scrapers/linkedin/finder"
tags: ["Scrapers"]
---

# Find LinkedIn companies

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

Find LinkedIn company URLs from website domains or URLs.

## Request body

- PlatformLinkedInFinderDto
  - `domains` string[], required — Website domains or URLs to look up.

## Response `200`

LinkedIn company URLs found from domains or URLs.

- object
  - `data` LinkedInFinderResponseDto[], required
    - `linkedin_url` string, nullable
    - `domain` string, nullable
    - `company_name` 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)
