datasets_steam_games_facets
Generate aggregated counts for Steam games across facets like genre, developer, price tier, and review tier. Filter by attributes such as platform, price, ratings, and release year for tailored insights.
Instructions
Facet the Steam games dataset. Returns terms aggregation counts for the Steam games dataset. Facet enum: type, developer, publisher, genres, categories, tags, primary_tag, price_tier, review_tier, owners_bucket, release_year, run_id, is_free, coming_soon, platform_windows, platform_mac, platform_linux. price_tier enum: free, under5, 5to15, 15to30, 30to60, over60. review_tier enum: overwhelmingly_positive, very_positive, positive, mostly_positive, mixed, mostly_negative, negative, very_negative, overwhelmingly_negative, insufficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over name, developer and publisher, max 256 characters | |
| mac | No | Filter by macOS support | |
| tag | No | Exact community-tag filter (e.g. Roguelike, Cozy), max 128 characters | |
| type | No | Exact storefront type filter, max 128 characters | |
| facet | Yes | Facet enum: type, developer, publisher, genres, categories, tags, primary_tag, price_tier, review_tier, owners_bucket, release_year, run_id, is_free, coming_soon, platform_windows, platform_mac, platform_linux | |
| genre | No | Exact genre filter, max 128 characters | |
| linux | No | Filter by Linux support | |
| run_id | No | Exact crawl run-id filter, max 128 characters | |
| is_free | No | Filter by free-to-play flag | |
| min_ccu | No | Minimum peak concurrent users yesterday | |
| on_sale | No | Filter by titles currently discounted (discount_pct > 0) | |
| windows | No | Filter by Windows support | |
| category | No | Exact store category filter, max 128 characters | |
| developer | No | Exact developer filter, max 128 characters | |
| publisher | No | Exact publisher filter, max 128 characters | |
| min_owners | No | Minimum estimated owners (SteamSpy owners midpoint) | |
| price_tier | No | Price-tier enum: free, under5, 5to15, 15to30, 30to60, over60 | |
| review_tier | No | Review-tier enum: overwhelmingly_positive, very_positive, positive, mostly_positive, mixed, mostly_negative, negative, very_negative, overwhelmingly_negative, insufficient | |
| min_positive | No | Minimum positive review count | |
| owners_bucket | No | Exact SteamSpy owners-range bucket filter, max 128 characters | |
| min_metacritic | No | Minimum Metacritic score, 0 through 100 | |
| max_price_cents | No | Maximum current price in cents | |
| min_price_cents | No | Minimum current price in cents | |
| max_release_year | No | Maximum release year | |
| min_release_year | No | Minimum release year | |
| min_review_score | No | Minimum positive-review ratio, 0 through 1 | |
| min_total_reviews | No | Minimum total review count |