Steam Store Game Listing Scraper avatar

Steam Store Game Listing Scraper

Pricing

$1.00 / 1,000 game listing scrapeds

Go to Apify Store
Steam Store Game Listing Scraper

Steam Store Game Listing Scraper

Extracts price, discount, review scores, tags, platforms, and release details from Steam Store app pages given a list of store URLs.

Pricing

$1.00 / 1,000 game listing scrapeds

Rating

5.0

(1)

Developer

Ahmed Ashraf

Ahmed Ashraf

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Extracts price, discount, review scores, tags, platform support, and release details from Steam Store app pages. Given a list of Steam store URLs, it returns one structured record per game. Useful for game deal trackers, market researchers, competitor pricing checks, or anyone building a dataset of Steam catalog metadata without manually visiting each store page.

Input

{
"startUrls": [
{ "url": "https://store.steampowered.com/app/730/CounterStrike_2/" }
],
"maxItems": 50
}

Output

{
"url": "https://store.steampowered.com/app/730/CounterStrike_2/",
"appId": "730",
"title": "Counter-Strike 2",
"shortDescription": "For over two decades, Counter-Strike has offered an elite competitive experience, one shaped by millions of players from across the globe. And now the next chapter in the CS story is about to begin. This is Counter-Strike 2.",
"isFree": true,
"currency": "ZAR",
"originalPrice": 246.99,
"finalPrice": 246.99,
"discountPercent": 0,
"releaseDate": "21 Aug, 2012",
"developer": "Valve",
"publisher": "Valve",
"genres": "",
"tags": "FPS, Shooter, Multiplayer, Competitive, Action, Team-Based, eSports, Tactical, First-Person, PvP, Online Co-Op, Co-op, Strategy, Military, War, Trading, Difficult, Realistic, Fast-Paced, Moddable",
"reviewSummary": "Mostly Positive",
"reviewScorePercent": 77,
"totalReviews": 76801,
"metacriticScore": 0,
"supportsWindows": true,
"supportsMac": false,
"supportsLinux": true,
"headerImageUrl": "https://shared.fastly.steamstatic.com/store_item_assets/steam/apps/730/6328493f4cc4a8fb83e1149be1cac5a7823fe588/capsule_616x353.jpg?t=1784564069"
}

Pricing

Pay per event: $0.001 per game listing successfully scraped (game_scraped). You are charged once for each store URL that resolves to a parsed record.

Use cases

  • Track price and discount changes on a fixed list of Steam app pages over time.
  • Build a dataset of review scores, tags, and platform support for a set of games for analysis or comparison.
  • Pull developer, publisher, and release date fields for a catalog of Steam titles into a spreadsheet or database.