This repository contains data personalized to my Steam profile.
The data can be found on the Interactive Recommender page.
After the update on July 27, 2019, the data is obtained via two GET queries:
- to retrieve
inputs.json:
https://store.steampowered.com/recommender/STEAM_ID/inputs?sessionid=SESSION_ID&steamid=STEAM_ID
- to retrieve
results.json:
https://store.steampowered.com/recommender/STEAM_ID/results?sessionid=SESSION_ID&steamid=STEAM_ID&include_played=0&algorithm=0&reinference=0&model_version=0
You can notice parameters other than sessionid and steamid:
include_played(0),algorithm(0),reinference(0),model_version(0),- (optional)
ignored(a list of ignored input appIDs, e.g.364470,440),
inputs.jsoncontains the equivalent ofgInputApps.json:- with the addition of a flag
i(whether the app is marked as "ignored" by the user).
- with the addition of a flag
results.jsoncontains the equivalent of:gAppInfo.jsoninapp_info,gRecommendations.jsoninrecommendations,gTags.jsonintags.



