companies_universal_name_to_id
Resolve a company slug (the part after linkedin.com/company/) to its stable org_ id — the dataset id used by /companies/info. For the live company endpoints (posts, similar, affiliated, insights) use companies_entity_id instead; the two ids are not interchangeable. Returns the FULL company record (identical to /companies/info) — read data.id. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Company public slug — the part after linkedin.com/company/. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Example value was a string | |
| url | No | Example value was a string | |
| name | No | Example value was a string | |
| slug | No | Example value was a string | |
| type | No | Example value was a string | |
| hq_city | No | Example value was a string | |
| website | No | Example value was a string | |
| logo_url | No | Example value was a string | |
| headcount | No | Example value was a number | |
| industries | No | Array in the example | |
| description | No | Example value was a string | |
| headquarter | No | ||
| specialities | No | Array in the example | |
| industries_v2 | No | Array in the example | |
| follower_count | No | Example value was a number | |
| headcount_range | No | Example value was a string | |
| hq_country_code | No | Example value was a string |