---
title: "Get LinkedIn company info"
method: POST
path: "/linkedin/get-company"
tags: ["LinkedIn"]
---

# Get LinkedIn company info

`POST /linkedin/get-company`

Get LinkedIn company info from either a LinkedIn company url or company website url. Only one is required.

## Request body

- object
  - `company_url` string — The LinkedIn URL of the company to enrich
  - `company_website_url` string — The website URL of the company to enrich

## Response `200`

GetCompany API successful response

- object
  - `company` LinkedInCompany
    - `url` string, uri — URL to the company's profile
    - `name` string — Name of the company
    - `location` string — Location of the company
    - `industry` string — Industry in which the company operates
    - `overview` string — Overview or description of the company
    - `size` string — Size of the company (e.g., number of employees)
    - `specialties` string — Commma separated string of specialties or areas of expertise for the company
    - `website_url` string, uri — Company's website URL
    - `funding` object — Funding information for the company
      - `total_rounds` object — Total rounds of funding information
        - `count` integer, nullable — Number of funding rounds
        - `url` string, uri, nullable — URL of source
      - `last_round` object — Last round of funding information
        - `stage` string, nullable — Stage of last funding round
        - `date_posted` string, nullable — Date of last funding round
        - `amount` string, nullable — Amount of last funding round
        - `url` string, uri, nullable — URL of source
      - `investors` object[] — List of investors
        - `name` string, nullable — Name of investor
        - `url` string, nullable — URL of source

## Other responses

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

## Changes

- **2024-12-02** `f5fc570f7d09` — 2 info
  - added the new optional request property `company_website_url`
  - the request property `company_url` became optional
- **2024-11-26** `0967c984f6d4` — 1 warning, 1 info
  - removed the optional property `company/funding/last_round/date` from the response with the `200` status
  - added the optional property `company/funding/last_round/date_posted` to the response with the `200` status
- **2024-11-26** `4564942657b8` — 8 info
  - added the optional property `company/funding/investors/items/name` to the response with the `200` status
  - added the optional property `company/funding/investors/items/url` to the response with the `200` status
  - added the optional property `company/funding/last_round/amount` to the response with the `200` status
  - added the optional property `company/funding/last_round/date` to the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/carvedai/apis/exfunc-apis/changes/linkedin/get-company/post.md)

---

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