File size: 4,027 Bytes
2e1f27e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | ---
license: cc-by-4.0
pretty_name: "Google Play Data API Scraper"
tags: [other, web-scraping, apify, developer-tools, seo-tools]
size_categories:
- n<1K
---
# Google Play Data API Scraper
Unofficial REST-style API for Google Play Store. Search apps, get full details,
extract reviews, list category top charts, fetch developer profiles, get app
permissions. Built for developers, ASO tools, and app analytics platforms.
## What the actor scrapes
# π± Google Play Data API β Unofficial Google Play Store Scraper (Apps, Reviews, Search & More) The fastest, most complete **unofficial Google Play API** on Apify. One Actor, **10 endpoints**: search apps by keyword, pull full app details, scrape reviews with automatic pagination, get top charts, find similar apps, list a developer's portfolio, mine ASO autocomplete keywords, audit Android permissions and check data-safety info β all exported to JSON, CSV or Excel. No headless browser, no proxy r
## Who this is for
This sample is useful for anyone working in **other, developer tools, seo tools** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot β counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
## Source
**Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/google-play-data-api](https://apify.com/logiover/google-play-data-api)
## Fields
- **`_mode`** β field captured by the actor
- **`query`** β field captured by the actor
- **`title`** β item or page title
- **`appId`** β identifier
- **`url`** β canonical URL of the item
- **`icon`** β field captured by the actor
- **`developer`** β field captured by the actor
- **`developerId`** β identifier
- **`price`** β listed price (numeric or string)
- **`free`** β field captured by the actor
- **`summary`** β field captured by the actor
- **`scoreText`** β field captured by the actor
- **`score`** β engagement / popularity score
- **`scrapedAt`** β timestamp the row was scraped
## Sample preview
```json
[
{
"_mode": "search",
"query": "spotify",
"title": "Spotify: Music and Podcasts",
"appId": "com.spotify.music",
"url": "https://play.google.com/store/apps/details?id=com.spotify.music",
"icon": "https://play-lh.googleusercontent.com/7ynvVIRdhJNAngCg_GI7i8TtH8BqkJYmffeUHsG-mJOdzt1XLvGmbsKuc5Q1SInBjDKN",
"developer": "Spotify AB",
"developerId": "Spotify+AB",
"price": null,
"free": false,
"summary": "Listen to songs, play podcasts, create playlists and discover music you'll love",
"scoreText": "4.3",
"score": 4.337351,
"scrapedAt": "2026-05-14T12:15:55.448Z"
},
{
"_mode": "search",
"query": "spotify",
"title": "Spotify: Music & Podcasts",
"appId": "com.spotify.tv.android",
"url": "https://play.google.com/store/apps/details?id=com.spotify.tv.android",
"icon": "https://play-lh.googleusercontent.com/7ghCqs4kKYrQpTECddnejlSeAXgpdiiKlIghuDR869MpF5msXdPsd3gqjC6lstD_NfJkmP0LAUJTty7UACcrLw",
"developer": "Spotify AB",
"developerId": "Spotify+AB",
"price": null,
"free": false,
"summary": "Listen to music and podcasts. Discover playlists and lyrics.",
"scoreText": "4.0",
"score": 4.0365853,
"scrapedAt": "2026-05-14T12:15:55.448Z"
}
]
```
## Snapshot stats
- Row count in this sample: **20**
- Data quality flag at capture time: `EXISTING_USED`
## License & Attribution
Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/google-play-data-api](https://apify.com/logiover/google-play-data-api).
The sample is provided as-is for evaluation and research. Source websites retain their own terms of service β downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
|