Steam Store Scraper MCP avatar

Steam Store Scraper MCP

Pricing

from $0.01 / actor start

Go to Apify Store
Steam Store Scraper MCP

Steam Store Scraper MCP

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

Muzaffer Kadir YILMAZ

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

An Apify Actor for Steam store data. One actor, four operations selected via mode: search games, get full game details, read user reviews, and list featured/discounted games. Built to be exposed as a tool through the hosted Apify MCP server.

Modes

ModeWhat it doesRequired input
searchSearch games by nameterm
detailsFull details of one game (price, genres, platforms, metacritic…)appId
reviewsA game's user reviews (paginated)appId
featuredFeatured & discounted games

Input

ParameterTypeDefaultDescription
modestringsearchsearch | details | reviews | featured
termstringSearch term (mode search)
appIdnumberSteam App ID (modes details, reviews)
countrystringusCountry code for region/pricing
languagestringenglishResult language (all for all review languages)
reviewFilterstringrecentOrdering: recent | updated | all (mode reviews)
reviewTypestringallSentiment: all | positive | negative (mode reviews)
purchaseTypestringallSource: all | steam | non_steam_purchase (mode reviews)
dayRangenumberLook back N days (1-365); only with reviewFilter=all (mode reviews)
includeOfftopicReviewsbooleanfalseInclude review-bomb / off-topic activity (mode reviews)
maxItemsnumberallLimit number of records
proxyConfigurationobjectnoneOptional proxy (helps with rate limits)

Examples

{ "mode": "search", "term": "Hollow Knight" }

Details

{ "mode": "details", "appId": 367520, "country": "tr" }

Reviews (latest 100)

{ "mode": "reviews", "appId": 367520, "reviewFilter": "recent", "maxItems": 100 }
{ "mode": "featured", "country": "us" }

Output

Records are returned in the dataset. The shape depends on mode; every record includes mode and scrapedAt.

Using as an MCP tool

The actor is available through the hosted MCP server:

https://mcp.apify.com

Add it to any MCP client (Claude Desktop, Cursor, …) with your Apify token. The actor's input and output drive the tool definition and structured results automatically.

Notes

  • For heavy use (lots of reviews or many games at once), enable proxyConfiguration.useApifyProxy. The actor automatically retries and rotates IPs when it runs into rate limits, and paces itself while paging through reviews.
  • Pricing and availability are region-aware. If a game is missing in details mode, try a different country.