u need to post ur cookie in the headers for some reason
Hi Dragon, the inclusion of data such as recentAveragePrice
into APIs like MarketplaceService:GetProductInfo would hugely help here.
For instance, with an experience I’m currently developing it’d be beneficial to display the total RAP of the outfit instead of its total cost so that outfit values aren’t inflated:
This would benefit games too like ItsMuneeeb’s Catalog Avatar Creator which are currently limited to displaying the inflated cost (which often overflows UI containers and ruins sorts like ‘highest to lowest’):
Some recent posts I found with the same issue:
Is there a easier way to find out what RoProxy returns instead of going in roblox studio and printing what comes out of it?
open your web browser and put the roproxy link
It doesnt return it, it instead directs me to the roblox page, am I doing something wrong? I’m trying to grab the players games
Hey there, I’ve been getting limit errors when using less than 500 requests per minute, and for some reason my requests cap at 100 in the Roblox Player. I wanted to double check with roproxy if it isn’t a problem from the proxy side, because everything else looks great.
In game, sometimes it gives me the Too Many Requests error after 100 requests, sometimes after 87, sometimes at 94 (None of these are even near the 500 limit that roblox says httpservice has)
You can download an application such as Postman to allow you to make these requests directly from your PC and see the returned results.
Hello,
It seems like any auth-required endpoint will return unauthorized and instead log you out. At least in my case these two endpoints:
(GET) https://economy.roproxy.com/v1/assets/{ITEM-ID}/resellers
(POST) https://auth.roblox.com/v2/logout
This is mostly because of the rotating proxies. But would somebody please let me know what is the region of the proxies? Thanks.
UPDATE: Figured it out, US proxies is the answer
Hello, search.roproxy.com doesn’t seem to be returning anything. Is this intended behavior? I’m trying to search the audio library.
Purchase log, join leave, chatlogs
SoapUI is useful for stuff like this.
hello, seems that accountsettings api is not supported by roproxy. will it be anytime soon?
https://search.roproxy.com/catalog/json?Category=9&SortType=1&PageNumber=1&ResultsPerPage=100 returns [] which didn’t before
Yea saw that. Started using AssetService now.
@okfalse is there any pricing chart for games with a high number of requests? If I make a game using RoProxy and it gets successful im sure it would send a lot of requests and RoProxy would then block the requests and I would get the game broke and lose players. Im gonna implement a cache to make less requests, but Im asking just to know.