What's the best way to get a place's data?

I’ve tried using Roblox’ games web API endpoint, I’ve tried using :GetProductInfo(). Roblox’ games web API endpoint can only give me data about a games’ starterplace, not any place. And :GetProductInfo() only returns product info. So, since Roblox doesn’t support getting a place’s data through their web API, what can I do to get this data? I’ve seen some people scrape HTML web pages when Roblox doesn’t support getting info their through web API, but this is a bit of a hacky solution, and I’m not so sure it’s the best performance wise. So, what’s the best way to do this?

I think HTTPService can help you.

You’ve got the right idea!

You can use the Roblox Games API to fully get your games details!
You would first need to get your games universe ID and then you can extract all your other info!

Hope this helps! :smile: