Get steam item prices

我只是一个虾纸丫 提交于 2019-12-18 06:49:29

问题


I was wondering if there is any efficient way to get the prices of an item on steam. I found :

http://steamcommunity.com/market/priceoverview/?country=DE&currency=3&appid=730&market_hash_name=P90%20%7C%20Asiimov%20%28Factory%20New%29

You get JSON with only "lowest_price". How I can get JSON with 3 lowest prices ?


回答1:


I use

render?start=0&count=10&currency=3&language=english&format=json

currency: 1 for USD, 2 for GBP, 3 for EUR, 5 for RUB

http://steamcommunity.com/market/listings/730/StatTrak%E2%84%A2%20AK-47%20%7C%20Blue%20Laminate%20%28Factory%20New%29/render?start=0&count=10&currency=3&language=english&format=json



来源:https://stackoverflow.com/questions/26513891/get-steam-item-prices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!