steam_news
Retrieve recent news and announcements for any Steam app using its numeric app ID. Returns post titles, authors, content, feed, and dates via the public Steam WebAPI.
Instructions
Get recent news posts for a Steam app. Returns recent news/announcement posts for an app (title, author, contents, feed, date). Credential-free public Steam WebAPI JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appid | Yes | Numeric Steam app id | |
| count | No | Number of posts (max 50) | |
| maxlength | No | Max characters of each post body; default 300, set -1 for full content |