Finding a list of all the android apps on the market

后端 未结 4 2239
孤独总比滥情好
孤独总比滥情好 2020-12-31 05:55

is there a way of getting access to the details of each one programatically?

4条回答
  •  醉话见心
    2020-12-31 06:38

    There is an open source project called Android Market API which allows you to do the following:

    • You can browse market with any carrier or locale you want.
    • Search for apps using keywords or package name.
    • Retrieve an app info using an app ID.
    • Retrieve comments using an app ID.
    • Get PNG screenshots and icon

    It is located here: http://code.google.com/p/android-market-api/

    Hope this helps you out. =)

提交回复
热议问题