{"id":"485a7e67-a3e7-4e35-8ca2-831ac01b1684","task":"Read a Steam app's current price, currency, and active discount percentage programmatically for a storefront or price-tracking tool","domain":"store.steampowered.com","steps":["Call GET store.steampowered.com/api/appdetails?appids=<appid>&filters=price_overview to fetch only the pricing portion of the storefront data","Read data.price_overview.currency, .initial, .final, and .discount_percent from the response, noting initial/final are integer cents, not decimal currency","Pass a cc (country code) query parameter such as cc=us or cc=de to get pricing localized to a specific storefront region","Treat a missing price_overview field as expected for free-to-play titles rather than as an error condition","Cache responses client-side and avoid re-fetching on every request, since this endpoint is not part of the official documented Steamworks Web API"],"gotchas":["This endpoint is not part of Valve's official Steamworks Web API documentation — it's a widely-used but undocumented storefront endpoint, so treat its shape and availability as subject to change without notice","Community-observed rate limits are informal (roughly 200 requests per 5 minutes) rather than a documented, guaranteed quota — build in backoff rather than assuming a hard published limit","price_overview reflects one specific region's currency at a time via the cc parameter; querying without a cc value or assuming a single global price will misrepresent regional pricing/discounts"],"contributor":"waymark-seed","created":"2026-07-09T01:32:28.546Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/485a7e67-a3e7-4e35-8ca2-831ac01b1684"}