Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an official API for the Google Play Store app? [closed]

The Google Play Store app (aka. Android Market) has updated to have many cool features, even wishlist of apps.

I wonder if there is any official API to communicate with it, even intents. I wonder if people just looked at the log to see the intents, or that there is an official API to reach each page of the app.

Here are some examples of what such API might be able to let you do:

  1. what would you do in order to add an app to the wishlist of the Google Play Store?
  2. what would you do in order to go to the reviews of a specific app, or even go to the part where you write a review of it?
  3. Is there a way to query the apps of a specific company there?
  4. what about a query of apps that were installed in the past?

And so on…

like image 232
android developer Avatar asked Aug 18 '12 08:08

android developer


People also ask

Is there an API for the Google Play store?

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.

How do I see what apps are closed in Google Play?

On the left menu,select Release management > App releases. Next, to the closed track, select Manage. Next to "Choose a testing method," select Closed Testing. In the "Users" section, check the box next to the list you want to use.

Why is Play Store closing?

Excess data and info stored in the phone can cause your google play store to keep crashing and deleting them might just be the key to solving your issues. To clear the google play app cache do the following: Select settings on your phone. Go to storage.


1 Answers

1 . what would you do in order to add an app to the wishlist of the google play?

You can't

2 . what would you do in order to go to the reviews of a specific app , or even go to the part where you write a review of it ?

You can open up the app's page on Google Play using Intent with the URL from the link at the bottom of this answer.

3 . is there a way to query the apps of a specific company there ?

At best, you can use the Search URL to display a list of a particular developers apps.

4 . what about a query of apps that were installed in the past ?

You can't.

Documentation.

like image 84
Raghav Sood Avatar answered Oct 12 '22 15:10

Raghav Sood