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 details
Returns detailed company information by LinkedIn ID.
- Method
- GET
- Path
- /linkedin/company/{id}
- Authentication
- apiKey
- Credit cost
- 10 credits/request
- Platform
- 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>"