Google Play Store avatar

Google Play Store

Try for free

3 days trial then $5.00/month - No credit card required now

View all Actors
Google Play Store

Google Play Store

canadesk/google-play-store
Try for free

3 days trial then $5.00/month - No credit card required now

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

You can access the Google Play Store programmatically from your own applications by using the Apify API. You can 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:

Developer
Maintained by Community
Actor metrics
  • 10 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Aug 2023
  • Modified 7 months ago