store.steampowered.com API: get_app_reviews
store.steampowered.com via Parse · entertainment
Get user reviews for a Steam product with filtering and cursor-based pagination. Returns reviews with author info (playtime, games owned), vote data, and a cursor for fetching subsequent pages. First page uses cursor '*'. Search and browse Steam store products, get detailed app information, user reviews, and featured/trending games. Fulfilled by Parse from store.steampowered.com.
- ecommerce
- entertainment
- parse
- platform-key
- reviews-ratings
- store-steampowered-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f331f9c3-0690-47f8-8d77-1bae152f6251/get_app_reviews
- Interface artifact
- sha256:d8cf2d61fcb68deb04fea757badef547c4ddfacf25e2bc67b63d76a8e5078e8f
- Manifest digest
- sha256:2605d8608e666301b41db63aaba83ee3c1f3cf55336b82f0bf4d39d8ab2734a5
Request fields
- appid (string, required): Steam application ID
- cursor (string): Pagination cursor ('*' for first page, then use returned cursor for next pages)
- filter (string): Sort filter for reviews: Allowed values: recent, updated, all
- language (string): Review language filter
- day_range (integer): Filter reviews to within N days
- review_type (string): Filter by review sentiment: Allowed values: all, positive, negative
- num_per_page (integer): Number of reviews per page (max 100)
- purchase_type (string): Filter by purchase source: Allowed values: all, steam, non_steam_purchase
Example queries
- {"appid":"570","cursor":"*","filter":"recent","language":"english","day_range":"365","review_type":"all","num_per_page":"5","purchase_type":"all"}