| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | URL slug (LinkedIn's `universal_name`). Use this for every /linkedin/companies/{id}/... endpoint. | |
| CompanyId | string | Numeric LinkedIn-internal id. Exposed because LinkedIn pages and ad-library URLs reference it; not needed for any /linkedin/_* call. | |
| Name | string | ||
| Description | string | ||
| WebsiteUrl | string | ||
| LinkedinUrl | string | ||
| IsVerified | bool | ||
| IsActive | bool | ||
| FollowerCount | int | ||
| EmployeeCount | int | ||
| EmployeeCountRange | LinkedinEmployeeCountRange | ||
| Industries | List<string> | ||
| Specialities | List<string> | ||
| Headquarters | LinkedinHeadquarters | ||
| LogoUrl | string | ||
| CoverImageUrl | string | ||
| Hashtags | List<LinkedinCompanyHashtagsInner> |