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.
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.