How do you load all animations from the roblox catalog to your game?

Hello community,

does anyone of you know how to get all catalog animations from the roblox marketplace?
You know there is like those games where you can wear shirts,pants ecc. by clicking a button on the UI which contains all ROBLOX’s catalog.
Any of you has an idea?

All help is appreciated.

i think they use some kind of web scraper to scan the catalog

i did some more research u can use the roblox api api docs
if you use https://search.roblox.com/catalog/json?Category=9 it will return json whit the data you need

thank you alot, even tough roblox says: HttpService is not allowed to access ROBLOX resources

you can use a roblox proxy service or make your own. i found a post about this How to make a proxy in 10 minutes