I’m trying to create a list of all ugc creators and rank them by their sales. I’ve looked around for APIs or any other helpful things but no one else seems to know.
I’m also trying to create a list of UGC items and rank them by their sales. I think I could loop through a ton of marketplace items and check if they are created by users. But I was hoping there would be a less janky solution.
1 Like
Roblox removed endpoints/data that allowed you to see how many sales an item has had due to developer privacy concerns so already your use case falls through.
1 Like
You may have a better chance asking the developer of that experience how they did it or looking through other venues. Roblox itself no longer supports sales counter data on their own endpoints for the aforementioned privacy concerns. The developer of this experience could easily not be using Roblox endpoints and scraping it a different way.
1 Like
Sorry for reviving a dead topic, but I’m here with an answer!
You can call :GetProductInfo from a LocalScript, and it’ll show you the sales counter. You then just have to communicate that back to the server, and voilà!
2 Likes