Get Company
Fetches all supported same-document public company data with one upstream request: identity, About fields, offices, posts, media, affiliated pages and similar pages.
linkedin.company.get
/execute
Shared execution endpoint
Input parameters
url
string
required
LinkedIn company slug or HTTPS /company/{slug} URL. Sub-routes are normalized to the public overview; retrieval policy is internal and uses one upstream request.
https://www.linkedin.com/company/microsoft
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
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/company/microsoft |
company_size |
string |
10,001+ employees |
country |
string |
US |
cover_image_url |
string |
https://media.licdn.com/dms/image/v2/D4E3DAQGWOa_gAs1qXg/image-scale_32… |
coverage |
object |
5 fields |
coverage.limitations |
array |
2 items |
coverage.missing_fields |
array |
0 items |
coverage.source |
string |
linkedin_public_organization_overview |
coverage.status |
string |
partial_public |
coverage.truncated_fields |
array |
1 items |
description |
string |
Every company has a mission. What's ours? To empower every person and e… |
employee_count |
integer |
233084 |
entity_type |
string |
company |
followers |
integer |
28915962 |
headquarters |
string |
Redmond, Washington |
industry |
string |
Software Development |
locality |
string |
Redmond |
locations |
array |
3 items |
locations |
array |
3 items |
logo_url |
string |
https://media.licdn.com/dms/image/v2/D560BAQH32RJQCl3dDQ/company-logo_2… |
name |
string |
Microsoft |
organization_id |
string |
1035 |
organization_type |
string |
Public Company |
postal_code |
string |
98052 |
posts_count |
integer |
1 |
recent_posts |
array |
1 items |
recent_posts |
array |
1 items |
region |
string |
Washington |
requested_slug |
string |
microsoft |
similar_pages |
array |
3 items |
similar_pages |
array |
3 items |
slug |
string |
microsoft |
specialties |
array |
3 items |
specialties |
array |
3 items |
street_address |
string |
1 Microsoft Way |
url |
string |
https://www.linkedin.com/company/microsoft |
website |
string |
https://news.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.