9

Is there an api which can take an application statistics from google play such as : active installs, Android versions, device, country, .... ?

Wooble
  • 87,717
  • 12
  • 108
  • 131
FlorinD
  • 481
  • 2
  • 8
  • 25
  • Possible duplicate of this question: [http://stackoverflow.com/questions/1308346/how-to-fetch-android-market-data-when-there-is-no-api][1] [1]: http://stackoverflow.com/questions/1308346/how-to-fetch-android-market-data-when-there-is-no-api – alshapton Sep 28 '12 at 12:55

1 Answers1

0

THis may be a starting point for you : http://code.google.com/p/android-market-api/

or this for PHP https://github.com/splitfeed/android-market-api-php

alshapton
  • 568
  • 5
  • 17