Platitun · API · Catalogue and requests · Demand: what buyers are waiting for
Demand: what buyers are waiting for
GET /api/v1/catalog/demandKey scope: catalog · read only
How many people subscribed to a position nobody offers yet. This answers “what to stock”: not a guess about the market, but real people who left a subscription.
Query filters
| Field | Type | What it is |
|---|---|---|
service | string | Demand for one position. Together with productType. |
productType | string | Product type for the same position. |
limit | integer | Without service and productType, the demand top of this length is returned. |
Response fields
| Field | Type | What it is |
|---|---|---|
waiting | integer | How many are waiting for this position (when one is asked about). |
items | array | The demand top: position, product type, number waiting. |
Nearby in this section
GET /api/v1/me— Who am IGET /api/v1/catalog/services— Search the catalogueGET /api/v1/catalog/services/{slug}— Everything about a positionGET /api/v1/catalog/usual-price— The usual price for a positionGET /api/v1/catalog/requests— My catalogue requestsPOST /api/v1/catalog/requests— Request a new catalogue position