5 years ago*

Comment has been collapsed.

Not sure of anytghing that will do quite what you want but here are two lists for "everything" on Steam that is tagged as a demo.

https://completionist.me/steam/apps?display=grid&order=desc&sort=created&search=&type=demo
https://steamdb.info/search/?a=app&q=&type=3&category=0

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Yes, but the sorting/filtering options may help you get closer to what you're looking for since none of the other options provided seem to have done you any good.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 11 months ago.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Run this script (F12 > console) over at your wishlist page:

var demos = {};
var n = Object.keys(g_rgAppInfo).length;
var storeurl = "https://store.steampowered.com/app/";
Object.keys(g_rgAppInfo).forEach(appid => {
jQuery.get(storeurl + appid, data => {
if (jQuery("[href*='steam://install/']", data).length) {
demos[appid] = jQuery("[href*='steam://install/']", data).attr("href").split("/")[3].split("'")[0].split(",")[0];
}
}).always(() => {
n--;
if (n <= 0) {
console.log(Object.entries(demos).map(e => storeurl + e[0] + " has demo steam://install/" + e[1]).join("\n"));
}
});
});

Enjoy!
I love doing these (small) scripts. If you need a job done, I do paid work too, please contact me!

5 years ago*
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

??
Worked just fine here.
What exactly didn't work?
Keep in mind that it takes some times to complete.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

no, are you sure you copy and pasted the whole code?

Edit: Oh wow, I just noticed that steamgifts had removed the first line of code due to its formatting. It should be fixed now.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

You can ignore those.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

especially with over 1k of wishlist games, it will take several minutes to complete.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 2 years ago.

5 years ago
Permalink

Comment has been collapsed.

You're welcome! If you ever need another script, hmu!

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Nothing happened when I ran the script. Does that mean there is no demo for the games on my wishlist?

5 years ago
Permalink

Comment has been collapsed.

Depending how many wishlist items you have, it may take a while. You can monitor the network tab for the script's activity.

5 years ago
Permalink

Comment has been collapsed.

only have 26.

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Steamgauge

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

It is long because you have an impressive steam library😉
After a while you will get the full list. I have used it one time and I am at work. 😅

5 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 years ago.

5 years ago
Permalink

Comment has been collapsed.

Closed 5 years ago by viaI.