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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| 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).