Scrapers.lat logo scrapers.lat
电商

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.

43 每条记录的字段 JSON · CSV · Excel · API 按用量付费
steam-games-scraper.json 200 OK
{
  "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 ImageApp IdNameTypeUrlIs FreePrice InitialPrice FinalDiscount PercentPrice CurrencyPrice FormattedRelease DateComing SoonRequired Age
示例输出

一条真实的示例记录,正是你收到的结构。

Header ImageApp IdNameType
https://shared.akamai.steamstatic…292030The Witcher 3: Wild Huntgame
GET /steam-games-scraper
{
  "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).

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。