Steam Scraper — Games, Prices & Reviews avatar

Steam Scraper — Games, Prices & Reviews

Pricing

from $5.00 / 1,000 results

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

Steam Scraper — Games, Prices & Reviews

Scrape Steam game metadata, prices, genres, Metacritic scores and player reviews via Valve's public store APIs. Look up by app id or store URL, or search by keyword. No proxies, no login.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ponderable Hydrometer

Ponderable Hydrometer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Share

Pull structured Steam game data — metadata, per-country pricing, genres, Metacritic scores, recommendation counts and recent player reviews — straight from Valve's public store endpoints. No proxies, no login, no HTML scraping. Look up by app id, store URL, or keyword search.

Perfect for game devs tracking competitors, market-research datasets, pricing monitors, review sentiment pipelines, or powering a game catalog.

What you get

Per game:

  • IdentityappId, name, type (game/dlc/…), developers, publishers, store url
  • Pricing (per country) — formatted price, priceCents, currency, discountPercent, isFree
  • Classificationgenres, categories (Single-player, Co-op, Achievements, …)
  • ReleasereleaseDate, comingSoon
  • Quality signalsmetacritic score, recommendations total, requiredAge
  • Platforms — Windows / Mac / Linux flags
  • Media & copyheaderImage, shortDescription, website
  • Optional player reviews (when includeReviews on) — voted-up flag, up/funny votes, weighted score, reviewer playtime, language, timestamp and full review text

Input

FieldTypeDefaultDescription
appsarraySteam app ids or store URLs (e.g. 730, https://store.steampowered.com/app/570/)
searchTermsarrayKeywords to search the store; matching games are returned
countrystringusCountry code for pricing
languagestringenglishLanguage for store text (genres, description)
includeReviewsbooleanfalseAlso fetch recent player reviews (embedded per game)
maxReviewsinteger100Reviews per game when enabled
reviewLanguagestringallReview language filter (all or e.g. english)
maxAppsPerSearchinteger10Games returned per search term

Provide at least one of apps or searchTerms.

Example input

{
"apps": ["413150", "https://store.steampowered.com/app/570/Dota_2/"],
"searchTerms": ["roguelike"],
"country": "us",
"includeReviews": true,
"maxReviews": 50
}

Output (one game)

Fields below are the real normalizer output:

{
"appId": 413150,
"name": "Stardew Valley",
"type": "game",
"developers": ["ConcernedApe"],
"publishers": ["ConcernedApe"],
"isFree": false,
"price": "$14.99",
"priceCents": 1499,
"currency": "USD",
"discountPercent": 0,
"genres": ["Indie", "RPG", "Simulation"],
"categories": ["Single-player", "Multi-player", "Steam Achievements"],
"releaseDate": "26 Feb, 2016",
"comingSoon": false,
"metacritic": 89,
"recommendations": 700000,
"platforms": { "windows": true, "mac": true, "linux": true },
"requiredAge": 0,
"website": null,
"headerImage": "https://cdn.akamai.steamstatic.com/steam/apps/413150/header.jpg",
"shortDescription": "You've inherited your grandfather's old farm plot...",
"url": "https://store.steampowered.com/app/413150",
"reviews": [
{
"reviewId": "123456789",
"votedUp": true,
"votesUp": 12,
"votesFunny": 1,
"weightedScore": 0.71,
"playtimeHours": 45,
"playtimeAtReviewHours": 40,
"language": "english",
"created": "2026-06-30T10:12:00.000Z",
"content": "Best cozy game ever."
}
]
}

reviews is present only when includeReviews is on.

Why this actor

  • Real per-country pricing — set country and get the exact store price, currency and discount.
  • Keyless & reliable — Valve's public appdetails, community SearchApps and appreviews endpoints; no anti-bot walls, no proxies.
  • Reviews in the same call — recent player reviews (most-recent first) embedded per game.

Pricing

Pay per result — $5.00 per 1,000 results (one result = one game with its data and any reviews). No subscription or platform fees.

  • App Store Scraper — Apple App Store apps, ratings and metadata.
  • Nintendo eShop Scraper / PlayStation Store Scraper — console game catalogs & prices.
  • JustWatch Scraper — streaming availability & prices for movies and shows.

Notes & limits

  • Reviews are fetched most-recent first and capped by maxReviews, not the full history.
  • Pricing is per country — set country accordingly. Unreleased games may have no price.
  • Steam store search is broad; use specific terms or exact app ids for precise results.
  • Public data sourced from Valve's Steam endpoints; this is an independent tool, not affiliated with or endorsed by Valve. You are responsible for compliant use of the output.