Google Play Store Scraper avatar

Google Play Store Scraper

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Google Play Store Scraper

Google Play Store Scraper

Google Play Store scraper that extracts app listings, ratings, downloads, developer info, and user reviews by keyword search, category browse, or top charts, so you can track competitors and analyze any app market without writing a single line of code.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

ZeroBreak

ZeroBreak

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

Extract app listings, details, and reviews from Google Play Store. Search by keyword, browse by category, or pull top charts. Collect app names, ratings, download counts, prices, developer info, screenshots, and user reviews — all in structured JSON with no browser required.

What it does

  • Keyword search — find apps matching any search query
  • Category browsing — list apps in any Play Store category (GAME, SOCIAL, PRODUCTIVITY, etc.)
  • Top charts — fetch top free, top paid, or top grossing apps
  • Direct lookup — fetch details for specific app package names (e.g., com.discord)
  • App details — description, version, minimum Android, download count, content rating, screenshots, developer contact
  • User reviews — reviewer name, rating, text, likes, date, app version, and developer replies

Input

FieldTypeDescription
searchQuerystringKeyword to search (e.g., photo editor)
productIdsarrayApp package names to look up directly
appsCategorystringBrowse by category (e.g., GAME_PUZZLE, HEALTH_AND_FITNESS)
chartselectTop free / Top paid / Top grossing
storeDeviceselectFilter by device (Phone, Tablet, TV, etc.)
includeDetailsbooleanFetch full app profile (default: true)
includeReviewsbooleanFetch user reviews (default: false)
maxReviewsPerAppintegerMax reviews per app, up to 200 (default: 20)
languagestringLanguage code, e.g., en, de, fr (default: en)
countrystringCountry code, e.g., us, gb, de (default: us)
maxItemsintegerMax number of apps to return, up to 1000 (default: 20)
requestTimeoutSecsintegerPer-request timeout in seconds (default: 30)

At least one of searchQuery, productIds, appsCategory, or chart must be provided.

Example input

{
"searchQuery": "fitness tracker",
"includeDetails": true,
"includeReviews": true,
"maxReviewsPerApp": 50,
"language": "en",
"country": "us",
"maxItems": 10
}

Output

Each record represents one app:

{
"productId": "com.google.android.apps.fitness",
"appName": "Google Fit: Activity Tracker",
"appLink": "https://play.google.com/store/apps/details?id=com.google.android.apps.fitness",
"author": "Google LLC",
"appCategory": "Health & Fitness",
"appCategoryId": "HEALTH_AND_FITNESS",
"contentRating": "Everyone",
"rating": 3.7,
"ratingCount": 1234567,
"isFree": true,
"priceText": null,
"priceNumeric": 0.0,
"downloads": "100,000,000+",
"inAppPurchases": null,
"appVersion": "2.14.50",
"minAndroid": "8",
"lastUpdated": "April 10, 2025",
"releaseNotes": "Bug fixes and performance improvements.",
"appDescription": "Track your health goals...",
"icon": "https://play-lh.googleusercontent.com/...",
"thumbnail": "https://play-lh.googleusercontent.com/...",
"headerImage": "https://play-lh.googleusercontent.com/...",
"screenshots": ["https://play-lh.googleusercontent.com/..."],
"video": null,
"developerName": "Google LLC",
"developerUrl": "https://www.google.com/fit",
"developerEmail": "googlefit-support@google.com",
"developerAddress": null,
"reviews": [
{
"reviewId": "abc123",
"reviewerName": "Jane Doe",
"reviewerAvatar": "https://play-lh.googleusercontent.com/...",
"reviewRating": 5,
"reviewText": "Great app for tracking daily steps.",
"likes": 42,
"reviewDate": "March 15, 2025",
"reviewIsoDate": "2025-03-15T10:30:00Z",
"appVersion": "2.13.00",
"developerReply": null,
"developerReplyDate": null
}
],
"searchQuery": "fitness tracker",
"scrapedAt": "2025-05-18T12:00:00+00:00",
"error": null
}

Common category values

GAME, GAME_PUZZLE, GAME_ACTION, GAME_ARCADE, SOCIAL, PRODUCTIVITY, EDUCATION, HEALTH_AND_FITNESS, FINANCE, PHOTOGRAPHY, TOOLS, COMMUNICATION, ENTERTAINMENT, SHOPPING, TRAVEL_AND_LOCAL, SPORTS, MUSIC_AND_AUDIO, NEWS_AND_MAGAZINES, BOOKS_AND_REFERENCE, LIFESTYLE

Usage tips

  • Combine searchQuery and productIds in the same run to enrich search results with known apps
  • Set includeDetails: false for faster, lighter runs when you only need basic search metadata
  • Use chart: topselling_free with appsCategory: GAME to get top free games
  • Reviews are paginated in batches of 20; set maxReviewsPerApp up to 200 to collect more