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
There is not such API for now. But this link may help you:
Get the price of an item on Steam Community Market with PHP and Regex
It's basically what you want with pure php DOM parsing instead of an API. The main drawback is that you may have to change your code if Steam update their html markup.