Google Play Apps & Reviews Scraper avatar

Google Play Apps & Reviews Scraper

Pricing

from $2.00 / 1,000 app records

Go to Apify Store
Google Play Apps & Reviews Scraper

Google Play Apps & Reviews Scraper

Google Play app details, search results and reviews (with pagination, sort and star filter) as clean JSON. Installs, ratings histogram, price, IAP, content rating, developer, version, screenshots. Any country/language. No login, no browser.

Pricing

from $2.00 / 1,000 app records

Rating

0.0

(0)

Developer

DIOPSIDE AI

DIOPSIDE AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

App details, search results and reviews from the Google Play Store, for any country and language, as clean JSON. No login, no browser, no proxy needed.

  • App records: title, developer (id, email, website), category, score, ratings and reviews counts, rating histogram, installs (display + exact where exposed), price/currency, in-app purchase range, ads flags, content rating, release/update dates, version, min Android, icon, header image, screenshots, video.
  • Reviews: paginated in batches of 200 with sort (newest / most relevant / rating) and a star filter; each with score, text, helpful votes, app version, date, and the developer's reply.
  • Search: any query → app records (summary or full details).
  • Built on Play's own data endpoints via a maintained client; fields arrive typed, dates as ISO 8601.

vs other Google Play scrapers

This is a crowded, largely healthy niche — established alternatives like google-play-scraper and google-play-reviews-scraper run thousands of jobs a month with low failure rates, so this isn't a reliability play. The difference is pricing granularity and scope in one actor: pay per app record or per review record separately, app details and reviews from the same actor with no login, browser or proxy required.

Input

fielddefaultnotes
appIds["com.spotify.music"]package names
searchTerms[]one search per term
maxSearchResults30per term, up to 250
includeDetailstruefetch full details for search results
reviewsPerApp0reviews to pull per app (0 = none)
reviewSortnewestnewest, most_relevant, rating
reviewScore1–5 to keep only that star rating
lang / countryen / usstore front

Output

Two record types in one dataset, record_type: "app" and record_type: "review".

{"record_type": "app", "appId": "com.spotify.music", "title": "Spotify: Music and Podcasts",
"developer": "Spotify AB", "genre": "Music & Audio", "score": 4.35, "ratings": 36321149, "reviews": 1852723,
"histogram": [2500000, 900000, 1700000, 4300000, 26900000], "installs": "1,000,000,000+", "realInstalls": 3125337627,
"price": 0, "free": true, "currency": "USD", "inAppProductPrice": "$0.99 - $14.99 per item", "offersIAP": true,
"contentRating": "Teen", "updated": "2026-09-11T00:00:00+00:00", "version": "Varies with device",
"icon": "https://play-lh.googleusercontent.com/…", "url": "https://play.google.com/store/apps/details?id=com.spotify.music&hl=en&gl=us",
"query": "app:com.spotify.music", "scraped_at": "2026-09-18T12:00:00+00:00"}
{"record_type": "review", "appId": "com.spotify.music", "reviewId": "366744c9-…", "userName": "A Google user",
"score": 5, "content": "Great app", "thumbsUpCount": 12, "reviewCreatedVersion": "8.9.0",
"at": "2026-09-17T07:57:22+00:00", "replyContent": null, "repliedAt": null, "scraped_at": "2026-09-18T12:00:00+00:00"}

Typical sizes

One app with 500 reviews: 501 records in ~5 s. A 30-result search with details: 30 records in ~15 s.

Use cases

App-store intelligence, competitor monitoring, review mining and sentiment, ASO research, install and rating tracking over time, feeding dashboards and AI agents.

Pricing

Pay per record: app records and review records are priced separately. See the pricing tab.

Notes

Public store data only. Missing values come back as null; apps not available in the chosen country are reported in the run status rather than failing the run.