of     1   

Kevinllululala
#227517783Monday, November 13, 2017 1:24 PM GMT

I wondering what proxy i can use to access items in the catalog using GetAsync. Since roblox doesn't allow direct requests
Luckyxero
#227518029Monday, November 13, 2017 1:38 PM GMT

i answered you in your previous post
Soybeen
#227518079Monday, November 13, 2017 1:41 PM GMT

Do you even need to, considering all the functions of the MarketplaceService?
Kevinllululala
#227520407Monday, November 13, 2017 3:51 PM GMT

^ Yes, marketplace service doesn't include the price for limited items
Cyrakohl
#227520505Monday, November 13, 2017 3:55 PM GMT

Probably because they change all the time.
LegendOfSchool
#227520876Monday, November 13, 2017 4:11 PM GMT

use PHP and a web host
LifeInDevelopment
#227520952Monday, November 13, 2017 4:15 PM GMT

Kevinllululala
#227540781Tuesday, November 14, 2017 3:28 AM GMT

^ thx gonna try that now
Kevinllululala
#227542648Tuesday, November 14, 2017 4:43 AM GMT

But how do I link it to the catalog?
Kevinllululala
#227542879Tuesday, November 14, 2017 4:52 AM GMT

Like now that I created the thing, what code do i write get it to work?
ScriptBased
#227544706Tuesday, November 14, 2017 6:49 AM GMT

soutenu
#227545066Tuesday, November 14, 2017 7:28 AM GMT

@Script this still says trust check failed local #### = game:GetService'HttpService'; local api = 'api.suger.io/proxy/'; local req = 'https://www.roblox.com/catalog/json?Subcategory=16&SortType=3&ResultsPerPage=10'; local res = getasync(api..req,false); --changed it due to hashtags print(res);
ScriptBased
#227548747Tuesday, November 14, 2017 2:08 PM GMT

You need that https://
Soybeen
#227606418Thursday, November 16, 2017 3:28 PM GMT

I'm pretty sure that you can get the lowest price for any item using the .PriceInRobux value of GetProductInfo(), unless there's something I don't know.
Kevinllululala
#227617255Thursday, November 16, 2017 10:53 PM GMT

^ I couldn't, I tried it gave me the original price

    of     1