Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve item's price history on Steam market

Regarding items from Steam market I was wondering if there is a way to retrieve the price history of an item over a period of time.

I know that Steam provides a special api for developers who want to integrate market specific data into their own sites but I haven't been able to find anything about retrieving price history for an item in the form of a json.

Have any of you already done this ?

like image 283
Daniel Avatar asked Nov 23 '14 07:11

Daniel


1 Answers

I've done some more research and found the way you can retrieve the price history for an item.

As an example for those who are curious, the price history for this random item "Specialized Killstreak Brass Beast" can be retrieved in this way:

http://steamcommunity.com/market/pricehistory/?country=DE&currency=3&appid=440&market_hash_name=Specialized%20Killstreak%20Brass%20Beast

like image 141
Daniel Avatar answered Sep 20 '22 15:09

Daniel