Skip to documentation
Browse documentation

Get Company Life Page

Fetches and structures a company's public employer-brand Life page into content sections and deduplicated imagery with explicit coverage metadata.

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…
coverage object 5 fields
coverage.limitations array 2 items
coverage.missing_fields array 2 items
coverage.source string linkedin_public_company_life
coverage.status string partial_public
coverage.truncated_fields array 0 items
description string Microsoft | 28,915,963 followers on LinkedIn. Every company has a missi…
images array 0 items
sections array 0 items
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.