How To Get More Than 120 Results Using SearchCatalog?

Info: :open_book:

Hello! I’m currently trying to make a catalog avatar editor game, but to get the accessories, I’m using AvatarEditorService:SearchCatalog(), I’ve tried looking on the devforum, but couldn’t find anything
on getting more than 120 results, I don’t believe theres a parameter in the CatalogPages parameter which would allow me to start from a certain page.
I’ve also tried using API’s, specifically, catalog.roblox.com’s API, I’ve tried using the cursor parameters (which I think exist?) but still, nothing more than the first 120 results showed up.


Examples: :shopping:

These are some games which I’m trying to recreate:


Summary: :hourglass:

I’m trying to surpass AvatarEditorService:SearchCatalog()'s max limit of 120 items by using API’s or by using a parameter I missed!

Any help is appreciated, even if it’s just a reccomendation :sparkling_heart:

Utilize CatalogPage:AdvanceToNextPageAsync() and make a table to cache the values (so that you put less strain on the API in the future).

1 Like

Thank you!
The documentation wasn’t very specific so I kind of glided past it and tried using API’s instead, but this seems to work!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.