Skip to main content
GET
AI chip sales

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

chip_manufacturer
string

Filter to one chip designer — exact, case-insensitive match. The designers with data are Nvidia, Google, Amazon, Huawei, AMD, and Cambricon; any other value returns 0 rows rather than 400. Echoed in applied_filters. Observed vocabulary, measured 2026-08-10 (6 distinct values). Values outside it are accepted, not rejected. Discover current values: GET /api/v2/epoch/chip-sales?limit=1 — readchip_manufacturer``. The accelerator designer in Epoch's chip-sales series. Lower-cased exact match with no validation — an unlisted manufacturer returns an empty 200. Values seen in the corpus: https://docs.gdeltcloud.com/reference/enums#epoch_chip_manufacturer

Example:

"Huawei"

limit
integer
default:50

Rows per page (1–200). Defaults to 50.

Required range: 1 <= x <= 200
cursor
string

Canonical page token — pass the pagination.next_cursor from the previous response here to fetch the next page (uniform across all list endpoints).

offset
integer

Row offset for pagination. Prefer the canonical cursor token; both are supported.

Required range: x >= 0

Response

A page of chip-designer rollups. Envelope: { success, data, pagination, applied_filters }.

success
boolean
data
object[]
pagination
object
applied_filters
object