---
title: "Get the LinkedIn company"
method: GET
path: "/linkedin/company"
---

# Get the LinkedIn company

`GET /linkedin/company`

Get the LinkedIn company. Required at least one of the query parameters

## Query parameters

- `url` string, url
- `universalName` string
- `search` string

## Response `200`

Company profile response

- object
  - `element` Company
    - `id` string
    - `universalName` string
    - `linkedinUrl` string, uri
    - `name` string
    - `tagline` string
    - `website` string, uri
    - `logo` string, uri
    - `foundedOn` FoundedOnDate
      - `month` integer, nullable
      - `year` integer, nullable
      - `day` integer, nullable
    - `employeeCount` integer
    - `employeeCountRange` EmployeeCountRange
      - `start` integer, nullable
      - `end` integer, nullable
    - `followerCount` integer
    - `description` string
    - `companyType` string
    - `locations` CompanyLocation[]
      - `country` string, nullable
      - `city` string, nullable
      - `geographicArea` string, nullable
      - `line1` string, nullable
      - `line2` string, nullable
      - `postalCode` string, nullable
      - `headquarter` boolean
      - `description` string, nullable
      - `parsed` ParsedLocation
        - `text` string
        - `countryCode` string
        - `regionCode` string, nullable
        - `country` string
        - `countryFull` string
        - `state` string, nullable
        - `city` string, nullable
    - `specialities` string[]
    - `industries` Industry[]
      - `id` string
      - `name` string
      - `urn` string
      - `title` string
      - `hierarchy` string
    - `logos` ImageResource[]
      - `url` string, uri
      - `width` integer
      - `height` integer
    - `backgroundCover` string, uri
    - `backgroundCovers` ImageResource[]
      - `url` string, uri
      - `width` integer
      - `height` integer
    - `active` boolean
    - `jobSearchUrl` string, uri
    - `pageVerified` boolean
    - `pageType` string
    - `showcase` boolean
    - `paidCompany` boolean
    - `autoGenerated` boolean
    - `callToActionUrl` string, uri
    - `similarOrganizations` SimilarOrganization[]
      - `id` string
      - `universalName` string
      - `linkedinUrl` string, uri
      - `name` string
      - `logo` string, uri
      - `employeeCountRange` EmployeeCountRange
        - `start` integer, nullable
        - `end` integer, nullable
      - `followerCount` integer
      - `description` string
      - `industries` Industry[]
        - `id` string
        - `name` string
        - `urn` string
        - `title` string
        - `hierarchy` string
      - `backgroundCover` string, uri
    - `affiliatedPages` AffiliatedPage[]
      - `id` string
      - `universalName` string
      - `linkedinUrl` string, uri
      - `name` string
      - `logo` string, uri
      - `followerCount` integer
      - `description` string
      - `industries` Industry[]
        - `id` string
        - `name` string
        - `urn` string
        - `title` string
        - `hierarchy` string
      - `logos` ImageResource[]
        - `url` string, uri
        - `width` integer
        - `height` integer
      - `showcase` boolean
      - `paidCompany` boolean
  - `status` string
  - `error` string
  - `query` object
    - `url` string
    - `universalName` string

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
