Google play store android api? - android

In my android application, I want to show list of applications made by a specific company and exist in play store.But I am not finding any api to perform search with some keyword.
Any web APIs are available for searching on Google Play store?
what all ways are possible to solve this problem.

There's an unofficial API for Google Play Apps, try checking this out:
https://code.google.com/p/android-market-api/

Another option is also 42matters.com Google Play Store Android API where you can fetch all the data you are searching for.
Access to the data is not free, but you can try the API with a 14 days free trial

Related

Any way to list all apps in the google play store in parsable format?

Similar to this post regarding the Apple iTunes App store, would there be any way to find all the apps on the Google Play store?
Are there any APIs available or a simple page like the apple one with lots of hyperlinks? Or an RSS Feed?
Any portal I can find into the google play store seems very interactive, and not really a complete list, but lots of 'top' lists of apps/games.
I ended up using a paid service called 42Matters.
They provide an API that you can call for a subscription fee.

Grab Android app download count via API call?

Is there any way to get the download count of your own Android application via an API?
Play Store doesn't seem to have an API, so I'm guessing it will be a hacky solution.
I couldn't find any vanilla code / API's for this, so I ended up using the AppFigures API. They have free accounts where you can track up to 5 apps.

App download from site linked to Google play store

I know it might sound weird! Is it possible to link the number of downloads of your app from your site to reflect on Google play store?
I don't think you can access directly from the site, but you can use the WhereDat app search API

Where do I use Google Play Android Developer API with a Parse Android App

I think I am a little confused with using the Google Play Android Developer API.
I have an Android App, built with Parse, that uses Google In-App Subscriptions.
I found the answer here, which is great. But, where do I actually access the API to confirm the subscription from? Do i do it from within my App?? From Parse Cloud Code?
Any ideas?

Current Android app version in Google Play

I have android apps hosted in google play.
I want to find if updates are available or not programatically along with version number.
Is it possible to get the current android app version in google play?
Thanks.
This is not possible as google don't provide any such api. If you want to do so then you have to create a web service which returns all your currently live apps versions and then check them in your app.
NO, GooglePlay is private. You cannot get the new version from Google player service.
But the PlayStore application will watch for all the downloaded applications for update.

Categories

Resources