store.steampowered.com API: search_products
store.steampowered.com via Parse · entertainment
Search and list Steam products with filters for category, tags, price, platform, and more. Returns paginated results with pricing, review scores, and platform availability. Offset-based: caller controls start/count for manual paging. 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/search_products
- Interface artifact
- sha256:8bcfbce4170cafe8510f18b1c8cf539b3ea5e9dce35b2f41a4d8f5264925e898
- Manifest digest
- sha256:197609102e38958be9aba05db6ec3b43f311f67c39f2b94f56df712ce61dea37
Request fields
- os (string): OS platform filter: Allowed values: win, mac, linux
- tags (string): Tag IDs for genre filtering (comma-separated, e.g. '3959' for roguelike)
- term (string): Search keyword
- count (integer): Number of results per page (max 100)
- start (integer): Pagination offset (number of results to skip)
- sort_by (string): Sort order for results: Allowed values: relevance, released_desc, released_asc, reviews_desc, reviews_asc, price_asc, price_desc, name_asc, name_desc
- category (string): Product type filter: Allowed values: games, dlc, software, demos, soundtracks
- language (string): Supported language filter
- specials (boolean): Only show discounted products
- max_price (string): Max price filter ('free' or numeric value in dollars)
Example queries
- {"os":"win","tags":"3959","term":"portal","count":"5","start":"0","sort_by":"relevance","category":"games","language":"english","specials":"false","max_price":"60"}