demand-intent.read scope and a valid Authorization: Bearer <token> header.
Console demand vs. game demand
Console demand rows share the sameintent and momentum structure as game demand rows, but they exclude watch and pricing fields. A console is a platform category, not a sellable item, so there are no watchlist alerts or price points at the console level. Use the game demand endpoints to get pricing and watch data for individual titles on a given platform.
Console demand score
The consoledemand_score is a 0–100 index that blends intent and reach into one comparable number. Intent (redirect volume) is the primary signal; reach (distinct users) is the secondary signal. There is no watch component — a console is not a sellable item, so there are no watchlist alerts at the platform level. The highest-ranked console in the result set always scores 100; all others are scaled relative to it.
Common query parameters
All list endpoints on this page share the following query parameters.The time window to aggregate over. One of
day, 7d, or 30d.Override the target date. Defaults to the latest computed date for the selected period. Format:
YYYY-MM-DD.Page size. Capped by your plan’s
max_page_size.Page number (page-mode pagination).
Cursor token for cursor-mode pagination. Pass
paginate=cursor to opt in.Pagination mode. Set to
cursor to use cursor-based pagination.GET /api/v1/demand-intent/consoles
Returns a ranked leaderboard of consoles by buyer demand for the selected period. Use this to identify which platforms are hottest right now and align your sourcing accordingly.Query parameters
In addition to the common parameters:Sort order for the leaderboard. One of:
intent— by redirect volume (default)momentum— by the momentum ratio descending (fastest-rising first)
Response
Returns a paginated array of console leaderboard rows. Themeta object includes the resolved period, period_date, and sort.
Array of console leaderboard rows.
The console’s rank within the current period and sort. Precomputed from the demand metrics tables.
Purchase-intent signals derived from redirect clicks to eBay listings for games on this platform.
Total purchase-intent clicks across all games on this console in the period.
Number of unique users who clicked through.
Fraction of clicks from mobile devices (0.0–1.0).
Composite 0–100 demand index. The highest-ranked console in the result set always scores 100.
GET /api/v1/demand-intent/consoles/
Returns a full demand profile for one console, with metrics shown side-by-side across all three periods (day, 7d, 30d). Use this to understand whether platform-wide interest in a specific system is growing, stable, or declining over time.
Path parameters
The numeric ID of the console. You can resolve IDs from the Consoles catalog endpoint.
Response
Demand metrics for each time window.
Returns
404 not_found if the console_id does not correspond to an enabled console in the catalog.