---
title: "AI companies"
method: GET
path: "/api/v2/epoch/companies"
tags: ["AI Compute"]
---

# AI companies

`GET /api/v2/epoch/companies`

Epoch AI company tracker (CC-BY 4.0) — the tracked AI labs with latest valuation, annualized revenue, total equity funding, staff count, and company type. Latest financials are derived from the dated time-series (most recent closed funding round for valuation). Sorted by valuation descending. Requires a plan with AI compute & models access (`can_use_epoch_ai`) — the Corporate & Supply Chain and Global Intelligence plans.

This endpoint takes no filter params beyond pagination — any other query param (e.g. `search`, `org`) is surfaced back in `applied_filters.ignored` rather than silently applied.

## Query parameters

- `limit` integer
- `cursor` string
- `offset` integer

## Response `200`

A page of AI companies. Envelope: `{ success, data, pagination, applied_filters }`.

- object
  - `success` boolean
  - `data` object[]
    - `name` string
    - `company_type` string, nullable
    - `product_domains` string, nullable
    - `staff_count_latest` number, nullable
    - `annualized_revenue_latest_usd` number, nullable
    - `valuation_latest_usd` number, nullable
    - `total_equity_funding_usd` number, nullable
    - `founding_date` string, nullable
    - `entity_id` string
    - `entity_page_name` string
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `next_cursor` string, nullable — Canonical page token — pass it back as `cursor` to fetch the next page (uniform across all list endpoints). `null` when there are no more rows.
    - `next_offset` integer, nullable — Legacy — prefer `next_cursor` (still returned). Numeric row offset of the next page.
  - `applied_filters` object
    - `ignored` object

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
