Finding a list of all the android apps on the market

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

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

4条回答
  •  無奈伤痛
    2020-12-31 06:48

    You could build a website crawler and crawl the various android app stores and get all the data for the apps.

    Not all apps are on the Google Android Market. There are other Android stores like:

    • Appbrain
    • Applanet
    • AndAppStore
    • AppstoreHQ
    • etc...

    Not all App Stores have APIs so the best way to do it is by crawling their website.

提交回复
热议问题