Skip to documentation
Browse documentation

Get Company Life Page

Fetches a company's public employer-brand Life page with its descriptive content and imagery.

Capability ID linkedin.company.life.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

LinkedIn company slug or HTTPS /company/{slug}/life URL.

Example https://www.linkedin.com/company/microsoft/life

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.

PathObserved typeExample
company_slug string microsoft
content_length integer 0
cover_image string https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_2…
description string Microsoft | 28,915,963 followers on LinkedIn. Every company has a missi…
title string Microsoft: Life
url string https://www.linkedin.com/company/microsoft/life

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.