Does anyone know if android marketplace has on api/feed to access information about their apps(title,summary,icon,version,etc...)? My goal is to maintain my own database of android apps.
Thanks
|
Does anyone know if android marketplace has on api/feed to access information about their apps(title,summary,icon,version,etc...)? My goal is to maintain my own database of android apps. Thanks | |||
|
feedback
|
There is no official API or feed available at this time. We have requested it, without results to date. | |||
|
feedback
|
|
They don't have a nice, simple SOAP API but you can access their data with ProtoBuf. Here's an API library for Java the implements most of the functionality for you: http://code.google.com/p/android-market-api/ They also share links to a view different ports for different languages. | |||||||
feedback
|