Steam game price history using Steam API
Sebastian Wright
I would like to get price history of a specific Steam game.
I know that I can get current price information of a game like this (example with Portal 2):
GET
{ "620": { "success": true, "data": { "price_overview": { "currency": "USD", "initial": 999, "final": 999, "discount_percent": 0, "initial_formatted": "", "final_formatted": "$9.99" } } }
}And there is to get price history of a specific item of a game.
Is there a way to get price history of a game itself?
1 Answer
There is no price history API directly from Steam.
You need to use third-party providers or record the prices yourself. Isthereanydeal might be helpful.