Item owner count

Greetings,
If I wish to know how many users own a specific item on Roblox (official/UGC), how would I approach it?
In terms of API, I aint too thorough so please drop some resources as well!

Thanks :smiley:

1 Like

You can use MarketplaceServiceā€™s GetProductInfo to get the sale information for a specific asset:

https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/GetProductInfo

3 Likes

Is there information on number of owners though? Some hats are acquired, not bought

3 Likes