Steam Game Price Tracker
Pricing
from $5.00 / 1,000 games
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
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Field | Type | Required | Description |
|---|---|---|---|
games | String list | Yes | Game titles or numeric Steam App IDs |
country | String | No | Two-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 2077Elden RingHollow KnightCounter-Strike 2
Steam App IDs:
10915001245620367520730
Mixed:
Cyberpunk 20771245620Hollow Knight
Output fields
| Field | Description |
|---|---|
query | Your original input — game title or App ID |
appId | Steam numeric App ID |
title | Official game title as shown on Steam |
url | Steam store page URL |
isFree | true for free-to-play games |
currency | Currency code for all price fields (e.g. USD, GBP, EUR) |
currentPrice | Current price after any active discount. 0 for free games. |
originalPrice | Price before discount. null if no sale is active. |
discountPercent | Active discount in percent. 0 if not on sale. |
reviewScore | Percentage of positive reviews (0–100). null if no reviews yet. |
reviewSummary | Steam review label: Overwhelmingly Positive, Very Positive, Mixed, Mostly Negative, etc. |
totalReviews | Total number of Steam reviews |
metacriticScore | Metacritic score (0–100). null if not available on Steam. |
releaseDate | Release date as shown on the Steam store |
developer | Primary developer |
publisher | Primary publisher |
genres | Array of genre tags from the Steam store |
error | Populated 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