Steam Games Scraper avatar

Steam Games Scraper

Pricing

$2.00 / 1,000 item returneds

Go to Apify Store
Steam Games Scraper

Steam Games Scraper

Scrapes Steam game data without an API key: search games by name, pull full store details (price, genres, developers, Metacritic, platforms) plus SteamSpy owner/review stats, or fetch recent player reviews. Returns normalized JSON for catalog, pricin

Pricing

$2.00 / 1,000 item returneds

Rating

5.0

(1)

Developer

Dami's Studio

Dami's Studio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Scrape Steam games using public, no-key endpoints — no login, no API key. Three modes, normalized JSON output, charged per successful row only.

Modes

ModeNeedsReturns
searchquery (game name){ appId, name, icon }
appappIds (numeric ids)full store details + SteamSpy stats
reviewsappIds (numeric ids)recent player reviews

Input

FieldTypeDefaultNotes
modestringsearchsearch | app | reviews
querystringgame name (search mode)
appIdsarray of numeric idse.g. ["400","620"] (app/reviews modes)
maxItemsinteger50max output rows
proxyConfigurationobject{ "useApifyProxy": false }optional; the APIs are public so a proxy is usually unnecessary

Typical flow: run search to find app ids, then app and/or reviews with those ids.

Output

search{ appId, name, icon }

app{ appId, name, type, isFree, price, discountPct, developers, publishers, genres, categories, releaseDate, metacriticScore, recommendations, owners, positiveReviews, negativeReviews, shortDescription, headerImage, platforms, url }

reviews{ appId, reviewId, review, votedUp, votesUp, playtimeForeverMin, gamesOwned, createdAt, url }

url is always https://store.steampowered.com/app/{appId}. Successful rows are flagged ok:true. Failures/empty results are pushed as ok:false diagnostic rows (errorCode of BAD_INPUT / NO_RESULTS / NOT_FOUND / RATE_LIMITED / NETWORK) and are never charged.

Data sources

  • Name search — steamcommunity.com/actions/SearchApps
  • App details — store.steampowered.com/api/appdetails
  • Owner/review stats — steamspy.com/api.php
  • Reviews — store.steampowered.com/appreviews (cursor-paginated)