๐Ÿบ Google Play Reviews Scraper | Pay per Result avatar
๐Ÿบ Google Play Reviews Scraper | Pay per Result
Try for free

Pay $0.10 for 1,000 reviews

View all Actors
๐Ÿบ Google Play Reviews Scraper | Pay per Result

๐Ÿบ Google Play Reviews Scraper | Pay per Result

thewolves/google-play-reviews-scraper
Try for free

Pay $0.10 for 1,000 reviews

Google Play Reviews Scraper stands as the most enhanced solution for extracting reviews directly from Google Play, offering unparalleled data retrieval efficiency, unbeatable pricing, and exceptional speed. It charges only $0.10 for 1000 reviews in lightning-speed โšก๏ธ

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "appIds": [
8    "com.instagram.android",
9    "com.whatsapp",
10    "com.zhiliaoapp.musically"
11  ],
12  "startUrls": [
13    "https://play.google.com/store/apps/details?id=com.snapchat.android&hl=es&gl=US",
14    "https://play.google.com/store/apps/details?id=com.facebook.katana&hl=en&gl=DE",
15    "https://play.google.com/store/apps/details?id=org.telegram.messenger&hl=fi&gl=CA"
16  ],
17  "maxItems": 1000,
18  "customMapFunction": "(object) => { return {...object} }"
19}
20EOF
21
22# Run the Actor using an HTTP API
23# See the full API reference at https://docs.apify.com/api/v2
24curl "https://api.apify.com/v2/acts/thewolves~google-play-reviews-scraper/runs?token=$API_TOKEN" \
25  -X POST \
26  -d @input.json \
27  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 18 monthly users
  • 1 star
  • 99.1% runs succeeded
  • 24 hours response time
  • Created in Feb 2024
  • Modified about 12 hours ago