steam_news
Get recent news and announcement posts for a Steam app using its numeric app ID. Returns titles, authors, dates, and content from the public Steam WebAPI, so you can monitor updates without credentials.
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 |