Get Showcase Page
Fetches a public LinkedIn Showcase entity using the normalized organization output contract.
Capability ID
linkedin.showcase.get
Cost
1 credit per request
Maximum runtime
60 seconds
POST
/execute
Shared execution endpoint
Input parameters
url
string
required
LinkedIn Showcase slug or HTTPS /showcase/{slug} URL.
Example
https://www.linkedin.com/showcase/microsoft-azure
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
affiliated_pages |
array |
3 items |
affiliated_pages |
array |
3 items |
availability |
string |
available |
canonical_url |
string |
https://www.linkedin.com/showcase/microsoft-azure/ |
company_size |
string |
501-1,000 employees |
country |
string |
US |
cover_image_url |
string |
https://media.licdn.com/dms/image/v2/D4E3DAQESklKhgTpOmA/image-scale_19… |
description |
string |
Join the Microsoft Azure community to be the first to learn about tech … |
followers |
integer |
1202604 |
headquarters |
string |
Redmond, Washington |
industry |
string |
Technology, Information and Internet |
locality |
string |
Redmond |
logo_url |
string |
https://media.licdn.com/dms/image/v2/D560BAQGtwKUNwBubxg/company-logo_2… |
name |
string |
Microsoft Azure |
organization_id |
string |
96411081 |
posts_count |
integer |
0 |
region |
string |
Washington |
requested_slug |
string |
microsoft-azure |
similar_pages |
array |
3 items |
similar_pages |
array |
3 items |
slug |
string |
microsoft-azure |
tagline |
string |
Limitless innovation. |
url |
string |
https://www.linkedin.com/showcase/microsoft-azure |
website |
string |
https://azure.microsoft.com |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.