Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.28 KB

File metadata and controls

26 lines (22 loc) · 1.28 KB

Unifapi.Sdk.Model.LinkedinCompany

Properties

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>

[Back to Model list] [Back to API list] [Back to README]