Reputation: 102
so I wanted to know if anyone knows how to get details (like description, genre, tags, ...) on an steam appid using web API? or an easy site to scrape the data from it?
Upvotes: 1
Views: 2158
Reputation: 8162
The Steam Web API does not have methods to do this.
Use the unofficial Steam Storefront API instead. Try it:
https://store.steampowered.com/api/appdetails?appids=10
Upvotes: 2