Steam Game Price Tracker avatar

Steam Game Price Tracker

Pricing

from $5.00 / 1,000 games

Go to Apify Store
Steam Game Price Tracker

Steam Game Price Tracker

Scrape current Steam prices, active sale discounts, user review scores, Metacritic scores, and game metadata for any list of games. Accepts game titles or numeric Steam App IDs. Use it to monitor Steam sales, build game deal alerts, benchmark pricing across regions, or enrich a game catalog.

Pricing

from $5.00 / 1,000 games

Rating

0.0

(0)

Developer

Trove Vault

Trove Vault

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Steam Game Price Tracker — Prices, Discounts & Reviews

Scrape current Steam prices, active sale discounts, user review scores, Metacritic scores, and game metadata for any list of games. Accepts game titles or numeric Steam App IDs. No API key required.

Use it to monitor Steam sales, build game deal alerts, benchmark pricing across regions, or enrich a game catalog with live store data.


What this Actor does

For each game you provide, this Actor:

  • Looks up the Steam App ID by title (or uses the App ID directly)
  • Fetches the current price and any active discount from the Steam Store API
  • Returns the review score (% positive), review summary label, and total review count
  • Returns the Metacritic score, release date, developer, publisher, and genre list
  • Supports regional pricing — results reflect the correct local price and currency for any country

All data comes from Steam's public store and review APIs. No login, no API key, no proxies required.


Use cases

Track Steam sale prices at scale

Run a list of 50, 100, or 500 games during a Steam seasonal sale and capture the discounted price, original price, and discount percentage for each one in a single run.

Build a game deal monitoring pipeline

Schedule this Actor to run daily or weekly. Compare current prices against a baseline to detect new discounts and trigger alerts for price drops.

Enrich a game database

Append live Steam store data — price, review score, Metacritic score, genres, developer — to an existing list of games. Useful for games journalism, recommendation engines, and market research tools.

Regional price benchmarking

Run the same list of games with different country codes (us, gb, de, br, ar) to compare regional Steam pricing. Argentina and Turkey are commonly cheaper markets.

Validate free-to-play status

Check a bulk list of games to identify which are currently free-to-play on Steam.


Input

FieldTypeRequiredDescription
gamesString listYesGame titles or numeric Steam App IDs
countryStringNoTwo-letter country code for pricing (default: us)

Accepted country codes (examples): us, gb, de, fr, br, ar, tr, au, ca, jp

Input examples

Game titles:

Cyberpunk 2077
Elden Ring
Hollow Knight
Counter-Strike 2

Steam App IDs:

1091500
1245620
367520
730

Mixed:

Cyberpunk 2077
1245620
Hollow Knight

Output fields

FieldDescription
queryYour original input — game title or App ID
appIdSteam numeric App ID
titleOfficial game title as shown on Steam
urlSteam store page URL
isFreetrue for free-to-play games
currencyCurrency code for all price fields (e.g. USD, GBP, EUR)
currentPriceCurrent price after any active discount. 0 for free games.
originalPricePrice before discount. null if no sale is active.
discountPercentActive discount in percent. 0 if not on sale.
reviewScorePercentage of positive reviews (0–100). null if no reviews yet.
reviewSummarySteam review label: Overwhelmingly Positive, Very Positive, Mixed, Mostly Negative, etc.
totalReviewsTotal number of Steam reviews
metacriticScoreMetacritic score (0–100). null if not available on Steam.
releaseDateRelease date as shown on the Steam store
developerPrimary developer
publisherPrimary publisher
genresArray of genre tags from the Steam store
errorPopulated only if the game could not be found or loaded

Frequently asked questions

Does this require a Steam API key? No. This Actor uses Steam's public store and review APIs which do not require authentication.

Can I look up games by Steam App ID instead of title? Yes. Enter a numeric App ID (e.g. 730) directly in the games list. This is more reliable than title search for games with ambiguous names.

What happens with free-to-play games? Free-to-play games return currentPrice: 0, isFree: true, originalPrice: null, and discountPercent: 0.

Can I get prices for a specific region or currency? Yes. Set country to any two-letter ISO country code (e.g. gb for British pounds, de for euros, br for Brazilian reais). The currency field in the output reflects the local currency.

What if a game is not found? The output row will contain the original query and an error field. This can happen for DLCs, soundtracks, software, or titles not available in the selected region.

Is there a rate limit? The Actor waits 600ms between games to stay within Steam's rate limits. A list of 100 games takes approximately 2 minutes.


Changelog

2026-03-09 — v0.1.0

  • Initial release
  • Game lookup by title or Steam App ID
  • Current price, discount, review score, Metacritic, developer, publisher, genres
  • Regional pricing via country code