- Get a company —
GET /api/companies/{id}. Fetch a fully enriched company profile. - List a company’s jobs —
GET /api/companies/{id}/jobs. List all jobs that belong to a specific company.
company.id returned by the search or feed endpoints to look up the full profile or its job inventory.
See the Company schema for the full field-level reference of the returned CompanyDto (funding, leadership, ratings, press references, H1B statistics, etc.).
Endpoints
Full request/response reference and a live “Try it” playground live on the dedicated pages below.Get a company
GET /api/companies/{id} — fetch an enriched company profile by ID. Returns identity, summary, social profiles, headquarters, funding, leadership, ratings, press references, and H1B sponsorship statistics.List a company's jobs
GET /api/companies/{id}/jobs — paginated list of all jobs that belong to a specific company. 1 credit per delivered job.
