Getting game recommendations

Hey, does anyone know an api or a way to get whats recommended to me. Im trying to make a log that automatically logs what is recommended to me.

It would be nice if the roblox algorithm was more transparent, I don’t think there’s an api for what you get recommended but this could help: How do I get the most popular games with the API

1 Like

If you send a post request to
https://apis.roblox.com/discovery-api/omni-recommendation with the following payload template:


you should be able to get a list back.
(CPU cores, Max memory, and network type are all wrong, so they can be anything IG.)

Note that this API is intended only to be used when loading the home page, so please avoid spamming it :slight_smile:

1 Like

Couple questions
Do I use roproxy?
Is the session id my session id?
How much is spamming? (I want to use like 1 or 2 times a day)

I don’t think you can use Roproxy for this - you should not be doing it in an actual Roblox game.
1 to 2 times per day is fine (it’s the same API that is called when opening the home screen)
Apparently the session ID is just a randomly generated UUID, so just crease a new one each time.
Ensure that you use your account’s cookie, so you get the recommendations for your account