Now out of stealth: the missing link between AI agents and LinkedIn data.
← Docs

Companies

13 endpoints in this category.

/api/v1/companies/entity-id

Resolve a company slug to the numeric organization id used by the live company endpoints (posts, similar, affiliated, insights). Resolve once, reuse the id.

10 credits
/api/v1/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 /api/v1/companies/entity-id instead; the two ids are not interchangeable. Returns the FULL company record (identical to /companies/info) — read `data.id`.

10 credits
/api/v1/companies/info

Full company firmographics — description, industry, headcount, HQ, follower count, specialties.

10 credits
/api/v1/companies/info-v2

Company firmographics as a flat company record (not nested under a `company` key). Identical payload to /companies/info.

10 credits
/api/v1/companies/name-lookup

Search companies by name. Returns matching company records; pagination cursor not currently available on this endpoint.

10 credits
/api/v1/companies/employees-data

People who work or worked at an organization (professional records, same shape as /search/people). Cursor-paginated.

10 credits
/api/v1/companies/similar

Similar companies / peers (id, name, industry, followers, url). Keyed by the numeric organization id: pass `slug` and Zooq resolves it for you at no extra credit cost, or pass `id` from /api/v1/companies/entity-id to skip the lookup.

10 credits
/api/v1/companies/affiliated-pages

Affiliated / subsidiary / showcase pages of a company. Keyed by the numeric organization id: pass `slug` and Zooq resolves it for you at no extra credit cost, or pass `id` from /api/v1/companies/entity-id to skip the lookup.

10 credits
/api/v1/companies/insights

Employee-count total + distribution buckets (by department, seniority, location). Keyed by the numeric organization id: pass `slug` and Zooq resolves it for you at no extra credit cost, or pass `id` from /api/v1/companies/entity-id to skip the lookup.

10 credits
/api/v1/companies/posts

A company's recent posts. data.activities[].entityId is the activity id consumed by /posts/info, /posts/comments, /posts/likes. Keyed by the numeric organization id: pass `slug` and Zooq resolves it for you at no extra credit cost, or pass `id` from /api/v1/companies/entity-id to skip the lookup.

10 credits
/api/v1/companies/jobs

Open job postings across one or more organizations.

10 credits
/api/v1/companies/enrich-bulk

Submit a bulk company-enrichment job (up to 1000 organizations). POST a JSON body; returns a job_id to poll via /api/v1/companies/enrich-bulk-status. Billed at 10 credits per item submitted.

10 credits
/api/v1/companies/enrich-bulk-status

Track a bulk company-enrichment job. Free to poll. Returns status, counts, a not_found list, and companies keyed to your exact inputs. Page with next_cursor.

0 credit

Want to try these?

300 free credits on signup, no card required. Or hand this page to your agent and let it pick the endpoints.

Get an API key →