datasets_steam_news_search
Search Steam news and announcements for tracked apps. Filter by app ID or full-text query, and sort by date.
Instructions
Search the steam-news dataset. Searches Steam news + announcements for tracked apps (one document per appid × gid; the latest items per app are kept). Filter by app_id for a single game's news, or full-text q over the title + contents. Sort enum: date_desc (newest first, default), date_asc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text query over the news title + contents, max 256 characters | |
| page | No | Page number, defaults to 1 | |
| sort | No | Sort enum: date_desc, date_asc | |
| app_id | No | Exact Steam app id filter | |
| page_size | No | Page size, defaults to 20 and maxes at 100; page * page_size must be <= 10000 |