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 Showcase Page Info API Playground
Returns detailed information about a LinkedIn showcase page by ID.
GETapiKey10 credits/requestlinkedin.showcaseResponseDocLinkedIn
Endpoint details
Returns detailed information about a LinkedIn showcase page by ID.
- Method
- GET
- Path
- /linkedin/showcase/{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": "Think with Google",
"link": "https://www.linkedin.com/showcase/think-with-google",
"logo": "https://static.licdn.com/scds/common/u/images/email/artdeco/logos/96/linkedin-bug-color.png",
"headline": "",
"follower_count": 923484,
"num_of_employees_on_linkedin": 0
}
}cURL example
curl "https://api.crawlora.net/api/v1/linkedin/showcase/<id>" \
-H "x-api-key: <api-key>"