Steam Game Intelligence
Pricing
Pay per usage
Go to Apify Store
Steam Game Intelligence
Pricing
Pay per usage
Rating
0.0
(0)
Developer

viralanalyzer
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape game data from the Steam Store using public APIs.
Modes
- Search: Find games by keyword
- Top Sellers: Current best-selling games
- New Releases: Recently released games
- Specials: Games on sale with discounts
- App IDs: Specific games by Steam app ID
Output Fields
| Field | Type | Description |
|---|---|---|
| appId | string | Steam application ID |
| name | string | Game title |
| type | string | Content type (game, dlc, software) |
| price | number | Current price |
| originalPrice | number | Original price (before discount) |
| discountPercent | number | Discount percentage |
| currency | string | Price currency |
| isFree | boolean | Whether the game is free |
| shortDescription | string | Brief game description |
| headerImage | string | Game header image URL |
| developers | array | Developer names |
| publishers | array | Publisher names |
| genres | array | Game genres |
| categories | array | Game categories (multiplayer, etc.) |
| releaseDate | string | Release date |
| metacriticScore | number | Metacritic review score |
| reviewScore | string | Steam review summary |
| reviewCount | number | Number of Steam reviews |
| platforms | object | Supported platforms (windows/mac/linux) |
| playerCount | number | Current player count (if available) |