惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
I
InfoQ
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
MyScale Blog
MyScale Blog
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
P
Proofpoint News Feed
博客园 - 司徒正美
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
N
Netflix TechBlog - Medium

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Steam Game Pricing Analysis: 109 Games Tracked Across 30 ...
Richard R · 2026-05-16 · via DEV Community

Richard R

I built a weekly pipeline that scrapes pricing, discount, and review data from Steam. Here's what the data shows after the first few weeks of collection.

The Dataset

109 games tracked from Steam's top sellers, new releases, specials, and featured categories. 30 fields per game including price, discount %, genres, developers, publishers, review scores, review counts, metacritic score, platform support, DLC count, achievements, and more. Updated every Monday. Available in CSV and JSON.

Key Findings

Pricing Landscape

Metric Value
Average price $21.36
Games on discount 52%
Average discount depth 22.3%
Price range $0 (F2P) to $69.99 (AAA)
Free-to-play share ~14%

Pricing by Genre

Genre Avg Price Avg Review % On Sale
RPG $34.81 78% 47%
Simulation $19.93 80% 53%
Adventure $18.94 83% 55%
Action $16.82 79% 51%
Indie $13.57 85% 54%
Casual $9.45 82% 42%

RPGs are the most expensive genre by a wide margin, but don't score higher in reviews. Indie games underprice themselves relative to their excellent review scores.

Discounts Are the Norm

More than half of all tracked games are on sale right now. The average discount of 22.3% means Steam users have been trained to expect deals. If you're launching a game, your pricing strategy needs to account for this — customers will wait for a sale.

Price vs Quality: No Correlation

The correlation between price and review score is essentially zero (r ≈ 0.12). Indie games ($13.57 avg) score 85% while RPGs ($34.81) score 78%. Higher price doesn't mean higher quality — it means higher expectations.

Platform Support

  • Windows: 100%
  • Mac: 63%
  • Linux: 48%

Linux support is higher than many assume — nearly half of tracked titles support it.

Total Reviews

  • 33.9 million total reviews across 109 games
  • Average 310k reviews per game
  • Average review score: 81.4%

Where the Data Comes From

Games are collected from Steam's top sellers, new releases, specials, and featured categories. Details come from the official Steam API and reviews from Steam's reviews API. The pipeline runs weekly.

Get the Full Dataset

The complete weekly-updated dataset (CSV + JSON, 30 fields, updated every Monday) is available on Gumroad: Steam Game Pricing & Intelligence Dataset

Use code LAUNCH20 for 20% off. A free 10-row sample CSV is included so you can evaluate the data before purchasing.