# Steam App News ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/steam/app-news` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/steam-app-news | ## Description Stay on top of Steam discussions with the Steam App News API. Enhance game development, marketing, and support strategies. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/steam/app-news' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "results": [ { "date": "2023-10-01", "link": "https://steamcommunity.com/app/252950/discussions/1/3187990553911317159/", "title": "Rocket League no longer working", "author": "User123", "view_count": 350, "reply_count": 12 }, { "date": "2023-10-02", "link": "https://steamcommunity.com/app/252950/discussions/1/3187990553911379475/", "title": "Looking for Rocket League players", "author": "PlayerOne", "view_count": 210, "reply_count": 8 }, { "date": "2023-10-03", "link": "https://steamcommunity.com/app/252950/discussions/1/3187990553911492139/", "title": "Rocket League crashing on startup", "author": "GamerGuy", "view_count": 500, "reply_count": 14 } ] } ``` ## Documentation ## Overview Stay on top of Steam discussions with the Steam App News API. Enhance game development, marketing, and support strategies. ## Quickstart ``` GET https://api.piloterr.com/v2/steam/app-news?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Steam App News data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Steam without maintaining scrapers - Power internal dashboards and workflow automations with live Steam data