---
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

---

[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)
