Steam Games Scraper
Scrape Steam store game data: price, discount, release date, developers, publishers, genres, categories, platforms, Metacritic score, review count, description and artwork. Search by keyword or app ID and pick a pricing region. Export to JSON, CSV or Excel.
{ "headerImage": "https://shared.akamai.steamstatic.com/store_it…", "appId": 292030, "name": "The Witcher 3: Wild Hunt", "type": "game", "url": "https://store.steampowered.com/app/292030", "isFree": false, "priceInitial": 39.99, "priceFinal": 39.99, "discountPercent": 0 }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Header Image | App Id | Name | Type |
|---|---|---|---|
| https://shared.akamai.steamstatic… | 292030 | The Witcher 3: Wild Hunt | game |
{ "headerImage": "https://shared.akamai.steamstatic.com/store_it…", "appId": 292030, "name": "The Witcher 3: Wild Hunt", "type": "game", "url": "https://store.steampowered.com/app/292030", "isFree": false, "priceInitial": 39.99, "priceFinal": 39.99, "discountPercent": 0 }
よくある質問
How do I target an exact game?
Paste its Steam app ID (the number in the store URL, for example 730). App IDs are exact; search queries return the best matches for the keyword.
Can I get prices in my currency?
Yes. Set the country code to your region and prices come back in that region's currency, with the current discount applied.
Does it include free-to-play games?
Yes. Free titles are returned with `isFree` set to true and a `priceFormatted` of "Free".
How fresh is the data?
Prices, discounts, scores and review counts are read live at run time, so each record reflects the store at the moment of the run (see observedAt).