Skip to main content
GET
Search Offers (GET)

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Query Parameters

q
string

JSON-encoded search query object — the same format as the POST body: offer fields with filter expressions {operator: value} (operators: eq, neq, gt, gte, lt, lte, in, notin) plus special keys limit, order, type.

select_cols
string

Optional JSON-encoded array of offer columns to include in the results.

Response

Successful response with matching offers: {"offers": [...]}

offers
object[]

Array of offer objects with pricing, GPU specs, and scoring fields