Alle diskussioner > Steam-fora > Help and Tips > Trådoplysninger
Andrej 18. juli 2015 kl. 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).
< >
Viser 1-2 af 2 kommentarer
MalikQayum 18. juli 2015 kl. 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..
Sidst redigeret af MalikQayum; 18. juli 2015 kl. 5:44
ZEINOUS For 13 timer siden 
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.
< >
Viser 1-2 af 2 kommentarer
Per side: 1530 50

Alle diskussioner > Steam-fora > Help and Tips > Trådoplysninger