logiover's picture
Publish sample dataset for google-play-data-api
2e1f27e verified
metadata
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

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

[
  {
    "_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.

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.