Endpoint Playground
Test Crawlora's Get Linkedin Showcase Page Info API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.
curl "https://api.crawlora.net/api/v1/linkedin/showcase/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"| Parameter | Type | Required | Prefilled value | Description |
|---|---|---|---|---|
| id (path) | string | Yes | LinkedIn Showcase Page ID |
{
"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
}
}Public Playground
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.
Returns detailed information about a LinkedIn showcase page by ID.
{
"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 "https://api.crawlora.net/api/v1/linkedin/showcase/<id>" \
-H "x-api-key: $CRAWLORA_API_KEY"