I know there are some posts about this, but I wouldn’t have made this if they have worked. I am trying to get the price of a limited, particularly the cheapest price. I know all about the API and such but how should I go about this? And if you could please provide the link for obtaining the information it would be appreciated.
I don’t think Roblox has an API for that, however, you could make a server poll Roblox for a limited’s price every day or so and store it in a database. You may be able to do this in Roblox, but it looks like you already have a Heroku app.
Alternatively, if you insist on using Roblox then you can use a datastore to store price history at a given time and if enough time has passed then query Roblox through your proxy.