Field Reference#
Complete reference of all 112 fields returned by GPlay Scraper.
App Fields (57 Fields)#
Basic Information (5 fields)#
appId(string) - Package identifier (e.g., “com.whatsapp”)title(string) - App namesummary(string) - Short descriptiondescription(string) - Full descriptionappUrl(string) - Play Store URL
Category (4 fields)#
genre(string) - Primary categorygenreId(string) - Category IDcategories(array) - All categoriesavailable(boolean) - Availability status
Release & Updates (3 fields)#
released(string) - Release date (e.g., “Oct 18, 2010”)appAgeDays(integer) - Days since release (computed)lastUpdated(string) - Last update date
Media (5 fields)#
icon(string) - App icon URLheaderImage(string) - Header image URLscreenshots(array) - Screenshot URLsvideo(string or null) - Promotional video URLvideoImage(string or null) - Video thumbnail URL
Install Statistics (10 fields)#
installs(string) - Install range (e.g., “10,000,000,000+”)minInstalls(integer) - Minimum installsrealInstalls(integer) - Exact install countdailyInstalls(integer) - Average daily installs (computed)minDailyInstalls(integer) - Min daily installs (computed)realDailyInstalls(integer) - Real daily installs (computed)monthlyInstalls(integer) - Average monthly installs (computed)minMonthlyInstalls(integer) - Min monthly installs (computed)realMonthlyInstalls(integer) - Real monthly installs (computed)
Ratings (4 fields)#
score(float) - Average rating (0-5)ratings(integer) - Total ratings countreviews(integer) - Total reviews counthistogram(array) - Rating distribution [1★, 2★, 3★, 4★, 5★]
Ads (2 fields)#
adSupported(boolean) - Supports adscontainsAds(boolean) - Contains ads
Technical (7 fields)#
version(string) - Current versionandroidVersion(string) - Minimum Android versionmaxAndroidApi(integer) - Maximum Android APIminAndroidApi(string or integer) - Minimum Android APIappBundle(string) - Bundle identifiercontentRating(string) - Age ratingcontentRatingDescription(string) - Rating description
Updates (1 field)#
whatsNew(array) - Changelog entries
Privacy (2 fields)#
permissions(object) - Required permissionsdataSafety(array) - Data safety information
Pricing (7 fields)#
price(number) - App pricecurrency(string) - Currency codefree(boolean) - Is freeoffersIAP(boolean) - Has in-app purchasesinAppProductPrice(string or null) - IAP price rangesale(boolean) - On saleoriginalPrice(number or null) - Original price if on sale
Developer (8 fields)#
developer(string) - Developer namedeveloperId(string) - Developer IDdeveloperEmail(string) - Contact emaildeveloperWebsite(string) - Website URLdeveloperAddress(string) - Physical addressdeveloperPhone(string or null) - Contact phonepublisherCountry(string) - Publisher country (computed)privacyPolicy(string) - Privacy policy URL
Search Fields (11 Fields)#
title- App nameappId- Package identifierurl- Play Store URLicon- App icon URLdeveloper- Developer namesummary- Short descriptionscore- Average rating (0-5)scoreText- Rating as textprice- App pricefree- Is free (boolean)currency- Currency code
Review Fields (8 Fields)#
reviewId- Unique review IDuserName- Reviewer nameuserImage- Reviewer image URLcontent- Review textscore- Rating (1-5)thumbsUpCount- Helpful votesat- Review date (ISO format)appVersion- App version reviewed
Developer App Fields (11 Fields)#
Same as Search Fields.
Similar App Fields (11 Fields)#
Same as Search Fields.
List (Top Charts) Fields (14 Fields)#
title- App nameappId- Package identifierurl- Play Store URLicon- App icon URLscreenshots- Screenshot URLs (array)developer- Developer namegenre- Category/genreinstalls- Install countdescription- App descriptionscore- Average ratingscoreText- Rating as textprice- App pricefree- Is free (boolean)currency- Currency code
Computed Fields#
The following 8 fields are computed at runtime:
- appAgeDays
Calculated as:
(current_date - release_date).days- dailyInstalls
Calculated as:
total_installs / days_since_release- minDailyInstalls
Calculated as:
min_installs / days_since_release- realDailyInstalls
Calculated as:
real_installs / days_since_release- monthlyInstalls
Calculated as:
total_installs / (days_since_release / 30.44)- minMonthlyInstalls
Calculated as:
min_installs / months_since_release- realMonthlyInstalls
Calculated as:
real_installs / months_since_release- publisherCountry
Extracted from developer phone prefix or address
Field Count Summary#
App: 57 fields
Search: 11 fields
Reviews: 8 fields
Developer: 11 fields
Similar: 11 fields
List: 14 fields
Total: 112 unique fields