Steam Scraper - Games, Details & Reviews avatar

Steam Scraper - Games, Details & Reviews

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Steam Scraper - Games, Details & Reviews

Steam Scraper - Games, Details & Reviews

Scrape the Steam store: search games, get full details (price, genres, developers, Metacritic, platforms) and extract user reviews with playtime. Official public Steam endpoints, no API key or browser. Export JSON, CSV or Excel for game market research and review sentiment.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Get Anything

Get Anything

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Steam Scraper — Games, Details & Reviews

Scrape the Steam store: search games, pull full details (price, genres, developers, publishers, Metacritic, release date, platforms, categories) and extract user reviews with playtime. Everything comes from Steam's official public store endpoints — no API key, no browser, no proxies.

What it does

  • Search the Steam store by keyword to find games.
  • Details for any game by appId or store URL: price, discount, genres, developers, publishers, Metacritic score, platforms, release date, short description, screenshots.
  • Reviews (optional) with cursor pagination: text, thumbs-up/down, votes, playtime, purchase type, language, dates.
  • Any country/currency and language.
  • Export to JSON, CSV, or Excel, or pull via the Apify API.

Input

FieldDescription
searchTermsKeywords, e.g. roguelike, counter strike.
appIdsGames by numeric appId or store URL.
countryTwo-letter code for pricing (us, gb, ae…).
languageStore language.
maxAppsPerSearchCap per search term.
scrapeReviewsAlso pull user reviews.
maxReviewsPerAppCap per game.
reviewsSort / reviewTypeOrder and filter reviews.

Example

{ "searchTerms": ["roguelike"], "appIds": ["730"], "country": "us",
"scrapeReviews": true, "maxReviewsPerApp": 100 }

Output

One item per game or review:

{ "resultType": "game", "appId": 730, "name": "Counter-Strike 2",
"isFree": true, "genres": ["Action","FPS"], "metacritic": 83,
"platforms": ["windows"], "url": "https://store.steampowered.com/app/730" }

Use cases

  • Game market research — pricing, genres, Metacritic across titles.
  • Review sentiment — feed reviews (with playtime) to an LLM.
  • Catalog & discovery — build a games dataset by keyword.

FAQ

Do I need an API key? No — it uses Steam's public store endpoints.

Can I get reviews in one language? Yes — filter by review language and sort/type.

Not affiliated with Valve/Steam. Data is public; use responsibly.