VOOZH about

URL: https://apify.com/logiover/google-play-data-api

โ‡ฑ Google Play Scraper API โ€” Export App Data to CSV/JSON ยท Apify


๐Ÿ‘ Google Play Scraper โ€” App Data, Reviews & ASO API avatar

Google Play Scraper โ€” App Data, Reviews & ASO API

Pricing

from $1.00 / 1,000 results

Go to Apify Store

Google Play Scraper โ€” App Data, Reviews & ASO API

Unofficial Google Play API alternative. Scrape Play Store app data & reviews without login; export app data to CSV/JSON. No API key, no browser.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

5

Monthly active users

4 days ago

Last modified

Share

An unofficial Google Play Store scraper and REST-style Android app data API in a single Apify actor. Extract Play Store app details, user reviews, ratings, top charts, ASO keyword suggestions, Android permissions and Google Play data-safety info โ€” no Play Console account, no API key, no headless browser, just fast HTTP and clean JSON.

This Google Play data scraper is built for Android developers, ASO platforms, app intelligence tools, market researchers and AI agents who need structured Play Store data on demand. Ten endpoints (modes) share one input form, and every result is tagged with _mode so you can mix modes in a single dataset.

What you get

Each mode returns documented, flat fields. Highlights across all 10 modes:

  • App details โ€” appId, title, summary, description, descriptionHTML, icon, headerImage, screenshots[], video
  • Ratings โ€” score (float), scoreText, ratings, reviews, full 1โ€“5 star histogram
  • Reach โ€” installs (display band), minInstalls, maxInstalls, realInstalls
  • Reviews โ€” userName, score, full review text, date, app version, helpful-votes, developer replyText/replyDate
  • Pricing โ€” price, currency, free, priceText, offersIAP, IAPRange
  • Metadata โ€” version, recentChanges, released, updated, androidVersion, contentRating, genre, categories
  • Developer โ€” developer, developerId, developerEmail, developerWebsite, developerAddress, developerLegalName
  • Compliance โ€” privacyPolicy, adSupported, permissions list, data-safety section
  • ASO suggestions โ€” ranked autocomplete search terms from Google Play
  • Universal โ€” _mode and scrapedAt (ISO 8601) on every item

Export everything as CSV, JSON, Excel (XLSX), HTML, RSS or JSONLines. Four pre-built dataset views (Overview, App catalog, Reviews, App details) let you slice the data with no post-processing.

The 10 modes

ModeWhat it returns
searchKeyword search results (Play Store search bar)
appFull details for one app or many (batch, 5ร— concurrency)
reviewsUp to 100,000+ reviews per app, auto-paginated
listTop charts (free / paid / grossing) by category
similar"Similar apps" for a given app
developerEvery app published by a developer
suggestAutocomplete suggestions for ASO keyword research
permissionsAndroid permissions an app declares
datasafetyGoogle Play data-safety section
categoriesFull list of Google Play category codes

Use cases

  • ASO & app store optimization โ€” track keyword rankings with search, mine long-tail keywords with suggest, monitor competitor metadata changes.
  • App market intelligence โ€” bulk-ingest app details, install bands, top charts by country, and rating histograms into dashboards.
  • Review monitoring & sentiment โ€” pull tens of thousands of reviews for your app or competitors, filter by star rating, alert on 1-star spikes.
  • Privacy & compliance research โ€” extract Android permissions and data-safety sections for GDPR/CCPA vendor reviews and MDM policy audits.
  • AI agents & RAG โ€” wrap the actor as a tool so an LLM can answer "top mindfulness apps in Germany?" or embed app descriptions + reviews.

How to use

  1. Open the actor and pick a Mode.
  2. Fill the fields that mode needs (the input form shows which apply): an appId for app-targeted modes (e.g. com.spotify.music), a query for search/suggest, or a devId for developer.
  3. Set country (e.g. us, de, jp) and language (e.g. en). The same app can differ per locale.
  4. Optionally set maxResults. Run the actor and export results as CSV, JSON or Excel โ€” or pull them via the Apify API.

Example โ€” search for meditation apps:

{
"mode":"search",
"query":"meditation",
"country":"us",
"language":"en",
"maxResults":50
}

Example โ€” pull 5,000 newest reviews for an app:

{
"mode":"reviews",
"appId":"com.spotify.music",
"country":"us",
"maxResults":5000,
"reviewSort":"NEWEST"
}

Call it from your stack via the Apify API (run-sync-get-dataset-items), the JavaScript/Python clients, or no-code tools like Make, n8n and Zapier.

FAQ

Do I need a Google account or API key?

No. This is an unofficial scraper that reads data publicly visible on play.google.com, the same way a browser would. You only need an Apify account โ€” no Play Console account, no OAuth, no API key.

How many reviews can I pull per app?

Reviews are auto-paginated, so you can pull anywhere from a handful to 100,000+ per app on popular titles. Use reviewSort: NEWEST and increase maxResults; the actor handles continuation tokens for you. Set reviewScore: 1 to fetch only 1-star reviews for negative-sentiment monitoring.

How accurate are the rating and install numbers?

score is the floating-point average Google exposes and scoreText is the rounded display value. histogram gives exact 1โ€“5 star counts. minInstalls/maxInstalls are Google's official install bands per country, and realInstalls is the closest available estimate.

Can I run several modes in one run?

Each run executes one mode. To combine modes, call the actor multiple times and join the datasets on appId. Every item carries a _mode field, so mixed datasets stay easy to filter.

Is this a Google Play API alternative?

Yes. It works as an unofficial Google Play API alternative, returning REST-style JSON for app details, reviews, ratings and top charts โ€” without a Play Console account, OAuth or API key.

How do I export Google Play data to CSV or JSON?

Run any mode, then download the dataset as CSV, JSON, Excel (XLSX), HTML, RSS or JSONLines from the run's Storage tab, or pull it via the Apify API. Pre-built views let you export app data to CSV with no post-processing.

Can I scrape Google Play without an API or login?

Yes. This Play Store scraper reads publicly visible pages over plain HTTP, so you can scrape Google Play app data and reviews without login, without an API key, and without a headless browser.

Support

Open an issue on the actor page for bugs, feature requests, or custom modifications. Responses typically within 24 hours.

Changelog

2026-06-15

  • Reliability pass: re-verified end-to-end on live data with real-world inputs. Routine maintenance build.

2026-06-07

  • Docs: added coverage for using the actor as a Google Play API alternative, exporting Play Store data to CSV/JSON, and scraping Google Play app data without login.

2026-06-05

  • Reliability fix: results are no longer dropped by strict output validation โ€” runs complete cleanly at high volume.
  • Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like

App Store & Google Play Scraper

dataharvest/app-store-scraper

Scrape app listings and reviews from Google Play and Apple App Store.

Google Play Scraper - Apps, Reviews, Ratings & Search

eccentric_layout/google-play-scraper

Scrape Google Play Store app details, reviews, ratings, and search results without an API key. Export structured JSON/CSV/Excel. Built for ASO, app developers, and market research.

Google Play Store App Search Scraper

scrapapi/google-play-store-app-search-scraper

App Store + Google Play Reviews & ASO Scraper

renzomacar/app-store-scraper

Scrape Apple App Store and Google Play app metadata, ratings, and reviews by country, in one run, with no API key. ASO research, review monitoring, and sentiment data โ€” a pay-per-result Sensor Tower & data.ai alternative.

2

Google Play Store App Search Scraper

scraper-engine/google-play-store-app-search-scraper

Google Play Store App Search Scraper extracts app results directly from Play Store search pages. Collect app names, developers, ratings, reviews count, installs, and categories. Ideal for market research, ASO analysis, and competitive intelligence workflows.

๐Ÿ‘ User avatar

Scraper Engine

4

Google Play Scraper - Rankings, Reviews & App Details

haketa/google-play-scraper

Google Play scraper & API: export top-chart rankings by category & country, app reviews & ratings, full app details and ASO keyword search. Android app market intelligence, review analysis and competitor tracking โ€” fast, no login. Pairs with an Apple App Store scraper.

Google Play Store App Search Scraper

api-empire/google-play-store-app-search-scraper

Automatically scrape Google Play Store search results with Google Play Store App Search Scraper. Capture app listings, developer names, ratings, and popularity metrics to support ASO research, product validation, and growth analysis.

App Store & Google Play Reviews Scraper

maged120/app-store-reviews-scraper

Scrape reviews from Apple App Store and Google Play in one run. Supports bulk app lists, country/language filtering, and developer response data.

Google Play App Search Result Scraper

coder_zoro/google-play-app-search-result-scraper

Google Play App Search Result Scraper lets you instantly collect app listings, titles, developer names, ratings, and URLs from Google Play based on any keyword. Perfect for market research, competitor analysis, and app store data automation.