Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
```
https://www.lorenzostanco.com/lab/steam/u/JamesTDG
```
It works fine for me, you have 3020 games according to that link.
Remember to set both you "Profile" and "Game details" to "Public" before using that website to scrape your library.
If for whatever reason it still doesn't work I copied the output of your profile to an online notepad:
```
https://anotepad.com/notes/d38ka83k
```
https://gtm.steamproxy.vip/id/JamesTDG/games/?tab=all&xml=1
If you know your way around, you can also create a Python script that formats the XML list in a way that you can sort and/or read.
The core problem with the lists is, as now in XML format compared to SteamDB Calculator or other sites that only have access to the normal WebAPI, that each system works differently and delivers different results.
I have created an own section on my site, because I missed a save/export function on other websites. The system only has access to the WebAPI, but you can export your library list into HTML or JSON.
https://gameindustry.eu/steam-export/
Enter your name "JamesTDG", confirm captcha (must be accurate) and receive your list. Maybe this helps to get a rough overview.
Example
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3470102697
Sources
https://partner.steamgames.com/doc/webapi
https://developer.valvesoftware.com/wiki/Steam_Web_API
There was a script for Tampermonkey/Greasemonkey with which this was possible, but it's outdated since a long time.
I am currently writing a new script and will upload it when it is ready for the public.
First, grab your SteamID64 and download your games list as XML using:
Finally, I imported the parsed data into an SQL database. This way it’s easy to filter, search, or export the library in whatever format you want.
It’s pretty straightforward if you’re familiar with XML and SQL.
If you want to get more advanced, you could even create your own private website using Steam’s API to display and automatically update your library List.