Scrapers.lat logo scrapers.lat
EC

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・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
Header ImageApp IdNameTypeUrlIs FreePrice InitialPrice FinalDiscount PercentPrice CurrencyPrice FormattedRelease DateComing SoonRequired Age
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

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 でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。