Alternatives to RoProxy for getting user assets

I’m working on a game that needs to get user items for something, and RoProxy seems to ignore all T-Shirts with a price under 5 Robux as well as some others for no reason. Are there any good alternatives that are as consistant as RoProxy? or is there something wrong in our code?

https://catalog.roproxy.com/v1/search/items/details?Category=3&CreatorName=

this is the url we currently use.

There is nothing wrong with RoProxy as I use it for alot of cool HTTP projects (and sometimes my own webserver). So its most likely your code, if for some reason you still believe its RoProxy’s fault then your going to have to host your own proxy with Python as there isn’t any alternatives I can think of on the top of my head.

1 Like

To be honest I can’t really help you. Because, I have no clue how RoProxy links work, or any of that. I’m still trying to figure out how to use roproxy, or learn it. Because, they’re isn’t any youtube tutorials, or any of that to help me learn to use RoProxy.