Steam Scraper — Games, Prices, Discounts & Reviews avatar

Steam Scraper — Games, Prices, Discounts & Reviews

Pricing

from $2.00 / 1,000 games

Go to Apify Store
Steam Scraper — Games, Prices, Discounts & Reviews

Steam Scraper — Games, Prices, Discounts & Reviews

Scrape Steam store data: game name, price, discount, genres, developer, publisher, Metacritic score, release date, platforms and player reviews. No API key.

Pricing

from $2.00 / 1,000 games

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrape Steam store data for any game — price, discount, genres, developer, publisher, Metacritic score, release date, platforms — plus player reviews with playtime and vote counts. No API key, no login.

What you can do with it

  • 💰 Price & discount tracking — monitor sales across a watchlist of games
  • 📊 Games market research — pricing, genres and scores by category
  • Review mining — pull player reviews for sentiment analysis
  • 🎮 Competitor analysis for game studios and publishers

Input

FieldTypeDescription
searchTermstringGame to search for, e.g. portal, racing.
appIdsarraySpecific Steam app IDs (overrides search), e.g. 440, 620.
maxGamesintegerMax games to scrape.
includeReviewsbooleanAlso fetch player reviews + score totals.
maxReviewsPerGameintegerReviews per game when enabled.
countrystringControls currency/regional pricing (us, gb, de…).
languagestringReview language (english, all…).

Example

{ "searchTerm": "portal", "maxGames": 10, "includeReviews": true, "maxReviewsPerGame": 50 }

Output

{
"appId": 620,
"name": "Portal 2",
"isFree": false,
"price": 9.99,
"originalPrice": 9.99,
"discountPercent": 0,
"currency": "USD",
"developers": ["Valve"],
"genres": ["Action", "Adventure"],
"metacriticScore": 95,
"releaseDate": "18 Apr, 2011",
"totalReviews": 172755,
"positiveReviews": 168000,
"reviewScoreDesc": "Overwhelmingly Positive",
"reviews": [{ "text": "...", "votedUp": true, "playtimeHours": 42, "createdAt": "2026-07-01T..." }],
"url": "https://store.steampowered.com/app/620/"
}

Export to JSON, CSV, Excel, or pull live via the Apify API.

Notes

  • Uses Steam's official public store API — fast, stable and no key required.
  • Set country to get correct regional pricing and currency.
  • Some titles are region-locked or delisted; those are skipped with a warning.