mattchewy
|
  |
| Joined: 19 Feb 2008 |
| Total Posts: 7300 |
|
|
| 24 Aug 2012 10:52 PM |
Found these links; they cut out most of the useless HTML and can be parsed quite easily by external programs:
m.roblox.com/Inventory/ListInventory?startRow=0&assetTypeId=8 m.roblox.com/Messages/InboxMessageList?startRow=0 m.roblox.com/Friends/FriendList?startRow=0 m.roblox.com/User/DoSearch?startRow=0&keyword=KEYWORD m.roblox.com/Catalog/CatalogSearch?startRow=0&keyword=KEYWORD&filter=FILTER (Keyword is optional and Filter can be Featured, Collectibles, Clothing, BodyParts, Gear, Decals, or Models)
They all start at "startRow" and come in sets of 15. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2012 11:58 PM |
Thank you so much...
Mods use API make! Techboy's happiness increases tremendously! |
|
|
| Report Abuse |
|
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 25 Aug 2012 12:23 AM |
How would I use http://m.roblox.com/Catalog/CatalogSearch?startRow=0&keyword=&filter=Collectibles To give me a list of every limited. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 12:25 AM |
| With a while loop to increase row until you run out. |
|
|
| Report Abuse |
|
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 25 Aug 2012 12:27 AM |
| When I start at any row it just gives me the featured items. Would I have to bruteforce keywords? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 12:31 AM |
It doesn't do that for me..
If you're not using keyword don't include it in the URL; it's optional. |
|
|
| Report Abuse |
|
|
NXTBoy
|
  |
| Joined: 25 Aug 2008 |
| Total Posts: 4533 |
|
|
| 25 Aug 2012 09:06 AM |
| Wow, this is awesome. Looks like there might be some Json APIs hidden there as well, given the autoloading of scrolling content. I'll do some disection when I next have pc access. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 11:03 AM |
| www.roblox.com/My/MessagesHandler.ashx?page=1&msgsPerPage=20&sort=[Created]%20DESC&type=GetInbox&token=pa3fCioXaMIp&_=1345910454296 |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 11:04 AM |
http://m.roblox.com/User/DoSearch?startRow=0&keyword=Vitouliss
Awesome! |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 11:09 AM |
@popin
"The custom error module does not recognize this error."
> new API > popin breaks it
Why am I not surprised? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 11:17 AM |
| You remove the last bit about the token and underscore. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 11:27 AM |
| ... Roblox has failed me again. |
|
|
| Report Abuse |
|
|
fliboys
|
  |
| Joined: 26 Mar 2010 |
| Total Posts: 5559 |
|
|
| 25 Aug 2012 01:36 PM |
zomg, some idiot said I was a famous person that they had met.
what do I do.
Cool links broski. |
|
|
| Report Abuse |
|
|
mattchewy
|
  |
| Joined: 19 Feb 2008 |
| Total Posts: 7300 |
|
|
| 25 Aug 2012 01:49 PM |
You can also change assetId on here to get models, decals, faces, etc.
m.roblox.com/Inventory/ListInventory?startRow=0&assetTypeId=8 |
|
|
| Report Abuse |
|
|
mattchewy
|
  |
| Joined: 19 Feb 2008 |
| Total Posts: 7300 |
|
|
| 25 Aug 2012 01:49 PM |
| @NXTBoy, this is where the JSON API is getting it's content from. I had to dissect the mobile page to find these links. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2012 03:27 PM |
github: techboy6601/catalogcrawler
Enjoy! |
|
|
| Report Abuse |
|
|
mattchewy
|
  |
| Joined: 19 Feb 2008 |
| Total Posts: 7300 |
|
| |
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 25 Dec 2012 09:46 PM |
| I bet Merely uses this for Catalog Heaven. |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2012 10:05 PM |
| Merely used the actual catalog page, which, surprisingly, isn't that bad. |
|
|
| Report Abuse |
|
|
|
| 25 Dec 2012 11:36 PM |
Hey, I remember this..
Oh yeah. I made a GitHub project for it!
--- "Differences are good. If two people agree, one of them is redundant" - Brian White |
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 25 Dec 2012 11:55 PM |
| @Techboy, I downloaded that and how would I get it to run on a Mac? I tried opening it in terminal (python [filename]) but it doesn't have the libraries you used. |
|
|
| Report Abuse |
|
|
|
| 26 Dec 2012 12:04 AM |
You need to download the BeautifulSoup library. Search for it on Google, click the first result, go to downloads, follow the instructions.
--- "Differences are good. If two people agree, one of them is redundant" - Brian White |
|
|
| Report Abuse |
|
|
UnAdmin
|
  |
| Joined: 10 Jul 2012 |
| Total Posts: 4706 |
|
|
| 26 Dec 2012 12:05 AM |
*Bookmark*
~Yea, you could rub some bacon on it... or... add a debounce to it! |
|
|
| Report Abuse |
|
|
Aespect
|
  |
| Joined: 24 Apr 2012 |
| Total Posts: 3080 |
|
|
| 24 Feb 2015 11:27 PM |
| ...How on earth do you do this?? |
|
|
| Report Abuse |
|
|
gskw
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 1364 |
|
|
| 25 Feb 2015 12:07 AM |
^ Necrobump Also, Fiddler.
This is a signature. Recommended username: EagerGskw |
|
|
| Report Abuse |
|
|