/linkedin/company/{id}apiKey10 credits/requestGet LinkedIn Company info by ID
Returns detailed company information by LinkedIn ID.
Required params: id:path
API Reference
Use Crawlora's LinkedIn Scraper API endpoints to extract supported public LinkedIn data as structured JSON. This documentation covers 3 active endpoints including Get LinkedIn Company info by ID, Get LinkedIn Product info by ID, Get Linkedin Showcase Page Info. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as id, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/linkedin/company/example" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/linkedin/company/{id}apiKey10 credits/requestReturns detailed company information by LinkedIn ID.
Required params: id:path
/linkedin/product/{id}apiKey10 credits/requestReturns detailed product information from LinkedIn by product ID.
Required params: id:path
/linkedin/showcase/{id}apiKey10 credits/requestReturns detailed information about a LinkedIn showcase page by ID.
Required params: id:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get LinkedIn Company info by ID | /linkedin/company/{id} | GET | 10 credits/request | id:path | View docs | Try endpoint |
| Get LinkedIn Product info by ID | /linkedin/product/{id} | GET | 10 credits/request | id:path | View docs | Try endpoint |
| Get Linkedin Showcase Page Info | /linkedin/showcase/{id} | GET | 10 credits/request | id:path | View docs | Try endpoint |