Google Play Scraper avatar

Google Play Scraper

Try for free

Pay $0.30 for 1,000 results

View all Actors
Google Play Scraper

Google Play Scraper

curious_coder/google-play-scraper
Try for free

Pay $0.30 for 1,000 results

Scrape google play store to get apps, details, developers, categories and reviews. If you are looking for a reliable google play reviews scraper you should give this tool a try

You can access the Google Play Scraper 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  "action": "scrapeReviews",
3  "scrapeReviews.appId": "com.rockstargames.gtasa",
4  "count": 1000,
5  "scrapeAppSearch.keywords": [
6    "trading",
7    "market",
8    "stocks",
9    "investing",
10    "crypto"
11  ],
12  "scrapeAppUrls.urls": [
13    "https://play.google.com/store/apps/details?id=com.tradingview.tradingviewapp"
14  ]
15}' |
16apify call curious_coder/google-play-scraper --silent --output-dataset

Google Play Scraper API through CLI

The Apify CLI is the official tool that allows you to use Google Play Scraper 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
  • 44 monthly users
  • 7 stars
  • 92.3% runs succeeded
  • 4.9 days response time
  • Created in Jul 2023
  • Modified 10 days ago