Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Android Market API from Google? [closed]

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.

like image 645
Rajendra Avatar asked Jun 24 '11 14:06

Rajendra


People also ask

Does Android Market still work?

The Android Market is still on the Google Play Store, complete with an app description from 2012. Android has changed quite a bit since its original release in 2008 on the HTC Dream, but reminders of the platform's early days are still hanging around.

Is there any official API to get app details from the Play Store?

The App Details from PlayStore is an API that returns real-time details of any Android app. It also can be used in combination with shields.io for generating Android app related badges with realtime values for an app's README file (or) any other use case for that matter.

What is the new name for Android Market?

The company has retired the Android Market name for its store that sells apps, videos, music and electronic books on the Web and on mobile devices. From Tuesday, the store will be rebranded as the Google Play Store.

Does Google Play store have an API?

The Google Play Games Services Publishing API allows you to automate frequent tasks having to do with game services production and distribution. The Reporting API lets you retrieve information about your app's quality from Android vitals.


2 Answers

These may be a little bit helpful for you..

  • How to fetch Android Market data when there is no API?

  • How do I use the unofficial Android Market API?

  • http://www.mobiletuxedo.com/open-source-api-for-the-android-market/
like image 100
ridoy Avatar answered Sep 21 '22 09:09

ridoy


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

like image 20
Ivan Delchev Avatar answered Sep 24 '22 09:09

Ivan Delchev