Andrej 2015 年 7 月 18 日 上午 5:29
Steam Market API and CS:GO items list
I need to get prices for some items from market to analyze them after. All i found that using some steam-site methods that results json response (like http://steamcommunity.yuanyoumao.com/market/priceoverview/?currency=5&appid=730&market_hash_name=FAMAS%20%7C%20Spitfire%20%28Minimal%20Wear%29 or http://steamcommunity.yuanyoumao.com/market/search/render/?query=&start=0&count=100&appid=730&currency=3&l=english&country=US ) but i am afraid to get banned by often requests. Also, for some reason, sometimes requests to them from my application results 403 or 500 status code and no relevant response.
Is there any api for steam market? Also where i can found list of all cs go items? I already gathered all paints except for knives from items_game.txt, but i need to know which of them have stattrak/souvenir version and which qualities of painting they have (some have only factory new for example).
< >
正在显示第 1 - 2 条,共 2 条留言
MalikQayum 2015 年 7 月 18 日 上午 5:43 
u need to make a call to the getschema to get a list of all the items.

also it sounds like you are trying to make a market bot but whatever..
最后由 MalikQayum 编辑于; 2015 年 7 月 18 日 上午 5:44
I dealt with this problem for a long time and found CSMarketAPI (csmarketapi.com) to solve it.
It provides documented access to market data from Steam and 10+ other marketplaces - real-time listings, historical sales data, and item metadata. There's a free plan with full access to all endpoints that worked well for me.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50