Google Play Store Scraper avatar

Google Play Store Scraper

Pricing

from $0.15 / 1,000 results

Go to Apify Store
Google Play Store Scraper

Google Play Store Scraper

Scrapes app details, reviews, search results, category lists, developer apps, permissions, and data safety from Google Play Store.

Pricing

from $0.15 / 1,000 results

Rating

0.0

(0)

Developer

ius iyb

ius iyb

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

Scrapes app details, reviews, search results, category lists, developer apps, similar apps, permissions, and data safety info from Google Play Store — all without a browser.

Built on google-play-scraper — no Playwright/Puppeteer, so it's fast and cheap to run.


Features

  • 8 action types in one actor
  • 47+ fields per app in full detail mode
  • Full review pagination — up to 5,000 reviews per app
  • Batch app IDs — process multiple apps in parallel
  • Auto-enrich — fetch full details for search/list/developer results with one flag
  • Localization — any country + language combination
  • Proxy support — works with Apify residential proxies
  • Rate throttling — configurable requests/second

Input

FieldTypeDefaultDescription
actionenumappDetailsWhat to scrape (see actions below)
appIdsstring[]Package IDs, e.g. com.spotify.music
searchQuerystringKeyword for search action
developerIdstringDeveloper name/ID for developer action
countrystringusISO 3166-1 alpha-2 country code
languagestringenISO 639-1 language code
maxResultsinteger50Max items for search/list/developer (1–250)
maxReviewsinteger100Max reviews per app (1–5000)
reviewSortenumnewestnewest, rating, or helpfulness
filterByRatingintegerFilter reviews by star rating (1–5)
collectionenumTOP_FREETOP_FREE, TOP_PAID, GROSSING, NEW_FREE, NEW_PAID
categorystringCategory slug for list action (e.g. MUSIC, GAME_ACTION)
throttleinteger10Max requests/second (1–20)
fetchFullDetailsbooleanfalseEnrich search/list/developer results with full app details

Actions

appDetails

Returns 47+ fields for each app in appIds.

{ "action": "appDetails", "appIds": ["com.spotify.music", "com.netflix.mediaclient"] }

Searches the Play Store by keyword.

{ "action": "search", "searchQuery": "vpn", "maxResults": 20, "fetchFullDetails": true }

reviews

Paginates through reviews for apps in appIds.

{ "action": "reviews", "appIds": ["com.spotify.music"], "maxReviews": 500, "reviewSort": "newest" }

list

Browses a Play Store collection (top charts, new releases, etc.).

{ "action": "list", "collection": "TOP_FREE", "category": "MUSIC", "maxResults": 100 }

developer

Returns all apps published by a developer.

{ "action": "developer", "developerId": "Spotify AB" }

similar

Returns apps similar to those in appIds.

{ "action": "similar", "appIds": ["com.spotify.music"] }

permissions

Returns all permissions requested by apps in appIds.

{ "action": "permissions", "appIds": ["com.spotify.music"] }

dataSafety

Returns the data safety section for apps in appIds.

{ "action": "dataSafety", "appIds": ["com.spotify.music"] }

Output Fields

Full app details (47+ fields): appId, title, url, icon, score, scoreText, ratings, reviews, histogram, price, free, currency, offersIAP, IAPRange, size, androidVersion, androidVersionText, developer, developerId, developerEmail, developerWebsite, developerAddress, privacyPolicy, genre, genreId, categories, headerImage, screenshots, video, videoImage, contentRating, contentRatingDescription, adSupported, released, updated, version, recentChanges, description, descriptionHTML, summary, minInstalls, maxInstalls, installs, available, comments, editorsChoice

Reviews: id, userName, userImage, date, score, scoreText, title, text, replyDate, replyText, version, thumbsUp, criterias


Local Development

npm install
npx apify run # uses INPUT.json

Results are saved to storage/datasets/default/.