|
| 06 Sep 2016 08:00 PM |
What is the catalog search URL for hats? If you click on hats, and look at the URL, it stays the same: https://www.roblox.com/catalog/
What is the search URL? If there isn't one, how would I search the catalog for the hat's ID?
Any help is immensely appreciated! ^-^
|
|
|
| Report Abuse |
|
|
rapmilo
|
  |
| Joined: 16 Aug 2011 |
| Total Posts: 69 |
|
|
| 06 Sep 2016 08:11 PM |
| What do you mean? All clothes, objects, game passes, hats, and gear have IDs. Just highlight the entire URL and scroll to the end to find it. |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:12 PM |
Yeah, but I need to have the script search the entire hat Category for the hat with user's input (the hat's ID)
|
|
|
| Report Abuse |
|
|
rapmilo
|
  |
| Joined: 16 Aug 2011 |
| Total Posts: 69 |
|
|
| 06 Sep 2016 08:15 PM |
| Oh so you mean hats in general? I don't think those function with IDs. |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:17 PM |
Alright. So I can't search the catalog for a certain hat in the Hat category with the ID? Ok. How would I do it so it does? That is the real question. Would I use some encoder, or external website, or something along those lines?
|
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:23 PM |
Ok, so here's a better idea. Is it possible to use the search bar, and use the name of the hat instead of the ID, to search the catalog? So for example, if I type 'Universal Fedora' into the search bar, it gives me a search URL instead of a constant one. Now, the only problem with this is how to pick the hat, if there is more than one AND get the ID from the hat.
Anyone help me out on this? :)
Thanks!
|
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Sep 2016 08:27 PM |
No. Why would I do that? Figure this part out and I'm home free..
|
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:29 PM |
From ID: http://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo
From Name: http://wiki.roblox.com/index.php?title=Catalog_API Example: http://search.roblox.com/catalog/json?Keyword=Wings
|
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:31 PM |
You're an angel @Smite (No pun intended)
I really appreciate this! :D
|
|
|
| Report Abuse |
|
|
|
| 06 Sep 2016 08:33 PM |
Is this for lua? Do you know you need to use a proxy to access roblox with HTTPService? Do you know of any roblox proxies? Will you be able to parse the json? |
|
|
| Report Abuse |
|
|
| |
|