13 endpoints in this category.
/api/v1/companies/entity-idResolve a company slug to the numeric organization id used by the live company endpoints (posts, similar, affiliated, insights). Resolve once, reuse the id.
/api/v1/companies/universal-name-to-idResolve 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`.
/api/v1/companies/infoFull company firmographics — description, industry, headcount, HQ, follower count, specialties.
/api/v1/companies/info-v2Company firmographics as a flat company record (not nested under a `company` key). Identical payload to /companies/info.
/api/v1/companies/name-lookupSearch companies by name. Returns matching company records; pagination cursor not currently available on this endpoint.
/api/v1/companies/employees-dataPeople who work or worked at an organization (professional records, same shape as /search/people). Cursor-paginated.
/api/v1/companies/similarSimilar 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.
/api/v1/companies/affiliated-pagesAffiliated / 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.
/api/v1/companies/insightsEmployee-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.
/api/v1/companies/postsA 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.
/api/v1/companies/jobsOpen job postings across one or more organizations.
/api/v1/companies/enrich-bulkSubmit 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.
/api/v1/companies/enrich-bulk-statusTrack 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.
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 →