This repo makes requests to the Steam Store API to retrieve appID lists seperated by category
https://api.steampowered.com/IStoreService/GetAppList/v1/
Another endpoint is available here https://api.steampowered.com/ISteamApps/GetAppList/v2/
This endpoint returns the names and appids of all applications regardless of category without requiring a key.
This repo runs daily through Github Actions and pushes the latest to this repo to keep the data up to date.
Datasets can be found in the data folder.
To run the script locally, replace the following with your own Steam Key in index.js
const key = process.env.STEAM_KEY;
Then run from directory to generate to the data folder
node index.js