steam_category
Retrieve a catalog of Steam games filtered by a community tag, with weighted tags, review scores, developer details, and pricing.
Instructions
Browse a store category (tag) with weighted community tags. Returns a catalog slice for a community tag / category via Steam's keyless IStoreQueryService, carrying each item's WEIGHTED community tags, review-score breakdown, developer/publisher credits, release date, platforms and price. The slug is a numeric tag id or a tag name (case- and separator-insensitive, e.g. rogue_like); resolve ids via /steam/tags/list. Ordering is Steam's default relevance — for sorted or os/price-faceted browse use /steam/tags. Credential-free public Steam store query API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| l | No | Steam store language name | |
| cc | No | Store country code (ISO, selects currency) | |
| free | No | Only free titles | |
| slug | Yes | Community tag id (numeric) or tag name slug | |
| count | No | Results per page (max 100) | |
| start | No | Result offset for pagination | |
| released_only | No | Only already-released titles | |
| coming_soon_only | No | Only unreleased / coming-soon titles |