Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Get LinkedIn Company info by ID API Playground

Returns detailed company information by LinkedIn ID.

GETapiKey10 credits/requestlinkedin.companyResponseDocLinkedIn

Endpoint

Choose one catalog endpoint for this request.

3 shown
GETapiKey10 credits/requestlinkedin.companyResponseDocLinkedIn
GET /linkedin/company/{id}

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

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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
  }
}

Endpoint details

Returns detailed company information by LinkedIn ID.

Method
GET
Path
/linkedin/company/{id}
Authentication
apiKey
Credit cost
10 credits/request
Platform
LinkedIn
Parameters
2 documented fields

Request parameters

id:pathx-api-key:header

Response schema fields

codedatadata.aboutdata.affiliated_pagesdata.affiliated_pages[].addressdata.affiliated_pages[].industrydata.affiliated_pages[].linkdata.affiliated_pages[].namedata.company_sizedata.follower_countdata.founded_ondata.headline

Sample response summary

{
  "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
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/linkedin/company/<id>" \
  -H "x-api-key: <api-key>"