Accessing Roblox Marketplace Results through APIs

Hi I have a system in my game where the player can place a painting and then search up images to put in that painting through the roblox marketplace. But I’ve run into a slight issue, the provided roblox API to obtain the decal/images results is completely outdated (InsertService:GetFreeDecals) and is quite unreliable. Theres a system similar to this in bloxburg so I know its possible but I have no knowledge of how and assume it has something to do with APIs. If anyone has knowledge on some websites that could help me with this do tell! Or if any coders are available to help i can compensate.

1 Like

https://apis.roblox.com/toolbox-service/v1/marketplace/13?limit=30&pageNumber=0&keyword=

you can add a keyword if u want
to get more results you just increment the page number by 1

get details of the product(s) - https://apis.roblox.com/toolbox-service/v1/items/details?assetIds=123,456,789

Is this a new feature? If so in theory can i just get HttpService then prompt a textbox to refresh the results using the input as the keyword? Or is there something extra im missing?

Wow im not too familiar with APIS but this has been a big help in planning how im gonna work this out. Thank you so much I’ve been struggling with this issue for months

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.