package_name |
String |
The app package name (unique identifier) |
category |
String |
The app category (human-readable string) |
cat_key |
String |
The app category key |
cat_keys |
List of Strings |
All app category keys. E.g family-friendly apps have multiple category keys.
|
cat_type |
Integer |
0 - Non-Game, 1 - Game |
title |
String |
App title |
description |
String |
Full app description |
short_desc |
String |
Short app description (promo text) |
icon |
URL |
Full-sized icon. Format can be either webp or png.
In order to request png format, remove trailing "-rw" from the url if there.
|
icon_72 |
URL |
App icon (72x72 pixels). Format can be either webp
or png. In order to request png format, remove trailing "-rw" from the url if there.
|
market_url |
URL |
A deep link to the app page on Google Play |
what_is_new |
String |
'What is new' message from the developer |
downloads |
String |
Downloads range |
downloads_min |
Long |
Lower bound for downloads count |
downloads_max |
Long |
Upper bound for downloads count |
market_update |
Date in ISO8601 extended format |
The last time the app was updated on Google Play |
promo_video |
URL |
Link to promotional app video on Youtube |
promo_video_image |
URL |
Link to image of the app video |
rating |
Double |
App rating (from 0 to 5, 5 highest) |
size |
Integer |
App size (in bytes, optional, if app has multiple versions) |
screenshots |
List of URLs |
List of app screenshots. Format can be either webp
or png. In order to request png format, remove trailing "-rw" from the url if there.
|
version |
String |
The current app version (if app has multiple versions, the value is "Varies with device") |
website |
URL |
App website (optional) |
developer |
String |
App developer name |
content_rating |
String |
Content rating (e.g. Everyone, Medium Maturity) |
number_ratings |
Integer |
Number of app ratings |
ratings_1 ratings_2 ratings_3 ratings_4 ratings_5 |
Long |
Number of app ratings with value 1, 2, 3, 4 or 5 respectively |
price_currency |
String |
App price currency |
price_numeric |
Double |
The app price (numeric) |
price |
String |
Formatted app price with currency |
price_i18n_countries |
List of country codes |
Countries for which there is country-specific pricing |
iap |
Boolean |
A boolean flag that signifies whether the app offers in-app purchases or not. |
iap_min |
Double |
If the app supports in-app purchases, this is the minimum price of an IAP product |
iap_max |
Double |
If the app supports in-app purchases, this is the maximum price of an IAP product |
lang |
Language code |
Default language for the app |
i18n_lang |
List of language codes |
Additional languages in which the app is translated, other than the default. A language is present
only if the long description of the app is in this language. Short description (promo text, visible
only on mobile does not count).
|
similar |
List of package names |
List of similar apps |
from_developer |
List of package names |
List of other apps from the same developer |
badges |
List of badges |
e.g. top developer, editor's choice |
interactive_elements |
List of interactive elements |
e.g. Users Interact, Shares Info, Shares Location |