Steam Scraper — Game Data, Reviews & Store Intelligence avatar

Steam Scraper — Game Data, Reviews & Store Intelligence

Pricing

$7.99/month + usage

Go to Apify Store
Steam Scraper — Game Data, Reviews & Store Intelligence

Steam Scraper — Game Data, Reviews & Store Intelligence

Scrape Steam game data and reviews from any game, keyword search, or trending list. Get price, discount, genres, Metacritic score, system requirements, screenshots, and paginated player reviews. No login, no API key. $7.99/month. 2-hour free trial.

Pricing

$7.99/month + usage

Rating

0.0

(0)

Developer

Scrape Pilot

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

🎮 Steam Scraper — Game Data, Reviews & Store Intelligence

The most complete Steam Scraper on Apify. Extract full Steam game data and Steam game reviews from any game, keyword search, or featured/trending list — price, discount, genres, platforms, developer, publisher, release date, Metacritic score, system requirements, screenshots, DLC count, achievements, and paginated player reviews. No login. No API key. Instant structured output.


📌 Table of Contents


🔍 What Is This Actor?

Steam Scraper is a production-ready Apify actor that extracts complete Steam game data and Steam game reviews from the Steam Store — by keyword search, direct App ID, Steam URL, or featured/trending game lists.

Provide a search keyword like "open world RPG", paste a Steam game URL, enter one or many App IDs, or switch to featured mode to get the current top sellers and new releases — and receive back a rich, structured dataset for every game: name, price, discount percentage, genres, developer, publisher, release date, platform support, Metacritic score, system requirements, screenshots, DLC count, achievement count, and total recommendations.

Enable the optional Steam game reviews extraction to also pull paginated player reviews for each game — with recommended status, playtime, helpful votes, and full review text.

This Steam scraper works without any login, without Steam API credentials, and without any manual steps — making it the most complete Steam game intelligence tool available on Apify.


🚀 Why Use This Steam Scraper?

FeatureThis ActorManual BrowsingSteamDBOther Scrapers
Steam game data — full set✅ 25+ fields❌ Slow⚠️ Partial⚠️
Steam game reviews — paginated✅ Optional⚠️
Keyword search mode⚠️
Featured / top sellers list
Bulk App ID input⚠️
Price + discount percent⚠️
Metacritic score
System requirements⚠️
Screenshots (up to 5)
No login or API key

Bottom line: This Steam scraper is the only actor that combines keyword search, bulk App ID lookup, featured game lists, and optional Steam game reviews — all with 25+ structured fields per game — in a single run with no credentials needed.


🎬 Supported Modes

ModeWhat It DoesBest For
searchSearches the Steam Store by keyword and scrapes full game dataDiscovering games by genre, topic, or feature
appScrapes full game data for specific App IDs or Steam URLsMonitoring specific games, bulk catalog extraction
featuredFetches Steam's current new releases, top sellers, and specialsTracking trending games, deal monitoring

🎯 Use Cases

🎮 Game Market Research & Pricing Intelligence

  • Scrape Steam game data across genres to analyze pricing trends, discount frequency, and release patterns
  • Monitor Steam's top sellers and new releases with scheduled featured mode runs
  • Track price and discount changes on a watchlist of game App IDs over time

📊 Gaming Industry Analytics

  • Collect Steam game data at scale for gaming market reports — developer activity, genre distribution, platform coverage
  • Analyze Metacritic score correlations with Steam recommendation counts across thousands of titles
  • Study achievement count and DLC density as indicators of post-launch content investment

⭐ Steam Game Reviews & Sentiment Analysis

  • Extract Steam game reviews in bulk for sentiment analysis and NLP model training
  • Collect player feedback for product research using recommended/not recommended status as ground truth
  • Build labeled review datasets from Steam game reviews across multiple genres and languages

🛠️ Game Discovery & Recommendation Platforms

  • Power a game recommendation engine with structured Steam game data — genres, platforms, requirements
  • Build a game comparison tool using price, Metacritic score, and review count data
  • Populate a gaming database with verified Steam metadata including screenshots and descriptions

🏢 Developer & Publisher Competitive Intelligence

  • Scrape all games from competitor developers or publishers using targeted keyword searches
  • Compare system requirements, DLC counts, and achievement systems across similar titles
  • Monitor new release activity from specific studios with scheduled runs

🎓 Academic & Game Studies Research

  • Build datasets of Steam game metadata for game design or platform economics research
  • Study pricing strategies across genres and platform types using structured Steam store data
  • Collect Steam game reviews as primary source material for player experience research

⚙️ Input Parameters

{
"mode": "search",
"query": "open world RPG",
"app_ids": [],
"app_url": "",
"max_results": 20,
"max_reviews": 0,
"proxyConfiguration": {
"useApifyProxy": false
}
}
ParameterTypeDefaultDescription
modestring"search"Extraction mode — "search" for keyword, "app" for App IDs or URL, "featured" for trending lists
querystring""Search keyword — used in search mode. E.g. "action RPG", "survival horror", "indie platformer"
app_idsarray or string[]Steam App IDs — used in app mode. Comma or newline-separated string also accepted
app_urlstring""Single Steam game page URL — App ID is extracted automatically
max_resultsinteger20Maximum games to return
max_reviewsinteger0Maximum Steam game reviews per game. Set to 0 to skip review extraction
proxyConfigurationobjectOffOptional proxy config — Steam works without proxy for most runs

📋 Output Fields

🎮 Game Data Fields

FieldTypeDescriptionExample
app_idstringSteam App ID"1091500"
namestringGame title"Cyberpunk 2077"
typestringContent type"game", "dlc"
descriptionstringShort description"An open-world action RPG..."
urlstringSteam store page URL"https://store.steampowered.com/app/..."
header_imagestringHeader image URL"https://cdn.cloudflare.steamstatic.com/..."
screenshotsarrayUp to 5 screenshot URLs["https://...", "https://..."]
developersarrayDeveloper names["CD PROJEKT RED"]
publishersarrayPublisher names["CD PROJEKT RED"]
release_datestringRelease date"December 10, 2020"
is_freebooleanFree to playfalse
pricestringCurrent price"$29.99"
price_originalstringOriginal price"$59.99"
discount_percentintegerDiscount percentage50
genresarrayGenre tags["Action", "RPG"]
platformsobjectWindows / Mac / Linux support{"windows":true,"mac":false,"linux":false}
metacritic_scoreintegerMetacritic score86
total_recommendationsintegerTotal Steam recommendations420000
achievements_countintegerTotal achievements45
dlc_countintegerNumber of DLC items3
min_requirementsstringMinimum system requirements"OS: Windows 10..."
rec_requirementsstringRecommended requirements"OS: Windows 10..."

⭐ Steam Game Reviews Fields (when max_reviews > 0)

FieldTypeDescriptionExample
review_idstringUnique Steam review ID"148674291"
recommendedbooleanThumbs up or thumbs downtrue
review_textstringFull review text (max 3000 chars)"One of the best RPGs I have played..."
author_playtime_hfloatAuthor playtime in hours187.4
votes_helpfulintegerHelpful votes89
votes_funnyintegerFunny votes8
steam_purchasebooleanPurchased on Steamtrue
early_accessbooleanWritten during Early Accessfalse
languagestringReview language"english"
timestampintegerUnix timestamp1710504600

📦 Example Input & Output

Input:

{
"mode": "search",
"query": "survival horror",
"max_results": 3,
"max_reviews": 5
}

Output (one record):

{
"app_id": "1091500",
"name": "Cyberpunk 2077",
"price": "$29.99",
"discount_percent": 50,
"genres": ["Action", "RPG"],
"developers": ["CD PROJEKT RED"],
"release_date":"December 10, 2020",
"metacritic_score": 86,
"total_recommendations": 420000,
"platforms": { "windows": true, "mac": false, "linux": false },
"reviews": [
{
"recommended": true,
"review_text": "One of the best RPGs I have played in years.",
"author_playtime_h":187.4,
"votes_helpful": 89,
"steam_purchase": true,
"language": "english"
}
]
}

💰 Pricing & Free Trial

PlanPriceIncludes
Free Trial$02 hours full access — no credit card required
Monthly$7.99 / monthUnlimited runs, all modes, game data + reviews

Everything included in every plan:

  • ✅ Full Steam game data — 25+ fields per game
  • ✅ Steam game reviews — optional, paginated, any volume
  • ✅ Search, App ID bulk, and featured/trending modes
  • ✅ Price, discount, Metacritic score, system requirements
  • ✅ Screenshots, DLC count, achievement count
  • ✅ Platform support (Windows, Mac, Linux)
  • ✅ No login or API key required
  • ✅ JSON + CSV + Excel export from Apify dataset
  • ✅ Scheduled runs for price and review monitoring

Start your 2-hour free trial now — no credit card needed. Click Try for free at the top of this page.


⚡ Performance & Limits

ModeGamesEstimated Time
Search (no reviews)20~2–4 minutes
App IDs bulk (no reviews)20~3–5 minutes
Featured list30~4–6 minutes
With reviews (50/game)10 games~8–15 minutes
  • Results pushed to dataset in real time as each game is processed
  • Steam game reviews are paginated automatically up to max_reviews
  • No proxy required for most Steam requests
  • Automatic rate limiting between requests to prevent throttling

❓ FAQ

Q: Do I need a Steam account or API key? A: No. This Steam scraper uses Steam's public store endpoints — no account, no login, and no Steam API key is required.

Q: How do I find a game's App ID? A: Go to the game's Steam store page. The App ID is the number in the URL — store.steampowered.com/app/570/ means App ID 570. You can also paste the full Steam URL into app_url and the actor extracts the ID automatically.

Q: What does max_reviews: 0 mean? A: Setting max_reviews to 0 (the default) skips Steam game reviews entirely and only returns game metadata. Set it to any positive number to enable review extraction.

Q: What is featured mode? A: Featured mode fetches Steam's current new releases, top sellers, and specials — giving you trending games across three categories in a single run.

Q: Can I scrape reviews from a specific game without fetching game data? A: Set mode to "app", provide the App ID, and set max_reviews to your desired count. Both game data and reviews are returned together.

Q: Can I export results to Excel or CSV? A: Yes. All results are pushed to the Apify dataset, which can be exported to JSON, CSV, Excel, and more from the Apify Console after the run completes.


📜 Changelog

v1.0.0 (Current)

  • ✅ Three modes: keyword search, bulk App ID, and featured/trending
  • ✅ Full Steam game data — 25+ fields per game
  • ✅ Optional Steam game reviews with automatic pagination
  • ✅ Price, discount percent, and currency per game
  • ✅ Metacritic score and URL
  • ✅ System requirements (min and recommended)
  • ✅ Up to 5 screenshots per game
  • ✅ Platform support flags (Windows, Mac, Linux)
  • ✅ DLC count and achievement count
  • ✅ Steam URL input with automatic App ID extraction
  • ✅ No login or API key required
  • ✅ Real-time dataset push as each game is processed

🏷️ Tags

steam scraper steam game data steam game reviews steam store scraper game data extractor steam price tracker steam review scraper game metadata scraper steam app data gaming data scraper steam featured games game market research


This actor accesses publicly visible game and review data on the Steam Store in the same way a regular user browses the platform.

Please note:

  • Use extracted Steam game data only for lawful purposes — market research, game discovery, price tracking, academic research, and developer analytics are common legitimate uses
  • Do not republish Steam store content or reviews in a way that violates Valve's Terms of Service
  • Game descriptions, screenshots, and metadata are copyright of the respective developers and publishers
  • Player review content belongs to original Steam reviewers — do not republish without appropriate attribution
  • The actor developer is not responsible for how extracted data is used

🤝 Support & Feedback

  • Bug report? Contact us via the Apify actor page
  • Feature request? Post in the Apify Community forum
  • Loving it? Please leave a ⭐ review — it helps other users find this actor!

Built with ❤️ on Apify
The most complete Steam Scraper — full game data, reviews, search & featured lists

💰 $7.99/month · 🆓 2-hour free trial · No credit card required