Steam Store Scraper MCP | Games, Reviews & Deals
Pricing
from $0.01 / actor start
Go to Apify Store

Steam Store Scraper MCP | Games, Reviews & Deals
A MCP tool to Search Steam games, fetch game details, user reviews, and featured/discounted games.
Pricing
from $0.01 / actor start
Rating
0.0
(0)
Developer
Muzaffer Kadir YILMAZ
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Steam Store Scraper
Scrapes Steam store data for game discovery, review analysis, pricing checks, and deal monitoring.
Features
- Search games by name
- Get full details for a specific Steam app
- Collect user reviews with filters for order, sentiment, purchase type, and date range
- List featured and discounted games
- Return pricing, genres, platforms, ratings, review data, and store links
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | search | Operation: search, details, reviews, or featured |
term | string | - | Search term for search mode |
appId | number | - | Steam App ID |
country | string | us | Country code for pricing and availability |
language | string | english | Result language |
reviewFilter | string | recent | Review order |
reviewType | string | all | Review sentiment |
purchaseType | string | all | Purchase source filter |
dayRange | number | - | Review lookback window |
includeOfftopicReviews | boolean | false | Include off-topic reviews |
maxItems | number | all | Maximum number of records |
Examples
Search
{ "mode": "search", "term": "Hollow Knight", "maxItems": 20 }
Details
{ "mode": "details", "appId": 367520, "country": "us" }
Reviews
{ "mode": "reviews", "appId": 367520, "reviewFilter": "recent", "maxItems": 100 }
Output
Dataset records depend on the selected mode and can include:
- Game ID, title, store URL, price, discount, and availability
- Genres, platforms, release date, developer, publisher, and media
- Review text, rating, language, author metadata, and review timestamp
- Selected mode and scrape timestamp