cdkeys.com API: list_products_by_category
cdkeys.com via Parse · ecommerce
List products within a specific category path. Use get_categories to discover valid category strings. Returns paginated results with 24 items per page. Products are sorted by the specified order. API for searching and browsing digital game keys from CDKeys.com (loaded.com). Supports product search, category browsing, best sellers, latest releases, and detailed product lookups via their Algolia search infrastructure. Fulfilled by Parse from cdkeys.com.
- cdkeys-com
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bc2be754-d386-4b66-a69a-e6e4fc0430e0/list_products_by_category
- Interface artifact
- sha256:5d276216ec74ca0a0ca9a1ba97ce2397b3ebbf83c65c5880ace89d176d038f7c
- Manifest digest
- sha256:b484de1116d59939b1b4ed0b962a4cf9faab33721b96629e33a12777d8a4d087
Request fields
- page (integer): Page number (0-indexed).
- sort (string): Sort order for results.: Allowed values: relevance, price_asc, price_desc, release_date
- category (string, required): Full category path from get_categories (e.g. 'PC /// Games', 'Xbox /// Xbox Games', 'Nintendo /// Nintendo Games').
Example queries
- {"page":"0","sort":"relevance","category":"PC /// Games"}