1

I don't have an Android device. Is there any way to see the Google Android Market - on the emulator, on the Web, in a specialized client (a la iTunes)?

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
  • Overlaps with http://stackoverflow.com/questions/1308346/how-to-fetch-android-market-data-when-there-is-no-api – Yann Ramin Jul 09 '10 at 21:00

2 Answers2

4

There is now a web interface: https://market.android.com/

MSalters
  • 173,980
  • 10
  • 155
  • 350
1

There are third party websites available which have reversed the market protocols and scraped data from them. Most prominently, there is http://www.appbrain.com/. Note that AppBrain does do "shovelware" filtering, so not all applications are visible.

There is a third party API which has figured out how to interact with the market and can query data for you: http://code.google.com/p/android-market-api/

Yann Ramin
  • 32,895
  • 3
  • 59
  • 82