Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® World™ Development

Reply
New Contributor
phenotypical
Posts: 2
Registered: ‎06-08-2012
My Carrier: Verizon

App World API?

Is there an API to search and track applications in the App World?

 

Something like

 

http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.h...

 

?

Please use plain text.
Developer
MauriceRice
Posts: 418
Registered: ‎03-17-2011
My Carrier: Telus

Re: App World API?

No there is not. To the best of my knowledge , the closest thing is http://appworldstats.com


phenotypical wrote:

Is there an API to search and track applications in the App World?

 

Something like

 

http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.h...

 

?


 

_________________________
In the dark and need a sky map?
Discover What's up at App World.
Follow What's up on Facebook

Please use plain text.
Developer
Innovatology
Posts: 1,076
Registered: ‎03-03-2011
My Carrier: Vodafone

Re: App World API?

Most App World pages on the web have RSS feeds. Depending on what you are trying to do, you may be able to use those.

Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands
Please use plain text.
New Contributor
phenotypical
Posts: 2
Registered: ‎06-08-2012
My Carrier: Verizon

Re: App World API?

@innovatology thanks - I'm actually unable to find an app with an RSS feed - any chance you can point me to an example?

Please use plain text.
Developer
Innovatology
Posts: 1,076
Registered: ‎03-03-2011
My Carrier: Vodafone

Re: App World API?

[ Edited ]

No, the apps don't have much in the way of RSS entries of their own AFAIK. You'd have to scrape the HTML. RSS can mainly be used for enumeration.

Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands
Please use plain text.
Developer
ignites
Posts: 465
Registered: ‎04-11-2012
My Carrier: Rogers

Re: App World API?

There IS a way to do it. I know this because when I google my apps, it shows up on some webpages which are obviously bots that copy and paste appworld into their webpages... not sure how they do it but its do-able.


Developer for easyDial for BlackBerry Bold & inLink for BlackBerry PlayBook
Find me online via twitter, or on the techfruits.com webpage. Please hit the like button below if what I said helped!
Please use plain text.
Developer
jtegen
Posts: 6,156
Registered: ‎10-27-2010
My Carrier: AT&T

Re: App World API?

Google does not use an API, Like a lot of search engines, they traverse the web and mine the data on the resulting page.
Please use plain text.
Developer
ignites
Posts: 465
Registered: ‎04-11-2012
My Carrier: Rogers

Re: App World API?

I am not talking abotu Google, I meant websites that show up on Google. And yes it could be from a bot-scan. But if this is possible then it is also possible for a third-party app to 'scan' and show new arrivals etc... whcih might be what OP is looking for


Developer for easyDial for BlackBerry Bold & inLink for BlackBerry PlayBook
Find me online via twitter, or on the techfruits.com webpage. Please hit the like button below if what I said helped!
Please use plain text.
Developer
Innovatology
Posts: 1,076
Registered: ‎03-03-2011
My Carrier: Vodafone

Re: App World API?

It's called "scraping", and entails analyzing the HTML of the web pages and extracting data from that. It works fine as long as the structure of the web pages doesn't change. Unfortunately it often does change, and that breaks scrapers.

Files & Folders, the unified file & cloud manager for PlayBook and BB10 with SkyDrive, SugarSync, Box, Dropbox, Google Drive, Google Docs. Free 3-day trial! - Jon Webb - Innovatology - Utrecht, Netherlands
Please use plain text.