search_app_discussions
Search public Steam Community discussions for a game (AppID) by keyword, with relevance or time sorting and pagination. Returns matching posts with author, date, provenance, and availability for further review.
Instructions
Experimental, read-only search of public Steam Community discussions for one app. Fetches one page with at most 50 matching posts, grouped by thread. matchingPostsObserved counts only the fetched sample; author and date describe each match, not thread creation. Community user claims and repetition are not verification. Returns provenance, availability status and reason, and bounded pagination. Pass a returned identifier to fetch_discussion_thread, which starts at page 1 even when a match links to a later reply. Paginate manually; results are not exhaustive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One search page to fetch; use pagination.nextPage to request another page | |
| sort | No | Steam search order; defaults to relevance | relevance |
| appId | Yes | Steam AppID whose public discussions should be searched | |
| query | Yes | Non-blank search query; maximum 256 input characters including surrounding whitespace. Trimmed before searching. |