Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get wishlist data from other profile in Steam?

Steam has launched new wishlist: https://store.steampowered.com/wishlist/id/customName or id

I found the next link to get some info about user which works only if you are logged in and returns only data for current profile: https://store.steampowered.com/dynamicstore/userdata/ - wishlist is empty if I'm not logged in. I can see wishlist of other players, using the first link, where uses wishlist.js shows games.

How to get wishlist data of user (from other profile, not myself) with and without sign in?

like image 525
Paul K. Avatar asked Jul 17 '18 23:07

Paul K.


People also ask

What does Wishlisting do in Steam?

In Brief. Players can add your game to their wishlist on Steam to keep track of games they are interested in. When your game releases or goes on discount, those players automatically receive a notification.

How do I see how many wishlists a Steam game has?

Regional Wishlisting Data You can see a breakdown of wishlist numbers by region or country in the "Regional sales report" page for each app. To get there, visit your main game's reporting page and find the link to "Regional Sales Report" in the list of links to the right-hand side.


1 Answers

You can get the data in JSON at:

https://store.steampowered.com/wishlist/profiles/{user_id}/wishlistdata/

or

https://store.steampowered.com/wishlist/id/{vanity_url}/wishlistdata/

like image 192
472084 Avatar answered Sep 20 '22 18:09

472084