Live Google App Listings Search Results
This endpoint will provide you with a list of apps published on Google Play along with additional information: its ID, icon, reviews count, rating, price, an…
Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
app categories optional field the categories you specify are used to search for app listings; you can get the full list of available app listing categories by this link you can specify up to 10 categories
keyword in the app’s description optional field keywords that occur in the description of the app; can contain up to 200 characters
keyword in the app’s title optional field keywords that occur in the title of the app; can contain up to 200 characters
array of results filtering parameters optional field you can add several filters at once (8 filters maximum) you should set a logical operator and, or between the conditions the following operators are supported: regex, not_regex, , , >, >=, =, , in, not_in, like, not_like you can use the % operator with like and not_like to match any string of zero or more characters example: ["item.rating.value",">",3] you can receive the list of available filters by making a separate request to https://api.dataforseo.com/v3/app_data/google/app_listings/available_filters
results sorting rules optional field you can use the same values as in the filters array to sort the results possible sorting types: asc – results will be sorted in the ascending order desc – results will be sorted in the descending order you should use a comma to set up a sorting parameter example: ["item.installs_count,asc"] note that you can set no more than three sorting rules in a single request you should use a comma to separate several sorting rules example: ["item.rating.value,desc","item.installs_count,asc"]
the maximum number of returned apps optional field default value: 100 maximum value: 1000
offset in the results array of returned apps optional field default value: 0 if you specify the 10 value, the first ten entities in the results array will be omitted and the data will be provided for the successive entities Note: we recommend using this parameter only when retrieving up to 10,000 results for retrieving over 10,000 results, use the offset_token instead.
token for subsequent requests optional field provided in the identical filed of the response to each request; use this parameter to avoid timeouts while trying to obtain over 100,000 results in a single request; by specifying the unique offset_token value from the response array, you will get the subsequent results of the initial task; offset_token values are unique for each subsequent task Note: if the offset_token is specified in the request, all other parameters should be identical to the previous request learn more about this parameter on our Help Center
user-defined task identifier optional field the character limit is 255 you can use this parameter to identify the task and match it with the result you will find the specified tag value in the data object of the response
Response
Successful response
the current version of the API
general status code you can find the full list of the response codes here Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
general informational message you can find the full list of general informational messages here
execution time, seconds
total tasks cost, USD
the number of tasks in the tasks array
the number of tasks in the tasks array that were returned an error
array of tasks
task identifier unique task identifier in our system in the UUID format
status code of the task generated by DataForSEO; can be within the following range: 10000-60000 you can find the full list of the response codes here
informational message of the task you can find the full list of general informational messages here
execution time, seconds
cost of the task, USD
number of elements in the result array
URL path
contains the same parameters that you specified in the POST request
array of results
the total number of relevant results in the database
the number of items in the results array
offset in the results array of returned apps
token for subsequent requests you can use this parameter in the POST request to avoid timeouts while trying to obtain over 100,000 results in a single request
array of apps and related data
ID of the returned app
search engine domain in a POST array
location code in a POST array
language code in a POST array
direct URL to search engine results you can use it to make sure that we provided accurate results
date and time when SERP data was last updated in the ISO 8601 format: “YYYY-MM-DDThh:mm:ss.sssssssZ” example: 2023-05-23 10:16:19 +00:00
detailed information about the app
the item’s type possible item types: "google_play_info_organic"
position within a group of elements with identical type values positions of elements with different type values are omitted from rank_group
absolute rank among all the listed apps absolute position among all apps on the list
the alignment of the element in SERP can take the following values: left
ID of the returned app
title of the returned app
URL to the app page on Google Play
URL to the app icon
description of the returned app
the total number of reviews the app has
average rating of the app
the type of the rating can take the following values: Max5
the value of the rating
the amount of feedback in this case, the value will be null
the maximum value for a rating_type the maximum value for Max5 is 5
price of the app
current price refers to the current price indicated in the element
regular price refers to the regular price indicated in the element
the maximum price refers to the maximum price indicated in the element
currency of the listed price ISO code of the currency applied to the price
price is provided as a range indicates whether a price is provided in a range
price string in the result raw price string as provided in the result
indicates whether the app is free
app category Google Play category relevant to the app
approximate number of app installs
accurate number of app installs
name of the app developer
ID of the developer on Google Play
URL to the developer page on Google Play
email address of the developer
physical address of the developer
official website of the developer
current version of the app
minimum OS version required to install the app
size of the app
date and time when the app was released in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”; example: 2019-11-15 12:57:46 +00:00
date and time when the app was last updated in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”; example: 2019-11-15 12:57:46 +00:00
update notes contains the latest update notes from the developer
app images contains URLs to the images published on the app page on Google Play
app videos contains URLs to the video published on the app page on Google Play
similar apps displays apps similar to the app in a POST request
ID of the app
title of the app
URL to the app page on Google Play
similar apps information about apps built by the same developer
ID of the app
title of the app
URL to the app page on Google Play
app genres contains relevant app categories
app tags contains relevant app tags