Google Play Store Scraper avatar

Google Play Store Scraper

Pricing

from $1.00 / 1,000 record scrapeds

Go to Apify Store
Google Play Store Scraper

Google Play Store Scraper

Scrape Google Play app details, reviews, and search results — score, installs, price, developer, review text/score/date/reply — across any country and language. Proxy-ready, auto pagination for reviews.

Pricing

from $1.00 / 1,000 record scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Google Play Store Scraper 🤖

Get structured Google Play data — app details, reviews, and search results — for any country and language.

Perfect for app-store optimization (ASO), review monitoring, competitor tracking, market research, and AI agents that need mobile-app data.

Modes

  • App reviews — score, text, title, thumbs-up, version, date, and developer reply, with automatic pagination.
  • App details — score, ratings, review count, installs, price, developer, genre, content rating, version, release/update dates, icon.
  • Search results — the app grid for any keyword.

Input

{
"resultsType": "reviews",
"appIds": ["com.whatsapp", "com.spotify.music"],
"country": "us",
"lang": "en",
"maxPerItem": 150,
"proxyConfiguration": { "useApifyProxy": true }
}

For search: set "resultsType": "search" and pass "searchTerms": ["photo editor"].

Output

Reviews (one row per review):

{
"type": "review",
"app_id": "com.whatsapp",
"review_id": "...",
"author": "Jane",
"score": 5,
"text": "Works great",
"thumbs_up": 12,
"version": "2.24.x",
"at": "2026-07-10T...",
"reply_text": null
}

Notes

  • Only public Play Store data is read.
  • Proxy rotates IPs to avoid Google rate limits; the account running the Actor pays for proxy.
  • Run on a schedule to keep a live reviews/ratings feed for your apps and competitors.