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.

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