Playerok: List Items
Playerok via Parse · marketplace
List products/items with filtering by game, category, sorting, and cursor-based pagination. Supports filtering by game_id/game_category_id directly, or by game_slug/category_slug (auto-resolved). API for retrieving product listings, game details, categories, and featured items from playerok.com, a gaming marketplace for in-game items, accounts, donations, and services. Fulfilled by Parse from playerok.com.
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
- playerok
- playerok-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4688010c-bf13-44a2-bef6-4db5e643b286/list_items
- Interface artifact
- sha256:8ff32c3072356f9cf80e713029fa1482be04c82d145b11b4309e4590e1973ff7
- Manifest digest
- sha256:08d30d6d10cc8f19bf8786b2ebcdf1b4cf0ffa7fd30b8c61c73c7d5134a0be28
Request fields
- limit (integer): Number of items per page (max 50)
- cursor (string): Pagination cursor from page_info.end_cursor of previous response
- game_id (string): Game UUID to filter by (e.g., '1ecc48ce-4f17-6e23-6b8a-fa42990d44fb' for Genshin Impact). Use search_games to find IDs.
- game_slug (string): Game slug to filter by (e.g., 'genshin-impact'). Will be auto-resolved to game_id. Prefer game_id for efficiency.
- sort_field (string): Sort field (e.g., 'price', 'createdAt')
- category_slug (string): Category slug to filter by (e.g., 'coins'). Used with game_slug for auto-resolution.
- sort_direction (string): Sort direction: ASC or DESC
- game_category_id (string): Game category UUID to filter by (e.g., '1ecc48ce-52cb-6260-00d0-cfdb37fa1032' for Crystals). Use search_games to find category IDs.