# Steam App Info ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/steam/app-info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/steam-app-info | ## Description Retrieve up-to-date game data from Steam, including title, developer, price, and more. Start your free trial! ## 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-info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "tags": [ "Survival", "Open World", "Crafting", "Action RPG", "Sandbox", "PvP", "Building", "Adventure", "PvE", "Multiplayer", "Top-Down", "Vampire", "RPG", "Fantasy", "Dark Fantasy", "Early Access", "Online Co-Op", "Indie", "Singleplayer", "Action" ], "price": { "amount": "19.99", "currency": "USD" }, "title": "V Rising", "app_id": "1604030", "genres": [ "Action", "Adventure", "Indie", "Massively Multiplayer", "RPG" ], "videos": [ "https://cdn.akamai.steamstatic.com/steam/apps/256866570/movie480.mp4" ], "features": [ "Single-player", "Online PvP", "Online Co-op" ], "developer": "Stunlock Studios", "platforms": [ "Windows" ], "publisher": "Stunlock Studios", "description": "Awaken as a vampire. Hunt for blood in nearby settlements to regain your strength and evade the scorching sun to survive. Raise your castle and thrive in an ever-changing open world full of mystery.", "screenshots": [ "https://cdn.akamai.steamstatic.com/steam/apps/1604030/ss_1.jpg", "https://cdn.akamai.steamstatic.com/steam/apps/1604030/ss_2.jpg", "https://cdn.akamai.steamstatic.com/steam/apps/1604030/ss_3.jpg" ], "release_date": "May 17, 2022", "language_support": { "audio": [ "English" ], "interface": [ "English", "French", "Italian", "German", "Spanish - Spain", "Korean", "Portuguese - Brazil", "Russian", "Traditional Chinese" ], "subtitles": [ "English", "French", "Italian", "German", "Spanish - Spain", "Japanese", "Korean", "Portuguese - Brazil", "Russian", "Simplified Chinese", "Traditional Chinese" ] }, "minimum_system_requirements": { "os": "Windows 10 64 bit", "memory": "12 GB RAM", "storage": "7 GB available space", "graphics": "NVIDIA GeForce GTX 770 or equivalent", "processor": "Intel Core i5 or equivalent" }, "recommended_system_requirements": { "os": "Windows 10 64 bit", "memory": "12 GB RAM", "storage": "7 GB available space", "graphics": "NVIDIA GeForce GTX 1070 or equivalent", "processor": "Intel Core i5 or equivalent" } } ``` ## Documentation ## Overview Retrieve up-to-date game data from Steam, including title, developer, price, and more. Start your free trial! ## Quickstart ``` GET https://api.piloterr.com/v2/steam/app-info?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Steam App Info 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