SteamMarketAPi is api that provides you to use the Steam Community Market for CS:GO game simplify, through the fetching and parsing lots info from Steam Community Market and CSGO Float APIs
- Simple to use
- Asynchronous
- Fast
If you want to use this api heavily you should to host CSGO Float API yourself
For more samples look to examples
from smapi import SteamMarketHandler
smapi_object = SteamMarketHandler(
'AK-47 | Vulcan (Field-Tested)',
quantity=30
)
for lot in smapi_object.get_as_dataclass:
print(lot)
pip3 install smapi