How would I get collectible items with the minimum price setting on catalog?

So I am studying the catalog api and was testing the minimum price setting, I noticed that for some reason it returns nothing when used in the collectibles session, I think this happens as their prices are set by players and can change at any time. Is there a work around to finding collectibles based on a minimum price?

Catalog Api: External Catalog Queries | Roblox Creator Documentation

My current url/request: https://catalog.roblox.com/v1/search/items/details?Category=2&MinPrice=6000

I looked into this and I too couldn’t get it to return a json table of limiteds. The table was either blank or had just 1 item, which was always the same one: assetId=2470750640 Infernal Sword

1 Like