Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to retrieve audios as a page through a search?

Asked by
Wiscript 622 Moderation Voter
5 years ago

Hello,

I know it's possible to retrieve free models through InsertService:GetFreeModels(search,pageNum) And free decals through InsertService:GetFreeDecals(search,pageNum)

But how would I retrieve audio assets and their info through a script? I know it's possible as I've seen it happen before such as seen in this screenshot

Any insight on this would be appreciated.

Thanks in advance, Rodrigo

0
If you're specifically looking for audio froast has his own api. https://rprxy.xyz/proxy/api/searchmusic/ EpicMetatableMoment 1444 — 5y

1 answer

Log in to vote
2
Answered by
systack 123
5 years ago
Edited 5 years ago

Not entirely sure if there is a better approach, but I know you can use a proxy to GET https://search.roblox.com/catalog/json?Category=9&Keyword=<AGivenKeywordHere> & then parse the return.

Ad

Answer this question