Get featured store sections
get_featuredRetrieve Steam's featured store sections — specials, top sellers, new releases, and coming soon — in a single API call for an overview of the store front page.
Instructions
Get the Steam store's featured sections: specials, top sellers, new releases and coming soon (each a list of games with appid and price), all in one call — for a general 'what's on the store front page' overview. For just current discounts use get_specials (lighter), or discover_games for catalog-wide deals with filters. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | Country (cc) for prices/currency; overrides STEAM_COUNTRY for this call. | |
| language | No | Store language (e.g. english, russian); overrides STEAM_LANGUAGE for this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specials | Yes | ||
| coming_soon | Yes | ||
| top_sellers | Yes | ||
| new_releases | Yes |