| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | URL slug (LinkedIn's `universal_name`). Use this for every /linkedin/companies/{id}/... endpoint. | |
| company_id | 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 | ||
| website_url | string | ||
| linkedin_url | string | ||
| is_verified | bool | ||
| is_active | bool | ||
| follower_count | int | ||
| employee_count | int | ||
| employee_count_range | \Unifapi\Sdk\Model\LinkedinEmployeeCountRange | ||
| industries | string[] | ||
| specialities | string[] | ||
| headquarters | \Unifapi\Sdk\Model\LinkedinHeadquarters | ||
| logo_url | string | ||
| cover_image_url | string | ||
| hashtags | \Unifapi\Sdk\Model\LinkedinCompanyHashtagsInner[] |