I know that there\'s a Steam API allowing me to use data from Steam Community.
My question is, does anyone know if there\'s a Steam Market API?
For example, I want to ge
You can use SteamApis.com to acquire Steam market prices and item information. The data is returned in JSON. The service is not free but also not that expensive.
The documentation is available to view here. It has detailed information on what endpoints are available and what data is returned.