I am trying to retrieve every single item of a specific category ever made by the ROBLOX team itself (Created under the ROBLOX’s official account). For instance, any and all Head Accessories published by ROBLOX.
While the catalog does exist, and getting a list of items from the catalog is possible, these two options are very limited and stop showing you items after a specific amount. Which, when I ran tests a year or two ago was 17 pages and or, if my memory serves me right, 700 items. This is no where near the amount created by ROBLOX. The catalog also does not offer any filtering system that could help my search such as filtering by date (month, year, etc.) created.
I have tried looking up for any existing archives and or services that would allow to retrieve such information but remain empty handed. I could not find a single post hinting towards this request in particular as it seems very specific.
Any help towards this seemingly impossible quest would be greatly appreciated.
I am trying to retrieve a list of the items, as specified above, in any shape or form, with or without the use of lua. Preferably I would like to retrieve a list of all the ID’s and store them in a module.
If that helps clarify.
You would probably have to go through HTTP service to do this, if not then you would probably find this under MarketPlaceService. I don’t think finding every asset a certain user uploaded is a feature of that, though. So yeah, you are probably going to have to find the specific API to request this from and are most likely going to need to use a proxy.
Unfortunately as I have mentioned above, in my prior attempts the MarketPlaceService has proven to have a lot of limitations and will not provide past 700 items or so of a specific category (this number might have gone up since I tried this around 2021 but I doubt if it has that it would be that much more) as for API’s I could not find any that would be helpful for this task.