---
title: "Search for LinkedIn companies"
method: POST
path: "/linkedin/search-companies"
tags: ["LinkedIn"]
---

# Search for LinkedIn companies

`POST /linkedin/search-companies`

Search for companies on LinkedIn for a given name, locations, and other criteria

## Request body

- object
  - `name` string — The name of the company to search for
  - `locations` string[] — List of locations to filter the search
  - `sizes` LinkedInCompanySize[] — List of company sizes to filter the search
  - `industries` LinkedInCompanyIndustry[] — List of industry tags to filter the search
  - `page` integer — Page number for pagination (default is 1)

## Response `200`

SearchCompanies API successful response

- object
  - `companies` object[]
    - `url` string, uri, nullable — URL to the company's profile
    - `uid` string, nullable — LinkedIn uid
    - `name` string — Name of the company
    - `website_url` string, uri, nullable — Company's website URL

## Other responses

- `400` — User error response
- `500` — Server error response

---

[API](https://skmtc.net/carvedai/apis/exfunc-apis.md) · [All operations](https://skmtc.net/carvedai/apis/exfunc-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carvedai/exfunc-apis/revisions/22587fdf9a5e/schema)
