Steam Deals Ranker & Twitch Top Games Scraper (No OAuth)
Pricing
from $5.00 / 1,000 results
Steam Deals Ranker & Twitch Top Games Scraper (No OAuth)
Value-ranked Steam deals (discount x review score x live players) plus Twitch top games and category viewer rankings. No OAuth setup, no proxies. Clean JSON for deal sites and gaming newsletters.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Donk
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Twitch Top Games & Categories Scraper + Steam Deals Ranker
Find the best Steam deals right now — ranked by real value (discount × review score × player activity), not just discount % — and the hottest Twitch categories ranked by live viewer heat. Clean JSON, no proxies, no Steam API key.
Modes
deals — scans current Steam specials and ranks them by a value score combining discount %, review score, and live player counts. Filters: min_discount, min_review, count (up to 100 specials scanned). Use it for: deals newsletters and sites, Discord/Telegram deal bots, price-tracking dashboards, affiliate content.
twitch-hype — ranks top Twitch categories by current viewer heat (needs a free Twitch app credential from dev.twitch.tv: twitch_client_id + twitch_client_secret). Use it for: streamer research (what to stream), games-marketing timing, trend dashboards.
Input
| Field | Type | Default | Notes |
|---|---|---|---|
| mode | string | deals | deals or twitch-hype |
| min_discount | integer | 0 | deals: minimum discount % |
| min_review | integer | 0 | deals: minimum review score |
| count | integer | 50 | deals: specials to scan (max 100) |
| limit | integer | 10 | twitch-hype: categories to rank (max 25) |
| twitch_client_id | string | — | twitch-hype only (free) |
| twitch_client_secret | string | — | twitch-hype only (free) |
Example output (deals)
{"appid": 12345,"name": "…","discount_percent": 75,"price_final": "$4.99","review_score": 89,"current_players": 3512,"value_score": 0.87,"store_url": "https://store.steampowered.com/app/12345"}
Why this actor
- Value ranking, not discount spam — a 90%-off dead game ranks below a 60%-off hit with 20k live players.
- No keys for Steam, no proxies — live data with short caching; the free Twitch credential is only needed for hype mode.
- Same engine as the GameDataKit x402 API (api.borisinc.com) used by AI agents — this Store listing is the card-billed version.
Common recipes
- Deal bot: schedule
dealshourly withmin_discount: 50, min_review: 80; post new entries to Discord/Telegram. - What-to-stream: run
twitch-hypedaily; cross-reference rising categories againstdealsfor content timing.
Actively maintained — issues and feature requests welcome on the actor page.