# Get Showcase Page

Fetches a public LinkedIn Showcase entity using the normalized organization output contract.

- Platform: [LinkedIn](https://docs.upscrape.com/docs/platforms/linkedin)
- Capability ID: `linkedin.showcase.get`
- Cost: 1 credit per request
- Maximum runtime: 60 seconds
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Request

Use the exact public capability ID in the shared execute envelope.

```bash
curl --request POST \
  --url https://data.upscrape.com/execute \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --header "Prefer: wait=30" \
  --data '{
  "input": {
    "url": "https://www.linkedin.com/showcase/microsoft-azure"
  },
  "capability": "linkedin.showcase.get"
}'
```

## Input

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| `url` | `string` | Yes | LinkedIn Showcase slug or HTTPS /showcase/{slug} URL. |

### Example input

```json
{
  "url": "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 output

This redacted fixture is an example, not a fixed response schema.

```json
{
  "affiliated_pages": [
    {
      "industry": "Software Development",
      "location": "Redmond, Washington",
      "logo_url": "https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_100_100/B56ZYQ0mrGGoAU-/0/1744038948046/microsoft_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "Microsoft",
      "url": "https://www.linkedin.com/company/microsoft"
    },
    {
      "industry": "Software Development",
      "location": "San Francisco, CA",
      "logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGxQRyEwD643g/company-logo_100_100/B56Z3045ErGgAQ-/0/1777930048179/github_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "GitHub",
      "url": "https://www.linkedin.com/company/github"
    },
    {
      "industry": "IT Services and IT Consulting",
      "location": "Redmond, Washington",
      "logo_url": "https://media.licdn.com/dms/image/v2/D4E0BAQHgSFh_G4-OUQ/company-logo_100_100/B4EZ7Vy.5ZIAAQ-/0/1781703372677/microsoftlearn_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "Microsoft Learn",
      "url": "https://www.linkedin.com/showcase/microsoftlearn/"
    }
  ],
  "availability": "available",
  "canonical_url": "https://www.linkedin.com/showcase/microsoft-azure/",
  "company_size": "501-1,000 employees",
  "country": "US",
  "cover_image_url": "https://media.licdn.com/dms/image/v2/D4E3DAQESklKhgTpOmA/image-scale_191_1128/B4EZYQYAzuGYAg-/0/1744031452868/microsoft_azure_cover?e=2147483647&v=beta&t=[redacted:token]",
  "description": "Join the Microsoft Azure community to be the first to learn about tech innovations, industry trends, updates relevant to you and your team.",
  "followers": 1202604,
  "headquarters": "Redmond, Washington",
  "industry": "Technology, Information and Internet",
  "locality": "Redmond",
  "logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGtwKUNwBubxg/company-logo_200_200/company-logo_200_200/0/1688144190823/microsoft_azure_logo?e=2147483647&v=beta&t=[redacted:token]",
  "name": "Microsoft Azure",
  "organization_id": "96411081",
  "posts_count": 0,
  "region": "Washington",
  "requested_slug": "microsoft-azure",
  "similar_pages": [
    {
      "industry": "Software Development",
      "location": "Mountain View, CA",
      "logo_url": "https://media.licdn.com/dms/image/v2/D4E0BAQGv3cqOuUMY7g/company-logo_100_100/B4EZmhegXHGcAU-/0/1759350753990/google_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "Google",
      "url": "https://www.linkedin.com/company/google"
    },
    {
      "industry": "Software Development",
      "logo_url": "https://media.licdn.com/dms/image/v2/D560BAQGDLy4STCnHbg/company-logo_100_100/B56ZnZxDipI0AQ-/0/1760295142304/amazon_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "Amazon",
      "url": "https://www.linkedin.com/company/amazon"
    },
    {
      "industry": "Computers and Electronics Manufacturing",
      "location": "Cupertino, California",
      "logo_url": "https://media.licdn.com/dms/image/v2/C560BAQHdAaarsO-eyA/company-logo_100_100/company-logo_100_100/0/1630637844948/apple_logo?e=2147483647&v=beta&t=[redacted:token]",
      "name": "Apple",
      "url": "https://www.linkedin.com/company/apple"
    }
  ],
  "slug": "microsoft-azure",
  "tagline": "Limitless innovation.",
  "url": "https://www.linkedin.com/showcase/microsoft-azure",
  "website": "https://azure.microsoft.com"
}
```
### Illustrative output fields

Derived from the sample above for orientation only. These 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`. Use an `Idempotency-Key` when retrying must not create a duplicate logical job.

## Related documentation

- [Authentication](https://docs.upscrape.com/docs/api/authentication)
- [Jobs and results](https://docs.upscrape.com/docs/api/jobs)
- [Errors and retries](https://docs.upscrape.com/docs/api/errors)
- [Idempotency](https://docs.upscrape.com/docs/api/idempotency)
