Note: this is an unofficial programmatic interface — an Apify actor that returns structured JSON. It is not affiliated with the platform it reads.
Runnable examples for the Google Play Store Scraper — Apps, Reviews & Dev Email on Apify.
Scrape Google Play Store app details, ratings, and reviews. Returns title, developer, installs, rating (with 1-5★ distribution), price, category, description, developer email, and up to 20 embedded reviews per app. Pay per result.
see the actor's output schema on the Store page
- ASO competitor tracking — charts positions, ratings and metadata changes for any app set.
- Market sizing — install bands and category dynamics for app niches.
- App metadata enrichment — attach Play-Store fields to your app database.
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
{
"appIds": [
"com.spotify.music"
],
"country": "US",
"includeReviews": true,
"lang": "en",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}- Actor on Apify Store: https://apify.com/bovi/google-play-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).