This website requires JavaScript.

Steam Bewertungen Exporter

Jede Steam-Bewertung für jedes Spiel — mit Spielzeit, Empfehlung, Hilfreich/Lustig-Votes, Sprache und Steam-Kauf-Flag — nach Excel, CSV oder JSON laden.

Common workflows

  • Indie dev launch retrospective — pivot reviews by language and recommended to see which markets are most positive; informs localisation roadmap.
  • Playtime-correlated sentiment — bucket playtime_at_review_minutes (0-2h refundable / 2-10h / 10h+) and chart % positive per bucket.
  • Filter out review bombing — exclude received_for_free=true and reviews from accounts with non-Steam purchase, then compare to the official rating.
  • Patch-impact tracking — bucket reviews by created_at week, chart % positive over time, overlay your patch dates.
  • Competitor benchmarking — bulk-export the top 5 same-genre games; chart "playtime to first negative review" per title.

About Steam's review system

Steam doesn't expose star ratings — only thumbs-up/thumbs-down (the recommended column). Helpful and funny votes are separate community signals. Steam also marks early-access reviews and free-key reviews with flags so you can isolate organic sentiment.

Plan limits

Per-game size scales with your plan. Free (no signup): up to 100 reviews per game. Personal: 5,000. Premium: 50,000. Business: 250,000 — see pricing for the full feature comparison and API tiers for the API-specific limits.

FAQ

Steam Reviews Exporter — FAQ

Is the Steam reviews exporter free?
The free tier (no signup) returns up to 100 reviews per game. Larger reviews and CSV/JSON require a paid plan: Personal 5,000, Premium 50,000, Business 250,000. See pricing.
Are non-English reviews included?
Yes — every public review in its original language with the Steam language code in a column.
Is playtime included?
Yes — both playtime_at_review_minutes (snapshot when the review was posted) and playtime_total_minutes (current total).
Can I tell Steam-purchased reviews from key reviews?
Yes — steam_purchase Y/N column. Many devs filter to true for "engagement-from-paying-customers" sentiment.
Are early-access and free-key reviews flagged?
Yes — separate early_access and received_for_free columns.
Can I export reviews for many games at once?
Yes — bulk URL upload on a paid plan processes each URL as a separate export and bundles the resulting files in one ZIP (one file per URL).
Is there an API?
Yes — JSON-over-HTTP API on Premium and Business plans.