Playground

Get LinkedIn Company info by ID API playground

Returns detailed company information by LinkedIn ID.

GETapiKey10 credits/requestlinkedin.companyResponseDoc

Selected endpoint

GET /linkedin/company/{id}

Returns detailed company information by LinkedIn ID.

Group
LinkedIn
Authentication
apiKey
Credit cost
10 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey10 credits/requestcompanyResponseDoc

Get LinkedIn Company info by ID

Returns detailed company information by LinkedIn ID.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "name": "Google DeepMind",
    "link": "https://www.linkedin.com/company/googledeepmind",
    "logo": "https://static.licdn.com/scds/common/u/images/email/artdeco/logos/96/linkedin-bug-color.png",
    "headline": "We're committed to solving intelligence, to advance science and benefit humanity.",
    "follower_count": 1176418,
    "num_of_employees_on_linkedin": 0
  }
}