datasets_playstation_games_search
Search the public PlayStation Store catalog to find games, editions, and add-ons by genre, price, platform, and more. Filter results by free titles, sales, or subscription inclusion.
Instructions
Search PlayStation games dataset. Searches the crawled public PlayStation Store catalog stored in a search index. One row per product SKU (game, edition or add-on); concept_id / np_title_id group a title's SKUs. price_tier enum: free, under_5, 5_to_10, 10_to_20, 20_to_40, 40_to_60, 60_plus. Sort enum: relevance, rating_desc, reviews_desc, price_asc, price_desc, discount_desc, release_desc, release_asc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over name and publisher, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: relevance, rating_desc, reviews_desc, price_asc, price_desc, discount_desc, release_desc, release_asc | |
| genre | No | Exact genre filter (e.g. Action, Role Playing Games), max 128 characters | |
| region | No | Exact store region (country code) filter, max 128 characters | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| is_free | No | Filter by free flag | |
| on_sale | No | Filter by titles currently discounted (discount_pct > 0) | |
| branding | No | Exact subscription/service-branding filter (e.g. PS_PLUS, EA_PLAY, UBISOFT_PLUS), max 128 characters | |
| is_addon | No | Filter: true returns add-ons/DLC/currency, false returns games and editions | |
| platform | No | Exact platform filter: PS4 or PS5 | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 | |
| publisher | No | Exact publisher filter, max 128 characters | |
| concept_id | No | Exact concept id filter (groups all SKUs of a title), max 128 characters | |
| price_tier | No | Price-tier enum: free, under_5, 5_to_10, 10_to_20, 20_to_40, 40_to_60, 60_plus | |
| coming_soon | No | Filter for pre-release / not-yet-purchasable titles | |
| np_title_id | No | Exact np_title_id filter, max 128 characters | |
| classification | No | Exact classification filter: FULL_GAME, PREMIUM_EDITION, GAME_BUNDLE, ADD_ON_PACK, VIRTUAL_CURRENCY, LEVEL, OTHER | |
| content_rating | No | Exact content-rating authority filter (e.g. ESRB, PEGI), max 128 characters | |
| min_star_count | No | Minimum number of star ratings | |
| max_price_value | No | Maximum current price in minor units (e.g. cents) | |
| min_price_value | No | Minimum current price in minor units (e.g. cents) | |
| min_star_rating | No | Minimum average star rating, 0 through 5 | |
| max_release_year | No | Maximum release year | |
| min_discount_pct | No | Minimum discount percent, 0 through 100 | |
| min_release_year | No | Minimum release year | |
| content_descriptor | No | Exact content-descriptor filter (e.g. Blood, Violence, In-Game Purchases, Users Interact), max 128 characters | |
| is_tied_to_subscription | No | Filter for titles included with a subscription (e.g. free with PS Plus) |