Google Play Store avatar
Google Play Store

Pricing

$6.00/month + usage

Go to Store
Google Play Store

Google Play Store

Developed by

Canadesk Support

Canadesk Support

Maintained by Community

Get details for a specific app, search by keyword or developer, retrieve top rankings, assess permissions and more!

4.2 (2)

Pricing

$6.00/month + usage

5

Total users

137

Monthly users

13

Runs succeeded

>99%

Response time

1 days

Last modified

4 months ago

You can access the Google Play Store programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "appId": [
3    "com.google.android.apps.translate"
4  ],
5  "developerId": [
6    "Google LLC"
7  ],
8  "keyword": [
9    "translate"
10  ],
11  "lang": "en",
12  "country": "us",
13  "proxy": {
14    "useApifyProxy": true
15  }
16}' |
17apify call canadesk/google-play-store --silent --output-dataset

Google Play Store API through CLI

The Apify CLI is the official tool that allows you to use Google Play Store locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: