{"id":17178,"date":"2023-06-16T16:10:22","date_gmt":"2023-06-16T16:10:22","guid":{"rendered":"https:\/\/docs_v3.dataforseo.com\/v3\/?page_id=17178"},"modified":"2025-12-19T23:10:02","modified_gmt":"2025-12-19T23:10:02","slug":"app_data-google-app_listings-search-live","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/app_data-google-app_listings-search-live\/","title":{"rendered":"app_data\/google\/app_listings\/search\/live"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"get-google_app-searches-results-by-task_id\">Live Google App Listings Search Results<\/h2>\n<p>&nbsp;<br \/>\nThis endpoint will provide you with a list of apps published on Google Play along with additional information: its ID, icon, reviews count, rating, price, and other data. The results are specific to the <code>title<\/code>, <code>description<\/code>, and <code>categories<\/code> parameters specified in the API request.<\/p>\n<p><strong>Note:<\/strong> data is currently available only for the <code>United States<\/code> (location code <code>2840<\/code>). <\/p>\n<p>[\/vc_column_text]    <div class=\"endpoint\">\n        <img decoding=\"async\" class=\"endpoint__icon\" src=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/checked-circle.svg\" alt=\"checked\">\n\n                    POST            <button class=\"btn-reset button-link copy-button\" data-href=\"https:\/\/api.dataforseo.com\/v3\/app_data\/google\/app_listings\/search\/live\">\n                https:\/\/api.dataforseo.com\/v3\/app_data\/google\/app_listings\/search\/live                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n                    <use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#layers\"><\/use>\n                <\/svg>\n            <\/button>\n            <\/div>\n    \t<article class=\"info-card info-card--yellow\">\n\t\t<header class=\"info-card__header\">\n\t\t\t<div class=\"info-card__icon\">\n\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#label\"><\/use>\n\t\t\t\t<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"info-card__title\">Pricing<\/div>\n\t\t<\/header>\n\t\t<div class=\"info-card__content\">\n\t\t\t<p> Your account will be charged for each request. The cost can be calculated on the <a title=\"Pricing\" href=\"https:\/\/dataforseo.com\/pricing\/app-data\/google-play\" target=\"_blank\" rel=\"noopener noreferrer\">Pricing<\/a> page.<\/p>\n\t\t<\/div>\n\t<\/article>\n\t[vc_column_text]All POST data should be sent in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a> format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute.<\/p>\n<p>Below you will find a detailed description of the fields you can use for setting a task.<\/p>\n<p><strong>Description of the fields for setting a task:<\/strong><\/p>\n<table style=\"width: 100%; height: 1510px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 12.4003%; height: 24px;\">Field name<\/th>\n<th style=\"width: 3.91588%; height: 24px;\">Type<\/th>\n<th style=\"width: 82.9587%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 168px;\">\n<td style=\"width: 12.4003%; height: 168px;\"><code>categories<\/code><\/td>\n<td style=\"width: 3.91588%; height: 168px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 168px;\"><em>app categories<\/em><br \/>\noptional field<br \/>\nthe categories you specify are used to search for app listings;<br \/>\nyou can get the full list of available app listing categories by <a href=\"http:\/\/docs.dataforseo.com\/v3\/app_data\/google\/app_listings\/categories\" rel=\"noopener noreferrer\" target=\"_blank\">this link<\/a><br \/>\nyou can specify <strong>up to 10 categories<\/strong>\n<\/td>\n<\/tr>\n<tr style=\"height: 168px;\">\n<td style=\"width: 12.4003%; height: 168px;\"><code>description<\/code><\/td>\n<td style=\"width: 3.91588%; height: 168px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 168px;\"><em>keyword in the app&#8217;s description<\/em><br \/>\noptional field<br \/>\nkeywords that occur in the description of the app;<br \/>\ncan contain up to 200 characters\n<\/td>\n<\/tr>\n<tr style=\"height: 168px;\">\n<td style=\"width: 12.4003%; height: 168px;\"><code>title<\/code><\/td>\n<td style=\"width: 3.91588%; height: 168px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 168px;\"><em>keyword in the app&#8217;s title<\/em><br \/>\noptional field<br \/>\nkeywords that occur in the title of the app;<br \/>\ncan contain up to 200 characters\n<\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>filters<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>array of results filtering parameters<\/em><br \/>\noptional field<br \/>\n<strong>you can add several filters at once (8 filters maximum)<\/strong><br \/>\nyou should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br \/>\nthe following operators are supported:<br \/>\n<code>regex<\/code>, <code>not_regex<\/code>, <code>&lt;<\/code>, <code>&lt;=<\/code>, <code>&gt;<\/code>, <code>&gt;=<\/code>, <code>=<\/code>, <code>&lt;&gt;<\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>, <code>not_like<\/code><br \/>\nyou can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br \/>\nexample:<br \/>\n<code>[\"item.rating.value\",\">\",3]<\/code><\/p>\n<p>you can receive the list of available filters\u00a0by making a separate request to <code>https:\/\/api.dataforseo.com\/v3\/app_data\/google\/app_listings\/available_filters<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>order_by<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>results sorting rules<\/em><br \/>\noptional field<br \/>\nyou can use the same values as in the <code>filters<\/code> array to sort the results<br \/>\npossible sorting types:<br \/>\n<code>asc<\/code> &#8211; results will be sorted in the ascending order<br \/>\n<code>desc<\/code> &#8211; results will be sorted in the descending order<br \/>\nyou should use a comma to set up a sorting parameter<br \/>\nexample:<br \/>\n<code>[\"item.installs_count,asc\"]<\/code><\/p>\n<p><strong>note that you can set no more than three sorting rules in a single request<\/strong><br \/>\nyou should use a comma to separate several sorting rules<br \/>\nexample:<br \/>\n<code>[\"item.rating.value,desc\",\"item.installs_count,asc\"]<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>limit<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>the maximum number of returned apps<\/em><br \/>\noptional field<br \/>\ndefault value: <code>100<\/code><br \/>\nmaximum value: <code>1000<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>offset<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset in the results array of returned apps<\/em><br \/>\noptional field<br \/>\ndefault value: <code>0<\/code><br \/>\nif you specify the <code>10<\/code> value, the first ten entities in the results array will be omitted and the data will be provided for the successive entities<br \/>\n<strong>Note:<\/strong> we recommend using this parameter only when retrieving up to 10,000 results<br \/>\nfor retrieving over 10,000 results, use the <code>offset_token<\/code> instead.<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>offset_token<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>token for subsequent requests<\/em><br \/>\noptional field<br \/>\nprovided in the identical filed of the response to each request;<br \/>\nuse this parameter to avoid timeouts while trying to obtain over 100,000 results in a single request;<br \/>\nby specifying the unique <code>offset_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br \/>\n<code>offset_token<\/code> values are unique for each subsequent task<br \/>\n<strong>Note:<\/strong> if the <code>offset_token<\/code> is specified in the request, all other parameters should be identical to the previous request<br \/>\nlearn more about this parameter on our <a href=\"https:\/\/dataforseo.com\/help-center\/what-is-the-difference-between-the-offset-and-offset_token-parameters#offset_token\" target=\"_blank\">Help Center<\/a><\/td>\n<\/tr>\n<tr style=\"height: 96px;\">\n<td style=\"width: 12.4003%; height: 96px;\"><code>tag<\/code><\/td>\n<td style=\"width: 3.9884%; height: 96px;\">string<\/td>\n<td style=\"width: 82.8862%; height: 96px;\"><em>user-defined task identifier<\/em><br \/>\noptional field<br \/>\n<em>the character limit is 255<\/em><br \/>\nyou can use this parameter to identify the task and match it with the result<br \/>\nyou will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c\u200c\u200c\u200c<br \/>\n\u200c\u200cAs a response of the API server, you will receive <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a>-encoded data containing a <code>tasks<\/code> array with the information specific to the set tasks.<\/p>\n<p><strong>Description of the fields in the results array:<\/strong><\/p>\n<table style=\"width: 86.001%; height: 1369px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 24.3517%; height: 24px;\">Field name<\/th>\n<th style=\"width: 6.19209%; height: 24px;\">Type<\/th>\n<th style=\"width: 79.8065%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\"><code>version<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>the current version of the API<\/em><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 38.423%; height: 48px;\"><code>status_code<\/code><\/td>\n<td style=\"width: 1.75219%; height: 48px;\">integer<\/td>\n<td style=\"width: 61.2015%; height: 48px;\"><i>general status code<\/i><br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br \/>\n<strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>general informational message<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>total <i>tasks<\/i> cost, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_error<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array that were returned an error<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><strong><code>tasks<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of tasks<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>id<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>task identifier<\/em><br \/>\n<strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>status code of the task<\/em><br \/>\ngenerated by DataForSEO; can be within the following range: 10000-60000<br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>informational message of the task<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>cost of the task, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>result_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of elements in the <code>result<\/code> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>path<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL path<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 38.423%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>data<\/code><\/td>\n<td style=\"width: 1.25156%; height: 24px;\">object<\/td>\n<td style=\"width: 61.7021%; height: 24px;\"><em>contains the same parameters that you specified in the POST request<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <strong><code>result<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of results<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>total_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the total number of relevant results in the database<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of items in the results array<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>offset<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset in the results array of returned apps<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>offset_token<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>token for subsequent requests<\/em><br \/>\nyou can use this parameter in the POST request to avoid timeouts while trying to obtain over 100,000 results in a single request\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <strong><code>items<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of apps and related data<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>app_id<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>ID of the returned app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>se_domain<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>search engine domain in a POST array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>location_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>location code in a POST array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>language_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>language code in a POST array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>check_url<\/code><\/td>\n<td style=\"width: 6.19209%; height: 25px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 25px;\"><em>direct URL to search engine results<\/em><br \/>\nyou can use it to make sure that we provided accurate results<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>time_update<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when SERP data was last updated<\/em><br \/>\nin the <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_8601\">ISO 8601<\/a> format: \u201cYYYY-MM-DDThh:mm:ss.sssssssZ\u201d<br \/>\nexample:<br \/>\n<code class=\"long-string\">2023-05-23 10:16:19 +00:00<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>item<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>detailed information about the app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the item&#8217;s type<\/em><br \/>\npossible item types: <code>\"google_play_info_organic\"<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rank_group<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>position within a group of elements with identical <code>type<\/code> values<\/em><br \/>\npositions of elements with different <code>type<\/code> values are omitted from <code>rank_group<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rank_absolute<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>absolute rank among all the listed apps<\/em><br \/>\nabsolute position among all apps on the list<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>position<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the alignment of the element in SERP<\/em><br \/>\ncan take the following values: <code>left<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>app_id<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>ID of the returned app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>title<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>title of the returned app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>url<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL to the app page on Google Play<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>icon<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL to the app icon<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>description<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>description of the returned app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>reviews_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the total number of reviews the app has<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>average rating of the app<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the type of the rating<\/em><br \/>\ncan take the following values: <code>Max5<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>value<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the value of the rating<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>votes_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the amount of feedback<\/em><br \/>\nin this case, the value will be <code>null<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating_max<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the maximum value for a <code>rating_type<\/code><\/em><br \/>\nthe maximum value for <code>Max5<\/code> is 5<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>price<\/code><\/td>\n<td style=\"width: 5.77015%; height: 24px;\">object<\/td>\n<td style=\"width: 80.2284%; height: 24px;\"><em>price of the app<\/em><\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>current<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">float<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><em>current price<\/em><br \/>\nrefers to the current price indicated in the element<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>regular<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">float<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>regular price<\/i><br \/>\nrefers to the regular price indicated in the element<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>max_value<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">float<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>the maximum price<\/i><br \/>\nrefers to the maximum price indicated in the element<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>currency<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>currency of the listed price<\/i><br \/>\nISO code of the currency applied to the price<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>is_price_range<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">boolean<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>price is provided as a range<\/i><br \/>\nindicates whether a price is provided in a range<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>displayed_price<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>price string in the result<\/i><br \/>\nraw price string as provided in the result<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>is_free<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">boolean<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>indicates whether the app is free<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>main_category<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>app category<\/em><br \/>\nGoogle Play category relevant to the app<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>installs<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>approximate number of app installs<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>installs_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>accurate number of app installs<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer<\/code><\/td>\n<td style=\"width: 5.77015%; height: 24px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 24px;\"><em>name of the app developer<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer_id<\/code><\/td>\n<td style=\"width: 5.77015%; height: 24px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 24px;\"><em>ID of the developer on Google Play<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer_url<\/code><\/td>\n<td style=\"width: 5.77015%; height: 24px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 24px;\"><em>URL to the developer page on Google Play<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer_email<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>email address of the developer<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer_address<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>physical address of the developer<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>developer_website<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>official website of the developer<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>version<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>current version of the app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>minimum_os_version<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>minimum OS version required to install the app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>size<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>size of the app<\/em>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>released_date<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when the app was released<\/em><br \/>\nin the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d;<br \/>\nexample:<br \/>\n<code>2019-11-15 12:57:46 +00:00<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>last_update_date<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when the app was last updated<\/em><br \/>\nin the UTC format: \u201cyyyy-mm-dd hh-mm-ss +00:00\u201d;<br \/>\nexample:<br \/>\n<code>2019-11-15 12:57:46 +00:00<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>update_notes<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>update notes<\/em><br \/>\ncontains the latest update notes from the developer\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>images<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>app images<\/em><br \/>\ncontains URLs to the images published on the app page on Google Play<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>videos<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>app videos<\/em><br \/>\ncontains URLs to the video published on the app page on Google Play<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>similar_apps<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>similar apps<\/em><br \/>\ndisplays apps similar to the app in a POST request<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>app_id<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>ID of the app<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>title<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>title of the app<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0  <code>url<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>URL to the app page on Google Play<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>more_apps_by_developer<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>similar apps<\/em><br \/>\ninformation about apps built by the same developer<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0  <code>app_id<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>ID of the app<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0  <code>title<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>title of the app<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 25px;\">\n<td style=\"width: 24.3517%; height: 25px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 \u00a0  <code>url<\/code><\/td>\n<td style=\"width: 5.77015%; height: 25px;\">string<\/td>\n<td style=\"width: 80.2284%; height: 25px;\"><i>URL to the app page on Google Play<\/i>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>genres<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>app genres<\/em><br \/>\ncontains relevant app categories<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"> \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>tags<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>app tags<\/em><br \/>\ncontains relevant app tags<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c\u200c[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<blockquote><p>Instead of \u2018login\u2019 and \u2018password\u2019 use your credentials from https:\/\/app.dataforseo.com\/api-access<\/p><\/blockquote><div id=\"curl\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-bash hljs\"># Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access \r\nlogin=&quot;login&quot; \r\npassword=&quot;password&quot; \r\ncred=&quot;$(printf ${login}:${password} | base64)&quot; \r\ncurl --location --request POST &quot;https:\/\/api.dataforseo.com\/v3\/app_data\/google\/app_listings\/search\/live&quot; \r\n--header &quot;Authorization: Basic ${cred}&quot;  \r\n--header &quot;Content-Type: application\/json&quot; \r\n--data-raw &#039;[\r\n    {\r\n     &quot;title&quot;: &quot;vpn&quot;,\r\n     &quot;description&quot;: &quot;vpn&quot;,\r\n     &quot;categories&quot;: [\r\n         &quot;Tools&quot;\r\n        ],\r\n     &quot;order_by&quot;: [&quot;item.installs_count,asc&quot;],\r\n     &quot;filters&quot;: [\r\n         [&quot;item.rating.value&quot;, &quot;&gt;&quot;, 4.5]\r\n        ],\r\n     &quot;limit&quot;: 10\r\n    }\r\n]&#039;<\/code><\/pre><\/div><\/div><div id=\"php\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-php hljs\">&lt;?php\r\n\/\/ You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/php\/php_RestClient.zip?202197\r\nrequire(&#039;RestClient.php&#039;);\r\n$api_url = &#039;https:\/\/api.dataforseo.com\/&#039;;\r\n\/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n$client = new RestClient($api_url, null, &#039;login&#039;, &#039;password&#039;);\r\n$post_array = array();\r\n\/\/ simple way to get a result\r\n$post_array[] = array(\r\n   &quot;title&quot; =&gt; &quot;vpn&quot;,\r\n   &quot;description&quot; =&gt; &quot;vpn&quot;,\r\n   &quot;order_by&quot; =&gt; [ &quot;item.rating.value,asc&quot; ],\r\n   &quot;filters&quot; =&gt; [\r\n      [ &quot;item.rating.value&quot;,&quot;&gt;&quot;,4 ]\r\n   ],\r\n   &quot;limit&quot; =&gt; 3\r\n);\r\ntry {\r\n   \/\/ POST \/v3\/app_data\/google\/app_listings\/search\/live\r\n   \/\/ POST \/v3\/app_data\/apple\/app_listings\/search\/live\r\n   \/\/ the full list of possible parameters is available in documentation\r\n   $result = $client-&gt;post(&#039;\/v3\/app_data\/google\/app_listings\/search\/live&#039;, $post_array);\r\n   print_r($result);\r\n   \/\/ do something with post result\r\n} catch (RestClientException $e) {\r\n   echo &quot;n&quot;;\r\n   print &quot;HTTP code: {$e-&gt;getHttpCode()}n&quot;;\r\n   print &quot;Error code: {$e-&gt;getCode()}n&quot;;\r\n   print &quot;Message: {$e-&gt;getMessage()}n&quot;;\r\n   print  $e-&gt;getTraceAsString();\r\n   echo &quot;n&quot;;\r\n}\r\n$client = null;\r\n?&gt;<\/code><\/pre><\/div><\/div><div id=\"javascript\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-javascript hljs\">const post_array = [];\r\n\r\npost_array.push({\r\n    &quot;title&quot;: &quot;vpn&quot;,\r\n    &quot;description&quot;: &quot;vpn&quot;,\r\n    &quot;categories&quot;: [\r\n      &quot;Tools&quot;\r\n    ],\r\n    &quot;order_by&quot;: [\r\n      &quot;item.installs_count,asc&quot;\r\n    ],\r\n    &quot;filters&quot;: [\r\n      [\r\n        &quot;item.rating.value&quot;,\r\n        &quot;&gt;&quot;,\r\n        4.5\r\n      ]\r\n    ],\r\n    &quot;limit&quot;: 10\r\n  });\r\n\r\nconst axios = require(&#039;axios&#039;);\r\n\r\naxios({\r\n  method: &#039;post&#039;,\r\n  url: &#039;https:\/\/api.dataforseo.com\/v3\/app_data\/google\/app_listings\/search\/live&#039;,\r\n  auth: {\r\n    username: &#039;login&#039;,\r\n    password: &#039;password&#039;\r\n  },\r\n  data: post_array,\r\n  headers: {\r\n    &#039;content-type&#039;: &#039;application\/json&#039;\r\n  }\r\n}).then(function (response) {\r\n  var result = response[&#039;data&#039;][&#039;tasks&#039;];\r\n  \/\/ Result data\r\n  console.log(result);\r\n}).catch(function (error) {\r\n  console.log(error);\r\n});<\/code><\/pre><\/div><\/div><div id=\"python\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-python hljs\">from client import RestClient\r\n# You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/python\/python_Client.zip\r\nclient = RestClient(&quot;login&quot;, &quot;password&quot;)\r\npost_data = dict()\r\n# simple way to set a task\r\npost_data[len(post_data)] = dict(\r\n    title=&quot;vpn&quot;,\r\n    description=&quot;vpn&quot;,\r\n    order_by=[&quot;item.rating.value,asc&quot;],\r\n    filters=[\r\n        [&quot;item.rating.value&quot;,&quot;&gt;&quot;,4]\r\n    ],\r\n    limit=3\r\n)\r\n# POST \/v3\/app_data\/google\/app_listings\/search\/live\r\n# POST \/v3\/app_data\/apple\/app_listings\/search\/live\r\nresponse = client.post(&quot;\/v3\/app_data\/google\/app_listings\/search\/live&quot;, post_data)\r\n# you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\nif response[&quot;status_code&quot;] == 20000:\r\n    print(response)\r\n    # do something with result\r\nelse:\r\n    print(&quot;error. Code: %d Message: %s&quot; % (response[&quot;status_code&quot;], response[&quot;status_message&quot;]))<\/code><\/pre><\/div><\/div><div id=\"csharp\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-csharp hljs\">using Newtonsoft.Json;\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Net.Http;\r\nusing System.Net.Http.Headers;\r\nusing System.Text;\r\nusing System.Threading.Tasks;\r\n\r\nnamespace DataForSeoDemos\r\n{\r\n    public static partial class Demos\r\n    {\r\n        public static async Task app_data_app_listings_search_live()\r\n        {\r\n            var httpClient = new HttpClient\r\n            {\r\n                BaseAddress = new Uri(&quot;https:\/\/api.dataforseo.com\/&quot;),\r\n                \/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n                DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue(&quot;Basic&quot;, Convert.ToBase64String(Encoding.ASCII.GetBytes(&quot;login:password&quot;))) }\r\n            };\r\n            var postData = new List&lt;object&gt;();\r\n            postData.Add(new\r\n            {\r\n                title = &quot;vpn&quot;,\r\n                description = &quot;vpn&quot;,\r\n                order_by = new[]\r\n                {\r\n                    &quot;item.rating.value,asc&quot;\r\n                },\r\n                filters = new object[]\r\n                {\r\n                    new object[] { &quot;item.rating.value&quot;, &quot;&gt;&quot;, 4 }\r\n                },\r\n                limit = 3\r\n            });\r\n            \/\/ POST \/v3\/app_data\/google\/app_listings\/search\/live\r\n            \/\/ POST \/v3\/app_data\/apple\/app_listings\/search\/live\r\n            \/\/ the full list of possible parameters is available in documentation\r\n\r\n            var taskPostResponse = await httpClient.PostAsync(&quot;\/v3\/app_data\/google\/app_listings\/search\/live&quot;, new StringContent(JsonConvert.SerializeObject(postData)));\r\n            var result = JsonConvert.DeserializeObject&lt;dynamic&gt;(await taskPostResponse.Content.ReadAsStringAsync());\r\n            \/\/ you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\n            if (result.status_code == 20000)\r\n            {\r\n                \/\/ do something with result\r\n                Console.WriteLine(result);\r\n            }\r\n            else\r\n                Console.WriteLine($&quot;error. Code: {result.status_code} Message: {result.status_message}&quot;);\r\n        }\r\n    }\r\n}<\/code><\/pre><\/div><\/div><blockquote><p>The above command returns JSON structured like this:<\/p><\/blockquote><div class=\"example example--json\"><div class=\"example__content\"><div class=\"example__code example__code-json\"><pre><code class=\"language-json hljs\">{\r\n  &quot;version&quot;: &quot;0.1.20221214&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;0.1083 sec.&quot;,\r\n  &quot;cost&quot;: 0.11,\r\n  &quot;tasks_count&quot;: 1,\r\n  &quot;tasks_error&quot;: 0,\r\n  &quot;tasks&quot;: [\r\n    {\r\n      &quot;id&quot;: &quot;06071830-1535-0554-0000-6717035cbeb1&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;0.0484 sec.&quot;,\r\n      &quot;cost&quot;: 0.11,\r\n      &quot;result_count&quot;: 1,\r\n      &quot;path&quot;: [\r\n        &quot;v3&quot;,\r\n        &quot;app_data&quot;,\r\n        &quot;google&quot;,\r\n        &quot;app_listings&quot;,\r\n        &quot;search&quot;,\r\n        &quot;live&quot;\r\n      ],\r\n      &quot;data&quot;: {\r\n        &quot;api&quot;: &quot;app_data&quot;,\r\n        &quot;function&quot;: &quot;search&quot;,\r\n        &quot;se&quot;: &quot;google&quot;,\r\n        &quot;title&quot;: &quot;vpn&quot;,\r\n        &quot;description&quot;: &quot;vpn&quot;,\r\n        &quot;categories&quot;: [\r\n          &quot;Tools&quot;\r\n        ],\r\n        &quot;order_by&quot;: [\r\n          &quot;item.installs_count,asc&quot;\r\n        ],\r\n        &quot;filters&quot;: [\r\n          [\r\n            &quot;item.rating.value&quot;,\r\n            &quot;&gt;&quot;,\r\n            4.5\r\n          ]\r\n        ],\r\n        &quot;limit&quot;: 10\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;total_count&quot;: 284,\r\n          &quot;count&quot;: 10,\r\n          &quot;offset&quot;: 0,\r\n          &quot;offset_token&quot;: &quot;eyJDdXJyZW50T2Zmc2V0IjoxMCwiUmVxdWVzdERhdGEiOnsibG9jYXRpb24iOm51bGwsImxhbmd1YWdlIjpudWxsLCJjYXRlZ29yaWVzIjpbIlRvb2xzIl0sInRpdGxlIjoidnBuIiwiZGVzY3JpcHRpb24iOiJ2cG4iLCJzZWFyY2hfYWZ0ZXJfdG9rZW4iOm51bGwsIm9yZGVyX2J5Ijp7Im9yZGVyX2ZpZWxkIjoiaW5mby5pdGVtLmluc3RhbGxzX2NvdW50Iiwib3JkZXJfdHlwZSI6IkFzYyIsIm5leHQiOm51bGx9LCJsaW1pdCI6MTAsIm9mZnNldCI6bnVsbCwiYWlkIjpudWxsfSwiUmF3UXVlcnkiOnsiZmllbGQiOiJpdGVtLnJhdGluZy52YWx1ZSIsInR5cGUiOiJndCIsInZhbHVlIjo0LjV9LCJTZWFyY2hBZnRlckRhdGEiOls4NDAuMCwiY29tLndWUE5TaGllbGQyXzE2NjU4NTQ1Il19&quot;,\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;app_id&quot;: &quot;com.safeheaven.vpn&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.safeheaven.vpn&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 10:45:41 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.safeheaven.vpn&quot;,\r\n                &quot;title&quot;: &quot;SafeHaven VPN&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.safeheaven.vpn&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/asIw0wI3M2ff4tAfBwZuTiFrk0U1xWN3ZI91HlCo_MOSA49FN6jXLNJeiDcJ64OoURSR&quot;,\r\n                &quot;description&quot;: &quot;SafeHaven VPN is a free VPN app that offers IP redirection between 26 Premium server locations andn13 free high-speed server locations.nnSafeHaven VPN is extremely fast and reliable, with minimal speed lag during use.&quot;,\r\n                &quot;reviews_count&quot;: 10,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 10,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;50+&quot;,\r\n                &quot;installs_count&quot;: 91,\r\n                &quot;developer&quot;: &quot;SafeHaven Studios&quot;,\r\n                &quot;developer_id&quot;: &quot;5272861313810855615&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=5272861313810855615&quot;,\r\n                &quot;developer_email&quot;: &quot;sancheza0184675@gmail.com&quot;,\r\n                &quot;developer_address&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.safeheaven.vpn&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/themiamihub.com&quot;,\r\n                &quot;version&quot;: &quot;1.0.2&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;4.1&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2020-12-27 04:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2020-12-27 04:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: null,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/Moi0gwOheVRN8PSpPpm-C8_MjEFUe3bVpFVHA8a4iO1Z0Cr-V0lV0svAfh5dMOujQw&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/wkU-KmR-BI9AZf6ukeha_9vAFIJEfWR78tSNiOz2Bcq4CEI7WFgejHq2LWS8wh1Z8-4&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/QI134Ffn6yJv2vJysb2rPBn-6uSIKFt5AIhC5XkD9ZQZv4IVDmlXN7IYbgUkREq9cw&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/iSDr4zwJJRQd7a6lOocTgvYVB_8O6RjoYoQNd6KFTIsPbp0j_7EvFrM4HVxt_dY6wQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/iLdNvh_ma8qy5kYJUSZKOy2wsBOI7khtW2H7ac5LSOx4oholB2NO54f2EYwqU67-smg&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: null,\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.oystervpn.app&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.oystervpn.app&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 10:16:19 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.oystervpn.app&quot;,\r\n                &quot;title&quot;: &quot;OysterVPN: Secure and Fast VPN&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.oystervpn.app&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/sNSk03B05Uj95KPTM5MLpOnMYElXio4sazp8oISXhwcrPJppQ95wIhHo7lUHshfsRw&quot;,\r\n                &quot;description&quot;: &quot;Buy VPN that protects your privacy on the internet. OysterVPN delivers the fastest VPN speed for streaming, downloading, and browsing on the web.nn&#x1f947; #1 VPN for Privacy &amp; StreamingnnConnect to VPN servers located in popular destinations of the world with just a tap. Download the VPN for Android and instantly hide your IP address and location on the internet through secure VPN servers.nnAccess Hulu, Amazon Prime, HBO Max, Disney Plus, and many more streaming services that are unavailable worldwide. OysterVPN\u2019s dedicated streaming servers give you instant access to the content you love. Stream hours&#039; worth of content with unlimited data and support for simultaneous connections.nnThe Best VPN For Privacy And SecuritynAt the core of OysterVPN are features that enhance your privacy on the web while keeping your data safe.nn&#x2714; Security for Wi-FinOysterVPN uses AES 256-bit encryption for securing your internet traffic against online surveillance and hackers.nn&#x2714; Protection from online surveillancenConnecting to OysterVPN hides your online activities for protection against online surveillance and data retention.nn&#x2714; Global VPN serversnThe growing list of VPN servers includes popular destinations of the world, such as the USA, UK, Canada, and Australia.nn&#x2714; Dedicated streaming serversnYou can stream popular movies and TV shows on Disney Plus, Hulu, Amazon Prime, Netflix, and many more services from anywhere in the world.nn&#x2714; Anti-MalwarenOysterVPN blocks known malicious websites from loading, giving you protection against potential malware attacks.nn&#x2714; Simultaneous connectionsnOne OysterVPN subscription lets you connect up to 5 devices simultaneously.nn&#x2714; Zero-logs policynYour privacy is of utmost importance to us. Our zero-logs policy means that your online activities will never be tracked or recorded.nn&#x2714; 30-day refund policynAs the best VPN for Android, OysterVPN gives you complete peace of mind through its 30-day money-back policy.nn&#x2714; 24\/7 customer supportnReal people, not bots. Our customer support team is available throughout the day to assist you.nnOysterVPN Featuresn\u2022 122+ VPN servers in 13+ countriesn\u2022 AES 256-bit encryptionn\u2022 Zero-logs policyn\u2022 Unlimited datan\u2022 Ad-Blockern\u2022 DNS Leak Protectionn\u2022 P2P Optimized Serversn\u2022 Defeat ISP throttlingn\u2022 20+ Device Compatibilityn\u2022 99.99% Server Up-timen\u2022 30-day Refund Policyn\u2022 24\/7 Customer Supportn\u2022 Support for IKEv2, OpenVPN, and LT2P\/IPsec VPN protocolsnnStart today with the best VPN for Android at just $9.99 a month! Enjoy freedom on the internet with a VPN that protects your privacy.&quot;,\r\n                &quot;reviews_count&quot;: 22,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 4.7,\r\n                  &quot;votes_count&quot;: 22,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;100+&quot;,\r\n                &quot;installs_count&quot;: 184,\r\n                &quot;developer&quot;: &quot;Oyster Digital Solutions&quot;,\r\n                &quot;developer_id&quot;: &quot;Oyster+Digital+Solutions&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/developer?id=Oyster+Digital+Solutions&quot;,\r\n                &quot;developer_email&quot;: &quot;support@oystervpn.com&quot;,\r\n                &quot;developer_address&quot;: null,\r\n                &quot;developer_website&quot;: &quot;https:\/\/oystervpn.com&quot;,\r\n                &quot;version&quot;: &quot;1.15.2&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-07-19 03:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2023-05-19 03:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;This update includes various improvements and bug fixes&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/fjjDGO_JoOxE7D1xahG3FCTqUxThquaOFcC5jqcFCmWahr2Xu7ea4JR0xksn9mdBnGf4&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/scwVv-0o_Rkhsjtdj1eLU1z-L3OwnpKtZ6REW1bLAEooVLBil278D3fvdMHrUFdlC06p&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/QgPKPNPe2Uz0pONmCNfxGRBnqRIXnHNtJ033xKwtOHC0N_PAVrYxrhcVS8Rc-vtWwvo&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/_rj416Vd0hrE3ZChOo-LS6RhPdxvjxqkrbzM1LghSR0RzOodqTBxmr39r19fSZzOyA&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/9MTaWkg7A8LndJSOOUs2D7qVj7SSp3KiANEL9VBdUopuCJ5tj-MuLonxev_xyWn3Lip-&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/QmGroza3EZSatWp63DGsf97e_72181fKBGcYz9Q3IxCClIDl2ZNEwf9Sadumb-PuVNc&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/T8S32LKX9D33POhSbIxpxHcU6atJTyqxLbv3h_f4hzbvveh3bUuBIy4OQREmLO81cYY&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/owJScNJ-YVS-REWnrRBGCUxyk7rLoj8z0eY4G7l55DqJn0_H_FtxUjBCUkeO0dRu3sSd&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/OxsLKgDnI3Y91NRXMihYW1POBM3q6c2edxYLXdfWROm4BN6k-1OAAj3rZbhUZb6kCSMR&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/73BDYUkZNlyUyR7gPczWIVv_b4fE70B2HJijCBN2EopL6g45v5iIvxITt8uAU78sDLE&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/YsjLOWJIIEKfvBFqskqK_wIS0IauZt_Kq0Xar4GV3y1HZMsQwQXiCU8EQb31karprQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/kxy0CYwN-YM0rbdpkZr5r4sMmUFU3HMuuaH1sR6aSjwGz3IHwUqTyg97TeGnAFP77WPL&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/q2_o73wfMpoD1I2h6iCWJRX0pBbOC5QUeBrwkkKyxA1CYezXHbqIhi9_jOT7sG5pIQc&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/81Gi3NJxJszLfP9zy1MrWlfDWo0iDBjYidGIPg6IXVrlIoGao3uBLvb8f0Cb14CpaQM&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.hawa.supervpn&quot;,\r\n                    &quot;title&quot;: &quot;HAWA VPN Super VPN Proxy Maste&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.hawa.supervpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.trendmicro.wifiprotection.us&quot;,\r\n                    &quot;title&quot;: &quot;VPN Proxy One Pro&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.trendmicro.wifiprotection.us&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;app.ddibox.fastikev2&quot;,\r\n                    &quot;title&quot;: &quot;Fast VPN - Secure &amp; Fast VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=app.ddibox.fastikev2&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.gaditek.purevpnics&quot;,\r\n                    &quot;title&quot;: &quot;Fast VPN and Proxy by PureVPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.gaditek.purevpnics&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.clostra.newnode.vpn&quot;,\r\n                    &quot;title&quot;: &quot;NewNode VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.clostra.newnode.vpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;app.instant_vpn.proxymaster.securevpn&quot;,\r\n                    &quot;title&quot;: &quot;Instant VPN \u2013 Fast VPN Proxy&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=app.instant_vpn.proxymaster.securevpn&quot;\r\n                  }\r\n                ],\r\n                &quot;more_apps_by_developer&quot;: null,\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.liberiavpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.liberiavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 17:09:11 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.liberiavpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Liberia - Get Liberia IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.liberiavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/3NutEdG746AEHxHff8afk_KdfmhEE7j7tGK_H4ugnKtaEuOk-mbdGe46k5bkNVA7Qp5B&quot;,\r\n                &quot;description&quot;: &quot;Liberia VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Liberia VPN server&quot;,\r\n                &quot;reviews_count&quot;: 23,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 23,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;100+&quot;,\r\n                &quot;installs_count&quot;: 309,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/www.vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-02 06:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-27 06:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/WT2ZNVCYgmm8dQCO8D8oPUfpi6lTMNZ8-_PL_26QV7JpVkkCU4I1501NK5s9YXV_o9xV&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/t9nBh31X7zuShisiqwC19KV3m17tS3xsNbftPT_N3uolHvlQMs3YEy0OXMaDCTHeIlRW&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/A2GxYv_jebWFNwFbmeiQINoh3A6fwq2Vwf3nHGrbCJjtoMTXQ5o7lXVWdXOhDZJkw7I&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/KvdI_0OWW4gA5nUxhTmgMYpXNiEHKXCHAoN7fTTwAWkE-jrQbRbu8pbZfIsgPy0Aog0A&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.southsudanvpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.southsudanvpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 06:18:13 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.southsudanvpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN South Sudan - Get SSD IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.southsudanvpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/G1UvmlEnRE_YKzm1F_hQYIB2ioOz7T-6AivI8k_m3Aob0rwOTgp23c75HEtjWkJnnjM&quot;,\r\n                &quot;description&quot;: &quot;South Sudan VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to South Sudan VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnSouth Sudan VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.South Sudan VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE South Sudan\u202fVPN Features Available To ALL Users:nn1. Increases South Sudan VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy South Sudan VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid South Sudancious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 25,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 25,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;100+&quot;,\r\n                &quot;installs_count&quot;: 496,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/www.vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-15 03:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-28 03:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/L39cxJEUoIvEogGQIyUzV9BbfO0f5gl5qh-tgOcpqW5hAri27e2ZiaiWDZIAj-jc9LcM&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/16dnrRuYm01oO0_7Hp-yRvI-lw_HPamywDHdkx6cYbb74WFYRNZKAm1ffc8M03vYoz4&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/7BxHDvD6uelA7PmaqhlMb7Z89fAo2abHLwYbeXe4h1ESUFLCSBr65ssYbSm3PfnHSQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/_j7YrfpsbOMsbtAXOpAcz7_0gyMY7lV6KaltDmj7tPjN7Uplzb_O1VuknP4SfTslSg&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.beninvpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.beninvpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-24 00:13:19 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.beninvpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Benin - Get Benin IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.beninvpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/h06fsWt3rEXP1EhsSYpjErzTwQoSt2ELjW9CiCijVcXvPCu3aa5egeEClg9alzbGtg&quot;,\r\n                &quot;description&quot;: &quot;Benin VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Benin VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnBenin VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.Benin VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE Benin\u202fVPN Features Available To ALL Users:nn1. Increases Benin VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy Benin VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid Benincious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 25,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 4.8,\r\n                  &quot;votes_count&quot;: 25,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 721,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/www.vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-15 03:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-28 03:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/d7gEbNGGeRZW8BVv3gqpwRM7z4pVVF79Ed8cGQrh694_A08lkNsnwgRX4BjtAX_7RCRI&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/9-4D6wduWhCaOYFg6EV18-H2tTJ9WQ2iY6xVEe_F4dhkOneX9QcUhCfivxdaJ3BWAJs&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/lfy8z5XouQP1hnm9UO6RVdHqE0jdF6hcn7_CrAcLT-_9fs1GO34O-bMzxQ3gVpzFIw&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/fh0G-RN9UtYg9G3JqDoBbVSQ5tODLxRicYkQuCaUpf0V34xLD0_9Qw7YNLqaO8s9rNE&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.serviceonecu.serviceonecu&quot;,\r\n                    &quot;title&quot;: &quot;Service One CU&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.serviceonecu.serviceonecu&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.groupay&quot;,\r\n                    &quot;title&quot;: &quot;Groupay&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.groupay&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.expii.novid&quot;,\r\n                    &quot;title&quot;: &quot;NOVID&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.expii.novid&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.zaptec.zapapp&quot;,\r\n                    &quot;title&quot;: &quot;Zaptec&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.zaptec.zapapp&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.outeredge.app&quot;,\r\n                    &quot;title&quot;: &quot;Outer Edge | NFT LA&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.outeredge.app&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;co.dklo.mbuntu&quot;,\r\n                    &quot;title&quot;: &quot;Mbuntu&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=co.dklo.mbuntu&quot;\r\n                  }\r\n                ],\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.jamaicavpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.jamaicavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 18:28:27 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.jamaicavpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Jamaica - Get Jamaica IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.jamaicavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/9iw-cZvkDkgeNQ-tlAleE1faXpvOoWPmjJ1_Jgj336jeHdagCwmVS-da-EcSxhG8kas&quot;,\r\n                &quot;description&quot;: &quot;Jamaica VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Jamaica VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnJamaica VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.Jamaica VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE Jamaica\u202fVPN Features Available To ALL Users:nn1. Increases Jamaica VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy Jamaica VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid Jamaicacious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 25,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 4.7,\r\n                  &quot;votes_count&quot;: 25,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 743,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/www.vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-16 06:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-28 06:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/Edb0iVGp4Yw6wyP2Kv1ndwK92E56G4Ms1Ayw7LwEm8UMxJKAsRgVSPIVukqCO_4F6qj6&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/u09xnNw1n7p-GM6n8rMqsjBW04T7na1AUB5YBhp28Ng8t18j8W0iK6cihwRTX04HhNm6&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/0Fq3Nn12F85QDL6X7QGXSwa7X496i8bBoDrmZXj0XsOZhhRSNjrfr3CzNsu3LGKNKx4&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/nFVfeZFRpndIRkr8HdNjM1tfpfA0u1i3f5YgMXmmGFBVQ1TegSGPJuCuoJPRBT7lKr8&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.haitivpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.haitivpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 20:17:28 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.haitivpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Haiti - Get Haiti IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.haitivpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/_8uXoI9yTgawDa0j1jshChA3JerLPlmzqgAi4GPAUX296IhtOrOhxHicTiOtkWwMEC5r&quot;,\r\n                &quot;description&quot;: &quot;Haiti VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Haiti VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnHaiti VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.Haiti VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE Haiti\u202fVPN Features Available To ALL Users:nn1. Increases Haiti VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy Haiti VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid Haiticious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 27,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 27,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 771,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/www.vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-15 06:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-28 06:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/b2sL7snCKsCapAAAF_nUs_v2FOJU0OdQ5FY3LbmwDrYt3JAL44l65R_5l1YfNsc3Dg&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/s5E6Ra1NP05DLDjIEs7hT4kZzts5ACrK9WV-x9IfQX6i9UOwV0pWRA2_hqwhMPLjKH79&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/qFkO_3FArLgzcP-bWGkfXAabI92cOG04mfCOae8c5M2WMORvKY-IcbeMaEHDmAQHoVk&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/8LvmP833eMEi1r4AkB0IjkWQqU5af4N1ECIo2uYr0y-RukQVb-Fy-hMWJGqOJlGcHSAE&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.monacovpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.monacovpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 12:12:43 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.monacovpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Monaco - Get Monaco IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.monacovpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/Mb8M6C_Wi8-4jBEGtH7wjqCZvetWnPTgh1aFqmgdC7d6P3dA1mlR810E8upExHYB03g&quot;,\r\n                &quot;description&quot;: &quot;Monaco VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Monaco VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnMonaco VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.Monaco VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE Monaco VPN Features Available To ALL Users:nn1. Increases Monaco VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy Monaco VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid malicious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 23,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 23,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 804,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/monacovpn.com\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-16 03:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-28 03:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest servers.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/8UOk-CUEEcAmMoC1Et-yu6huW7y2wgrAfL7sY8TKbpnvT5VO9JAqle90ewAACPMJHcQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/LBVEl0da8j00gBTF3UQEBk-fYR-AVstOsN89vSm9pOJ1msejzr1rIPtvq1tnCYksJmI&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/11YuiXXqaITGB33yiTsiQVI9UaqqGyuP-NyoyT-Egk7erCOLo7Jz-8Lue8GMhNEznQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/uCe79qDkfSe_C9RiyjrRZGURvT2P8CmVCks5_g6APwMr2ZSTfuTALEEyA_Iv4DfBOA&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.sloveniavpn.flare&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.sloveniavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 09:42:24 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.sloveniavpn.flare&quot;,\r\n                &quot;title&quot;: &quot;VPN Slovenia - Get Slovenia IP&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.sloveniavpn.flare&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/tbjhmdheQ78h31czf6-uoqZgVOuHCki-6WcQAXrzLnNcFh3_agqLnr5u5sqAjz6nOwQ&quot;,\r\n                &quot;description&quot;: &quot;Slovenia VPN, total free VPN service without any limitation.nnEasy to use, one click to connect to Slovenia VPN server.nUnlimited bandwidth and unlimited free time.nFast servers across the world.nnSlovenia VPN is the world&#039;s free VPN service that is safe to use and respects your privacy.Slovenia VPN offers secure and encrypted internet access with advanced security features and access to blocked websites and streaming platforms.nnFREE Slovenia\u202fVPN Features Available To ALL Users:nn1. Increases Slovenia VPN speeds by up to 400% to give users an express service.n2. Unlimited data with no bandwidth or speed restrictions.n3. Strictly NO logs.n4. Full disk encrypted servers protect your data.n5. Bypass geo-restrictions - smart protocol selection automatically overcomes VPN bans and unblocks censored content.  nnWhy Slovenia VPN?nn-- Our network of high-speed servers in a total of 90+ countries puts you in control.n-- So you\u2019ll never deal with buffering videos, slow downloads or timeouts due to routing hops seen with other providers.n-- Avoid malicious websites and protect your devices from malware.n-- No more pop-ups and intrusive ads, just smooth browsing.n-- We keep no activity or connection logs.n-- 24-hours Live Customer Support&quot;,\r\n                &quot;reviews_count&quot;: 31,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 5,\r\n                  &quot;votes_count&quot;: 31,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 812,\r\n                &quot;developer&quot;: &quot;YAN MOBILE LLC&quot;,\r\n                &quot;developer_id&quot;: &quot;7800801482649488679&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7800801482649488679&quot;,\r\n                &quot;developer_email&quot;: &quot;app@yanmobile.com&quot;,\r\n                &quot;developer_address&quot;: &quot;30 N Gould St. Ste 4939 Sheridan WY 82801, United States&quot;,\r\n                &quot;developer_website&quot;: &quot;https:\/\/vpnflare.net\/&quot;,\r\n                &quot;version&quot;: &quot;1.3.0&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2022-09-01 06:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2022-10-27 06:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;Added fastest server.&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/EDDNZYW8DLedNMVTkU_ga2glgFhWDT8rXgTishbPGW7z1KZ4HUfyFscs9DQqD2S0KKY&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/9uTiMicWkUlITm5wIW4yql9swMnv9XGmNAlHHLZwSvvLqJRevd0_wuFj1qbctpaTjD0&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/FLTpETflJKtIpY8drmPucSIQ_JlCVKPTBTlfjL7AZAg9p3MYiGA_gMy9zErd3NAuzWw&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/o5J98HvgdYXKrVrzh62sYpH5nq_bhHSTcOBsMTysFq91ZeNNXhhYrXH2loktixuAdA&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: null,\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.afghanistanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Afghanistan - Get AFG IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.afghanistanvpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.flarevpn&quot;,\r\n                    &quot;title&quot;: &quot;VPN FLARE - SECURE &amp; FAST VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.flarevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.saudiarabiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Saudi Arabia - Get SA IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.saudiarabiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.australiavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Australia - Get AU IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.australiavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.argentinavpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Argentina - Get AR IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.argentinavpn.flare&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.azerbaijanvpn.flare&quot;,\r\n                    &quot;title&quot;: &quot;VPN Azerbaijan - Get AZE IP&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.azerbaijanvpn.flare&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            },\r\n            {\r\n              &quot;app_id&quot;: &quot;com.wVPNShield2_16658545&quot;,\r\n              &quot;se_domain&quot;: &quot;play.google.com&quot;,\r\n              &quot;location_code&quot;: 2840,\r\n              &quot;language_code&quot;: &quot;en&quot;,\r\n              &quot;check_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.wVPNShield2_16658545&amp;hl=en&amp;gl=us&quot;,\r\n              &quot;time_update&quot;: &quot;2023-05-23 02:46:21 +00:00&quot;,\r\n              &quot;item&quot;: {\r\n                &quot;type&quot;: &quot;google_play_info_organic&quot;,\r\n                &quot;rank_group&quot;: 1,\r\n                &quot;rank_absolute&quot;: 1,\r\n                &quot;position&quot;: &quot;left&quot;,\r\n                &quot;app_id&quot;: &quot;com.wVPNShield2_16658545&quot;,\r\n                &quot;title&quot;: &quot;VPN Shield&quot;,\r\n                &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.wVPNShield2_16658545&amp;hl=en&amp;gl=us&quot;,\r\n                &quot;icon&quot;: &quot;https:\/\/play-lh.googleusercontent.com\/VOO0IGaXCdT0n2_Yn6idu4HzkEQ8R7JcB9MuNdZmtkcq_ZPHlXgBlaAbRvvdThIvKg&quot;,\r\n                &quot;description&quot;: &quot;VPN Shield is a completely free VPN service designed to provide users with a fast, unlimited, and secure connection for all their online activities. It is available for download on both Android and iOS smartphones, making it a convenient and accessible option for users on-the-go. With VPN Shield, you can browse the web, stream your favorite content, and work remotely without any concerns about your privacy and security.nnOne of the standout features of VPN Shield is its unlimited data usage, which allows you to stay connected to the internet without worrying about data caps or overage charges. It also offers fast speeds, ensuring that you can access content quickly and without interruption.nnSetting up VPN Shield is a straightforward process that only requires a few taps on your phone. The app is user-friendly, and its simple interface makes it easy to navigate.nnIn summary, VPN Shield is a completely free VPN service that offers fast, unlimited, and secure connections for all your online activities. It&#039;s a convenient option for those who are constantly on their phones and looking to protect their privacy and security while browsing the internet.&quot;,\r\n                &quot;reviews_count&quot;: 15,\r\n                &quot;rating&quot;: {\r\n                  &quot;rating_type&quot;: &quot;Max5&quot;,\r\n                  &quot;value&quot;: 4.8,\r\n                  &quot;votes_count&quot;: 15,\r\n                  &quot;rating_max&quot;: 5\r\n                },\r\n                &quot;price&quot;: {\r\n                  &quot;current&quot;: 0,\r\n                  &quot;regular&quot;: null,\r\n                  &quot;max_value&quot;: null,\r\n                  &quot;currency&quot;: &quot;USD&quot;,\r\n                  &quot;is_price_range&quot;: false,\r\n                  &quot;displayed_price&quot;: null\r\n                },\r\n                &quot;is_free&quot;: true,\r\n                &quot;main_category&quot;: &quot;Tools&quot;,\r\n                &quot;installs&quot;: &quot;500+&quot;,\r\n                &quot;installs_count&quot;: 840,\r\n                &quot;developer&quot;: &quot;Fresh Apps Daily&quot;,\r\n                &quot;developer_id&quot;: &quot;7464196958498755305&quot;,\r\n                &quot;developer_url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/dev?id=7464196958498755305&quot;,\r\n                &quot;developer_email&quot;: &quot;desp03amal@gmail.com&quot;,\r\n                &quot;developer_address&quot;: null,\r\n                &quot;developer_website&quot;: &quot;https:\/\/app16658545.appsgeyser.com\/&quot;,\r\n                &quot;version&quot;: &quot;1.0.1&quot;,\r\n                &quot;minimum_os_version&quot;: &quot;5.0&quot;,\r\n                &quot;size&quot;: null,\r\n                &quot;released_date&quot;: &quot;2023-02-20 02:00:00 +00:00&quot;,\r\n                &quot;last_update_date&quot;: &quot;2023-02-20 02:00:00 +00:00&quot;,\r\n                &quot;update_notes&quot;: &quot;VPN Shield 1.0.1&quot;,\r\n                &quot;images&quot;: [\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/jl3Iq5g9H-aJAYSY5_BLstvTIMbmAryvOLCadHWgcuvgna8u9W9G6W9XOGTqAuOjLhk&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/IXNcBMVhmle4gIzOQ8d8ZnzFIFsYNhgyYtQjZ6D1kwpYRtC9_Z0xt88K9_tptPOpQjJv&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/5T8svYHnKZVMABD2Fjwxkri8AcEFOchfpqhluAiFcAkPCjj9_FY9IyDJKsdLr1bRXHs&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/Rh9rxaICGFJsofSjQ5eWnyE0PKEdeHXZENMjhRKT6cdsPmiapIv4UAtp09nR0sq-KaA&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/nZchwASkXpWJJ7t40qQHjoUbQyeAvg5sXaRH11CSM6wlUdS-Ncr4CoHUaD1R6lcINQ&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/SqG6TFyZ07T8daMd_s-Zs_qs3XdSC5MdspzNpq9lV1VhWvdK_v1jLme0INrg3dNDzBc&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/oPoQe9w_U8kRbwW60n0qw_7vFKLJlSoJUtg7_OkXMvHDAt_nXer3wmglP9pHzstWn1g&quot;,\r\n                  &quot;https:\/\/play-lh.googleusercontent.com\/QVGDggZsVTNmqXQISdGf3BglGBbPTGjqg-6W2aG_Fz_0rvb9RSrlAhK18qZy-NBH9_2y&quot;\r\n                ],\r\n                &quot;videos&quot;: null,\r\n                &quot;similar_apps&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.nortvpn.vpnmaster&quot;,\r\n                    &quot;title&quot;: &quot;katana VPN : secure &amp; fast&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.nortvpn.vpnmaster&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;app.instant_vpn.proxymaster.securevpn&quot;,\r\n                    &quot;title&quot;: &quot;Instant VPN \u2013 Fast VPN Proxy&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=app.instant_vpn.proxymaster.securevpn&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.clostra.newnode.vpn&quot;,\r\n                    &quot;title&quot;: &quot;NewNode VPN&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.clostra.newnode.vpn&quot;\r\n                  }\r\n                ],\r\n                &quot;more_apps_by_developer&quot;: [\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.wKPopWordSearch_16674236&quot;,\r\n                    &quot;title&quot;: &quot;K-Pop Word Search: Find Faves!&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.wKPopWordSearch_16674236&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.wAshWednesdayWordSearch_16668841&quot;,\r\n                    &quot;title&quot;: &quot;Ash Wednesday Word Search&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.wAshWednesdayWordSearch_16668841&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.wChatWave3_16635508&quot;,\r\n                    &quot;title&quot;: &quot;ChatWave&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.wChatWave3_16635508&quot;\r\n                  },\r\n                  {\r\n                    &quot;app_id&quot;: &quot;com.HUGO.CollectQuickly&quot;,\r\n                    &quot;title&quot;: &quot;Collect Quickly&quot;,\r\n                    &quot;url&quot;: &quot;https:\/\/play.google.com\/store\/apps\/details?id=com.HUGO.CollectQuickly&quot;\r\n                  }\r\n                ],\r\n                &quot;genres&quot;: null,\r\n                &quot;tags&quot;: null\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}<\/code><\/pre><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Live Google App Listings Search Results &nbsp; 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, and other data. The results are specific to the title, description, and categories parameters specified in the API request. Note: data is [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template.php","meta":{"apibase_doc_request_yaml":"","apibase_doc_request_additional_yaml":"","apibase_doc_response_yaml":"","footnotes":""},"class_list":["post-17178","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/17178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/comments?post=17178"}],"version-history":[{"count":17,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/17178\/revisions"}],"predecessor-version":[{"id":23513,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/17178\/revisions\/23513"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=17178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}