steam_search_results
Search the Steam store with faceted filters, pagination, and sorting. Returns app details: title, release date, review summary, price, and platforms.
Instructions
Faceted, paginated Steam store search. Runs the Steam store search with pagination and sorting and returns the result rows (appid, title, release date, review summary, price, platforms). Supports start/count paging and sort_by. Credential-free public Steam storefront JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| l | No | Language code | |
| cc | No | Store country code (ISO, selects currency) | |
| term | Yes | Search term | |
| count | No | Results per page (max 100) | |
| start | No | Result offset for pagination | |
| sort_by | No | Sort order |