Roblox Catalog PageNumber Help

Currently I am attempting at creating a system using the ROBLOX catalog API. I am fairly new at using it and have run into a problem. When I switch the PageNumber value, the results are still the same.

I have tried switching the category and creator type but can’t seem to find a solution. Here is the current search term I am using, “https://catalog.roblox.com/v1/search/items/details?Category=1&CreatorType=2&CreatorTargetId=6447593&Limit=10&PageNumber=1” and when I switch the PageNumber there is no change.

You have to use the nextPageCursor
https://catalog.roblox.com/v1/search/items/details?Category=1&CreatorType=2&CreatorTargetId=6447593&Limit=10&cursor=2_1_93ab211531e17d4e4cdd6867b2a2e45c

In the json data that it provides, you will see a field called nextPageCursor.

2 Likes