Google Play Store avatar
Google Play Store

Pricing

Pay per event

Go to Apify Store
Google Play Store

Google Play Store

Extract app details, reviews, search results, and privacy information from the Google Play.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Canadesk Support

Canadesk Support

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Google Play Store Scraper (PPE)

A robust scraper for the Google Play Store using the Pay-Per-Event (PPE) pricing model. Extract app details, reviews, search results, permissions, and data safety information.

Features

  • App Details: Scrape comprehensive metadata for any app using its ID.
  • Search: Find apps by keyword or developer.
  • Reviews: Extract user reviews with sorting options.
  • Collections: Scrape top charts (Top Free, Top Paid, Grossing).
  • Permissions: Get detailed app permission information.
  • Data Safety: Get data safety information.

Pricing

This Actor uses the Pay-Per-Event model. You are charged only for the number of items (apps, reviews) successfully scraped.

Input Parameters

ParameterTypeDescription
processStringThe operation to perform (e.g., ap for App Details, re for Reviews).
appIdArrayApplication IDs (required for App Details, Reviews, Permissions, Data Safety).
keywordArraySearch terms (required for Search).
developerIdArrayDeveloper IDs (required for Developer Search).
countryStringStore country code (ISO 3166, e.g., us). Default: us.
langStringLanguage code (ISO 639-1, e.g., en). Default: en.
maximumIntegerMax results to return. Default: 100.
proxyObjectProxy configuration. Apify Residential Proxy is recommended.

Output

Data is stored in the default dataset in JSON format.

Example: App Details

{
"title": "Google Translate",
"description": "...",
"descriptionHTML": "...",
"summary": "The world is closer than ever with over 100 languages",
"installs": "1,000,000,000+",
"minInstalls": 1000000000,
"score": 4.4,
"ratings": 8000000,
"reviews": 2000000,
"histogram": { "1": 0, "2": 0, "3": 0, "4": 0, "5": 0 },
"price": 0,
"free": true,
"currency": "USD",
"sale": false,
"originalPrice": null,
"saleTime": null,
"offersIAP": false,
"inAppProductPrice": null,
"developer": "Google LLC",
"developerId": "5700313618786177705",
"developerEmail": "translate-android-support@google.com",
"developerWebsite": "http://groups.google.com/group/google-translate-android-support",
"developerAddress": "1600 Amphitheatre Parkway, Mountain View 94043",
"privacyPolicy": "http://www.google.com/policies/privacy/",
"genre": "Tools",
"genreId": "TOOLS",
"icon": "...",
"headerImage": "...",
"screenshots": ["..."],
"video": null,
"videoImage": null,
"contentRating": "Everyone",
"contentRatingDescription": null,
"adSupported": false,
"released": "Jan 12, 2010",
"updated": 1600000000000,
"version": "6.12.0.04.335104018",
"recentChanges": "...",
"comments": [],
"appId": "com.google.android.apps.translate",
"url": "https://play.google.com/store/apps/details?id=com.google.android.apps.translate"
}

Notes

  • Proxies: This scraper is optimized for Apify Residential Proxies. Using datacenter proxies may result in blocking.
  • Limits: While there are no hardcoded limits in the actor, extremely large requests may be throttled by Google.