14

Not sure if its a possible duplicate. If so please merge to the appropriate.

I am looking for Google Market API that can pull the following information:

  1. List of categories (in Apps, Books, Movies) in the Google Market
  2. List of Top free apps/books/movies (by no. of downloads, ratings etc.) in a given category.
  3. List of Top Paid apps/books/movies (by no. of downloads, ratings etc.) in a given category.

Is there an official Google Market API available?

I came across the below project but the feature set it provides doesn't support this functionality. http://code.google.com/p/android-market-api/

Any help is highly appreciated.

evilone
  • 22,410
  • 7
  • 80
  • 107
Rajendra
  • 1,703
  • 2
  • 16
  • 22

2 Answers2

5

These may be a little bit helpful for you..

Community
  • 1
  • 1
ridoy
  • 6,274
  • 2
  • 29
  • 60
3

Yes there is, check out https://42matters.com/api for more info. Supports lookup, search and top rankings per country

Update: 42matters Google Charts API - https://42matters.com/api/top-google-charts now collects daily snapshots of top lists for 45 countries. Enjoy!

Disclaimer: I am part of the 42matters team

Ivan Delchev
  • 412
  • 6
  • 10
  • 3
    Welcome to stackoverflow! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackexchange.com/a/8259/217907) to include the essential parts of the answer here, and provide the link for reference. – Devraj Gadhavi Feb 28 '14 at 09:44
  • 4
    I would like you to mention that this API is only for **paying** customers. – DanT Mar 16 '15 at 09:26
  • 1
    The question was for an API "... from Google". This is clearly not from Google, but a paid service, so your answer of "Yes there is..." is not correct. – JohnGB Feb 18 '17 at 22:13