node-steam-guide
node-steam-guide copied to clipboard
Price checking
It would be very helpful if you show how to do price checking from database! Thanks,
Thanks for the suggestion! I could definitely add some price lookup sections using websites like http://csgo.steamlytics.xyz/ – is that about what you're looking for?
-
Steamlytics SDKs
- PHP (official)
- Javascript (unofficial)
- Steamlytics APIs
Yep, adding that is one of the best ideas, so that you don't really have to make many calculations on what the prices are and so on.. :)
- Csgobackpack API
-
OPSkins API v2
- SDK - Node.js (official)
This can also be used to get price info directly from steam without any restrictions :
http://steamcommunity.com/market/priceoverview/?appid=730&market_hash_name={market_hash_name}
Result for M4A1-S | Decimator (Field-Tested) would be :
{"success":true,"lowest_price":"$5.44","volume":"468","median_price":"$5.54"}
Price checking will definitely be included in the new guide. See #100.