Steam Store App & Review Scraper
Pricing
from $0.45 / 1,000 results
Steam Store App & Review Scraper
Fetch Steam app details (price, genres, rating, description) and review summaries via the public Steamworks API. No API key.
Pricing
from $0.45 / 1,000 results
Rating
0.0
(0)
Developer
Cynix Dev
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Fetch Steam app details (price, genres, rating, description) and review summaries via the public Steamworks API — no API key.

What it does
Steam is the world's largest PC game store (100M+ monthly players, 40k+ games). This actor reads its public API to return structured game/price/review data for any app ID.
Example Inputs
Dota 2 and CS:GO
{ "appids": ["570", "730"], "includeReviews": true, "maxReviewsText": 0 }
A single indie game with a review pull
{ "appids": ["1091500"], "includeReviews": true, "maxReviewsText": 3 }
Output
Per app: appid, name, type, is_free, price, original_price, discount_percent, release_date, developer, publisher, genres, tags, categories, rating, reviews_count, description, header_image, steam_url, scraped_at.
Use Cases
- Price tracking: monitor discounts and price changes
- Game market research: genres, developers, release patterns
- Reviews / sentiment: pull public review summaries
- Competitor analysis: catalog a studio's or competitor's portfolio
Limitations
- Not all apps expose review scores publicly
- App details endpoint is per-app (batch by providing multiple IDs)
- Some apps are region-limited in the public API