How to Download Trade Data for Roblox Limiteds?

Hello All,

Im looking to download the trade data shown on limited items. Specifically im looking for the trade price and trade-frequency. You can visually see the data on a graph for every limited:

Graph Displaying Trade-Price(above) and Trade-Frequency(below)

I would love if I could figure out how to download the data as a file, instead of having to read and write every single value by hand. Does anybody have any solutions?

I checked Rolimons, and I dont see an “export data” button, or any other page.

If, on your browser, you open Developer Tools (Ctrl+Shift+I usually), switch to the “Network” tab, then load the limited’s page. Then, wait for everything to load (you’ll see lots of thing appearing in the Network tab). Next, search for “resale-data”. When you find it and go to the response, it should display the JSON containing all of the data points.


You can double click the the request itself to run the request in your browser. Then, you should be able to just do CTRL+S to download the json.

1 Like

Thanks a lot!
Do you know if I can web-scrape this data? I wasn’t able to find much on the TOS.

I would avoid doing large amounts of web-scraping, as it could be considered Misuse of Roblox Systems (which IS against the TOS). If you just do a few then you should be fine.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.