steam_search_results
Search the Steam store with pagination and sorting, returning app IDs, titles, release dates, review summaries, prices, and platforms as JSON.
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 |