Get a company profile
get_companyProvide either slug or companyId. If neither is given, the request fails with
400 VALIDATION_ERROR.
Take the slug from a /company/search result rather than guessing it from the
company name — a company's slug often differs from its display name. Group: Companies. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | The company's short name, as it appears in its LinkedIn URL. Required unless `companyId` is provided. | |
| companyId | No | The company's numeric identifier. Required unless `slug` is provided. |