Google Play Store Scraper — Apps, Reviews & Dev Email avatar

Google Play Store Scraper — Apps, Reviews & Dev Email

Pricing

from $9.60 / 1,000 app data

Go to Apify Store
Google Play Store Scraper — Apps, Reviews & Dev Email

Google Play Store Scraper — Apps, Reviews & Dev Email

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.

Pricing

from $9.60 / 1,000 app data

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Google Play Store Scraper — App Data, Dev Email & Reviews | $2/1K | No Proxy

Mobile growth managers, indie developers, and ASO agencies use this actor to track competitor install counts, rating distributions, and developer contacts at scale.

$2.00 per 1,000 app records + $1.00 per 1,000 embedded reviews. Developer email included free when available.

No proxy required. No API key. No login. Uses Google's own embedded AF_initDataCallback data — not scraped HTML classes.

Scrape Google Play Store app details and user reviews without a proxy. Returns rich metadata plus up to 20 user reviews per app, all from Google's own embedded data.

Not affiliated with Google LLC or the Google Play Store.


What you get

Each app produces one app_meta record plus optional review records:

FieldExampleNotes
app_idcom.spotify.musicAndroid package name
titleSpotify: Music and Podcasts
developerSpotify AB
developer_id6523013212965523194
developer_emailsupport@spotify.com
developer_websitehttps://www.spotify.com
categoryMusic & Audio
category_idMUSIC_AND_AUDIO
rating_avg4.330–5.0
rating_count35,670,770Total ratings
rating_1..53,694,193Per-star count
installs1,000,000,000+Formatted string
installs_min1000000000Numeric lower bound
price_usd0.0 / 6.990 = free
has_iaptrueIn-app purchases flag
content_ratingTeen
descriptionFull textPlain text (HTML stripped)
whats_newBug fixes...Latest changelog
updated2026-05-26T14:23:49+00:00ISO 8601 UTC
released2014-05-27T13:12:17+00:00ISO 8601 UTC
icon_urlhttps://play-lh.google...512×512
parse_confidence1.00–1 data quality score

Review fields (when includeReviews: true): review_id, review_author, review_rating, review_text, review_date, review_helpful, review_version.


Sample output

{
"record_type": "app_meta",
"app_id": "com.spotify.music",
"title": "Spotify: Music and Podcasts",
"developer": "Spotify AB",
"developer_email": "support@spotify.com",
"rating_avg": 4.33,
"installs": "1,000,000,000+",
"installs_min": 1000000000,
"price_usd": 0.0,
"parse_confidence": 1.0
}

Input

{
"appIds": ["com.spotify.music", "com.whatsapp"],
"searchTerms": ["meditation app"],
"country": "US",
"lang": "en",
"includeReviews": true
}
  • appIds — Android package names. Find in Play Store URL: play.google.com/store/apps/details?id=com.spotify.music
  • searchTerms — keyword queries; actor extracts matching app IDs, then scrapes each
  • country — 2-letter ISO code (US, GB, DE, FR, JP, CA, AU)
  • lang — BCP-47 language (en, de, fr, ja, pt)
  • includeReviews — embed up to 20 user reviews per app

About reviews

Google Play embeds up to 20 reviews per app in the detail page HTML. This actor extracts those reviews for free — no proxy required.

For buyers needing more than 20 reviews per app: Google's pagination endpoint (batchexecute) requires an authenticated browser session or residential proxy. A future version with proxy support may be added; for now this actor delivers the 20 reviews embedded in every app page.


Why parse_confidence?

Every record includes a parse_confidence score (0.0–1.0). If Google updates its page structure, confidence drops before results go silently empty — you see the warning before it breaks.

Score < 0.5 → check warnings field for details.

vs. competitors

FeatureThis actorcompass/google-play-scraperapidojo/google-play-scraper
Rating distribution (1–5★ counts)partial
Developer email in output
parse_confidence drift detection
Proxy required❌ none❌ none✅ required

Also available: Apple App Store Scraper — same schema, Apple ecosystem. Run both to compare iOS vs Android market positions.


Pricing

Pay per result: $2.00 per 1,000 items (app_meta + review records combined). No proxy costs — zero COGS.

Developer contact event (adaptive): an additional small charge applies per app where developer_email is present and non-null. You only pay when the data is actually there — no charge for apps without email.

Worked example:

  • 50 apps + 20 reviews each = 50 + 1,000 = 1,050 items → $2.10
  • 200 apps (metadata only) = 200 items → $0.40
  • 1,000 apps with developer email extracted → base $2.00 + adaptive developer-contact charge per app with email

FAQ

Do I need a proxy or Google account? No. This actor uses Google's own embedded data (AF_initDataCallback) without any proxy or authentication.

What formats can I export? JSON, CSV, Excel, or JSONL — from the Apify dataset UI or via the REST API.

Can I schedule it to run automatically? Yes. Use Apify Scheduler for daily or weekly runs. Combine with a webhook to Slack or Airtable to track rating and install changes over time.

What if the actor returns empty or partial data? Check parse_confidence in the output. A score below 0.5 means Google may have updated their page structure. The warnings field lists exactly which fields could not be parsed.


Technical notes

  • No proxy required: fetches Google Play HTML with proper browser headers
  • No auth required: all data comes from publicly embedded AF_initDataCallback JSON blobs
  • Structural parsing: anchors to data positions in the DS blob, not CSS class names
  • Zero COGS: buyers pay only the PPE price — no residential proxy costs

Use with AI agents (MCP)

All actors in this suite are available via the Apify MCP server. Connect to Claude, GPT-4o, or n8n to let AI agents pull live App Store data on demand — market research, competitor monitoring, and ASO tracking automated end-to-end.

MCP config: https://mcp.apify.com/?tools=bovi/google-play-scraper

Also in this suite

Integrations

Built for mobile-growth managers and ASO agencies benchmarking competitor apps, ratings, and developer contacts — the JSON/dataset output drops into the tools you already run, no glue code:

  • n8n / Make / Zapier — trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: n8n, Make, Zapier.
  • Webhooks — fire your own endpoint the moment a run finishes, to push results straight into your pipeline (docs).
  • MCP server — expose this actor as a tool to Claude, Cursor, or any MCP client so an AI agent can pull this data mid-conversation (guide).
  • API & SDKs — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all Apify integrations.

Scraping publicly accessible web pages is generally lawful under established case law (hiQ v. LinkedIn). This actor accesses only public, unauthenticated pages. Not affiliated with Google LLC.