Parameter defines the query you want to search in Google Play Apps Store.
hlstring
Parameter defines the language to use for the Google Play search. It's a two-letter language code. (e.g., `en` (default) for English, `es` for Spanish, or `fr` for French).
agestring
Parameter defines age subcategory. age works, and should only be used with apps_category=FAMILY (Kids Apps)
chartstring
Parameter is used for showing top charts. It can return up to `50` results.
storestring
Parameter defines the country to use for the Google Play search. It's a two-letter country code. (e.g., `us` (default) for the United States, `uk` for United Kingdom, or `fr` for France).
enginestring
Set parameter to `google_play` to use the Google Play API engine.
outputstring
Parameter defines the final output you want. It can be set to json (default) to get a structured `JSON` of the results, or `html` to get the raw html retrieved.
no_cacheboolean
Parameter will force SerpApi to fetch the Google Play results even if a cached version is already present.
async_paramboolean
Parameter defines the way you want to submit your search to SerpApi.
store_devicestring
Parameter defines the device for sorting results. This parameter cannot be used with apps_category or q parameters.
apps_categorystring
Parameter defines the apps store category.
see_more_tokenstring
Parameter defines the see more token used for retrieving the pagination results from individual sections.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not