Steam Store Games Scraper avatar

Steam Store Games Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Steam Store Games Scraper

Steam Store Games Scraper

Scrape Steam store game data using the public Steam Store API.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape Steam game listings, prices, reviews, and app details using the Steam Store public API. No API key required.

Features

  • search mode: Search for games by name
  • appDetail mode: Get detailed info for a specific app by Steam App ID
  • featured mode: Get currently featured/sale games

Input

FieldTypeDescription
modeselectsearch / appDetail / featured
searchQuerystringGame name to search
appIdstringSteam App ID (e.g. 730 for CS2)
appTypeselectFilter by type (game/dlc/etc.)
maxItemsintegerMax records (1-200)

Output Sample

{
"appId": "730",
"appName": "Counter-Strike 2",
"developer": "Valve",
"publisher": "Valve",
"isFree": true,
"reviewScore": "Very Positive",
"appUrl": "https://store.steampowered.com/app/730/"
}

FAQ

Is an API key required? No, the Steam Store search API is public.