Skip to main content
GET
AI companies

Authorizations

Authorization
string
header
required

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

Query Parameters

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 AI companies. Envelope: { success, data, pagination, applied_filters }.

success
boolean
data
object[]
pagination
object
applied_filters
object