How to find keywords for which two or more apps rank within the same SERP?
By using the App Intersection endpoints in DataForSEO Labs API, you will be able to discover keywords for which two or more apps rank within the same Google Play or App Store SERP.
Find intersecting keywords for Google Play apps
1 Call the Google Play App Intersection endpoint.
POST https://api.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live
2 Specify the IDs of the apps for which you would like to find keywords intersections in the app_ids
field.
The app_id
parameter can be found on the Google Play website as a part of a URL pointing to a specific mobile application. For example, here is the URL of the Telegram app on Google Play:
https://play.google.com/store/apps/details?id=org.telegram.messenger
The app_id
of this app is org.telegram.messenger
Note that the maximum number of IDs you can specify in the app_ids
object is 20.
3 Specify the location parameters by adding the location_name
or location_code
field to the POST body.
Note that this endpoint currently supports the US location only.
4 Specify the language parameters by adding the language_name
or language_code
field to the POST body.
Note that this endpoint currently supports the English language only.
5 You can also use various filters to filter the keywords. For example, you can make the API to return keywords with search volumes lower than 500 by adding the following filter ["keyword_data.keyword_info.search_volume","<",500]
The full list of available filters is published on the Filters page. We also have a complete guide on how to use filters in DataForSEO Labs API. Make sure to read it if you are not yet familiar with filtering functionality.
6 Indicate the maximum number of keyword intersections you wish to receive in the API response by setting the limit
.
Default limit value: 100.
Maximum limit value: 1000.
Thus, you can receive no more than 1000 keywords in a single API response.
If you already received the first 1000 keywords and would like to receive more, use the offset
parameter. If you specify "offset": 1000
, the first 1000 apps in the results array will be omitted and you will receive data for the successive keywords.
Your POST request should be structured as in the following example:
[
{
"app_ids": {
"1": "org.telegram.messenger",
"2": "com.zhiliaoapp.musically"
},
"location_code": 2840,
"language_code": "en",
"limit": 10
}
]
Example of the API response:
{
"version": "0.1.20220627",
"status_code": 20000,
"status_message": "Ok.",
"time": "1.4201 sec.",
"cost": 0.011,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "07011325-2806-0452-0000-e89965590b30",
"status_code": 20000,
"status_message": "Ok.",
"time": "1.3712 sec.",
"cost": 0.011,
"result_count": 1,
"path": [
"v3",
"dataforseo_labs",
"google",
"app_intersection",
"live"
],
"data": {
"api": "dataforseo_labs",
"function": "app_intersection",
"se_type": "google",
"app_ids": {
"1": "org.telegram.messenger",
"2": "com.zhiliaoapp.musically"
},
"location_code": 2840,
"language_code": "en",
"limit": 10
},
"result": [
{
"se_type": "google",
"app_ids": {
"1": "org.telegram.messenger",
"2": "com.zhiliaoapp.musically"
},
"location_code": 2840,
"language_code": "en",
"total_count": 1549,
"items_count": 10,
"items": [
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&w",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:19:23 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 34815,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&w&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-30 20:04:59 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 7,
"rank_absolute": 7,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.4432244300842285,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.516103267669678,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "downloader for apps",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:10:12 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 19095,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=downloader for apps&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-31 21:37:41 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 40,
"rank_absolute": 40,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.4438652992248535,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 28,
"rank_absolute": 28,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.5153279304504395,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "what is what up",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:24:40 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 12765,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=what is what up&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-31 21:57:59 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 9,
"rank_absolute": 9,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.4438042640686035,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.515297889709473,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&m university of texas",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:23:18 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 10444,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&m university of texas&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-06-01 18:01:12 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 6,
"rank_absolute": 6,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443734169006348,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.514303207397461,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&e",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:22:50 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 8545,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&e&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-30 18:46:55 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 7,
"rank_absolute": 7,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443201065063477,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.516200542449951,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&w restaurant",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:19:26 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 6984,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&w restaurant&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-06-01 22:32:13 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 6,
"rank_absolute": 6,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443833351135254,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.5075860023498535,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&w near me",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:15:19 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 4684,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&w near me&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-30 19:12:45 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 7,
"rank_absolute": 7,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443226337432861,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.516188144683838,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "l & l hawaii",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:30:41 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 4684,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=l & l hawaii&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-06-01 19:39:00 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 13,
"rank_absolute": 13,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443511009216309,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.51418924331665,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "a&f",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:25:56 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 4684,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=a&f&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-31 18:55:35 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 5,
"rank_absolute": 5,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.4438796043396,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 2,
"rank_absolute": 2,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.515322685241699,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
},
{
"se_type": "google",
"keyword_data": {
"se_type": "google",
"keyword": "l&l hawaii",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-06-09 14:14:23 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 4684,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "google",
"check_url": "https://play.google.com/store/search?c=apps&q=l&l hawaii&hl=en&gl=us&price=0",
"serp_item_types": null,
"se_results_count": null,
"last_updated_time": "2022-05-31 21:37:36 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "google_play_search_organic",
"rank_group": 13,
"rank_absolute": 13,
"position": "left",
"app_id": "org.telegram.messenger",
"title": "Telegram",
"url": "https://play.google.com/store/apps/details?id=org.telegram.messenger",
"icon": "https://play-lh.googleusercontent.com/ZU9cSsyIJZo6Oy7HTHiEPwZg0m2Crep-d5ZrfajqtsH-qgUXSqKpNA2FpPDTn-7qA5Q",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.443793773651123,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "Telegram FZ-LLC",
"developer_url": null
},
"2": {
"type": "google_play_search_organic",
"rank_group": 3,
"rank_absolute": 3,
"position": "left",
"app_id": "com.zhiliaoapp.musically",
"title": "TikTok",
"url": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"icon": "https://play-lh.googleusercontent.com/z5nin1RdQ4UZhv6fa1FNG7VE33imGqPgC4kKZIUjgf_up7E-Pj3AaojlMPwNNXaeGA",
"reviews_count": null,
"rating": {
"rating_type": "Max5",
"value": 4.515325546264648,
"votes_count": null,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
},
"developer": "TikTok Pte. Ltd.",
"developer_url": null
}
}
}
]
}
]
}
]
}
Find intersecting keywords for App Store apps
1 Call the App Store App Intersection endpoint.
POST https://api.dataforseo.com/v3/dataforseo_labs/apple/app_intersection/live
2 Specify the IDs of the apps for which you would like to find keywords intersections in the app_ids
field.
The app_id
parameter can be found on the App Store website as a part of a URL pointing to a specific mobile application. It consists of numbers indicated after id in the URL string. For example, here is the URL of the TikTok app on App Store:
https://apps.apple.com/us/app/id835599320
The app_id
of this app is 835599320
Note that the maximum number of IDs you can specify in the app_ids
object is 20.
3 Specify the location parameters by adding the location_name
or location_code
field to the POST body.
Note that this endpoint currently supports the US location only.
4 Specify the language parameters by adding the language_name
or language_code
field to the POST body.
Note that this endpoint currently supports the English language only.
5 You can also use various filters to filter the keywords. For example, you can make the API to return keywords with search volumes lower than 500 by adding the following filter ["keyword_data.keyword_info.search_volume","<",500]
The full list of available filters is published on the Filters page. We also have a complete guide on how to use filters in DataForSEO Labs API. Make sure to read it if you are not yet familiar with filtering functionality.
6 Indicate the maximum number of keyword intersections you wish to receive in the API response by setting the limit
.
Default limit value: 100.
Maximum limit value: 1000.
Thus, you can receive no more than 1000 keywords in a single API response.
If you already received the first 1000 keywords and would like to receive more, use the offset
parameter. If you specify "offset": 1000
, the first 1000 apps in the results array will be omitted and you will receive data for the successive keywords.
Your POST request should be structured as in the following example:
[
{
"app_ids": {
"1": "686449807",
"2": "382617920"
},
"location_code": 2840,
"language_code": "en",
"limit": 10
}
]
Example of the API response:
{
"version": "0.1.20220428",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.9195 sec.",
"cost": 0.011,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "06241901-2806-0452-0000-6e547e3307e9",
"status_code": 20000,
"status_message": "Ok.",
"time": "0.8690 sec.",
"cost": 0.011,
"result_count": 1,
"path": [
"v3",
"dataforseo_labs",
"apple",
"app_intersection",
"live"
],
"data": {
"api": "dataforseo_labs",
"function": "app_intersection",
"se_type": "apple",
"app_ids": {
"1": "686449807",
"2": "382617920"
},
"location_code": 2840,
"language_code": "en",
"limit": 10
},
"result": [
{
"se_type": "apple",
"app_ids": {
"1": "686449807",
"2": "382617920"
},
"location_code": 2840,
"language_code": "en",
"total_count": 1370,
"items_count": 10,
"items": [
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "facebook",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 19:03:20 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 17969000,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 250,
"last_updated_time": "2022-06-01 22:45:28 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 7,
"rank_absolute": 7,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142623,
"rating": {
"rating_type": "Max5",
"value": 4.250279903411865,
"votes_count": 142623,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 9,
"rank_absolute": 9,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351452,
"rating": {
"rating_type": "Max5",
"value": 4.600830078125,
"votes_count": 351452,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "yahoo",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 19:03:19 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 4426800,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 183,
"last_updated_time": "2022-06-01 06:26:15 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 35,
"rank_absolute": 35,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142573,
"rating": {
"rating_type": "Max5",
"value": 4.250349998474121,
"votes_count": 142573,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 18,
"rank_absolute": 18,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351237,
"rating": {
"rating_type": "Max5",
"value": 4.600840091705322,
"votes_count": 351237,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "msn",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 17:49:51 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 1618400,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 264,
"last_updated_time": "2022-06-02 12:39:18 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 19,
"rank_absolute": 19,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142656,
"rating": {
"rating_type": "Max5",
"value": 4.250160217285156,
"votes_count": 142656,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 29,
"rank_absolute": 29,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351759,
"rating": {
"rating_type": "Max5",
"value": 4.600880146026611,
"votes_count": 351759,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "tik tok",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 17:56:29 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 890120,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 263,
"last_updated_time": "2022-05-31 07:02:12 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 79,
"rank_absolute": 79,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142498,
"rating": {
"rating_type": "Max5",
"value": 4.250400066375732,
"votes_count": 142498,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 74,
"rank_absolute": 74,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 350966,
"rating": {
"rating_type": "Max5",
"value": 4.600790023803711,
"votes_count": 350966,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "snapchat",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 17:55:28 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 217770,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 229,
"last_updated_time": "2022-05-31 03:10:44 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 31,
"rank_absolute": 31,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142486,
"rating": {
"rating_type": "Max5",
"value": 4.250420093536377,
"votes_count": 142486,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 66,
"rank_absolute": 66,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 350939,
"rating": {
"rating_type": "Max5",
"value": 4.600790023803711,
"votes_count": 350939,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "whatsapp",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 17:56:34 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 217770,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 265,
"last_updated_time": "2022-06-03 02:27:09 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 5,
"rank_absolute": 5,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142683,
"rating": {
"rating_type": "Max5",
"value": 4.2500901222229,
"votes_count": 142683,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 8,
"rank_absolute": 8,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is2-ssl.mzstatic.com/image/thumb/Purple122/v4/36/db/b4/36dbb40b-9f73-ade9-6b40-54978927213b/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 352201,
"rating": {
"rating_type": "Max5",
"value": 4.600989818572998,
"votes_count": 352201,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "ins ta",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 19:54:40 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 97937,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 265,
"last_updated_time": "2022-06-01 18:22:14 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 11,
"rank_absolute": 11,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142612,
"rating": {
"rating_type": "Max5",
"value": 4.250329971313477,
"votes_count": 142612,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 51,
"rank_absolute": 51,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351371,
"rating": {
"rating_type": "Max5",
"value": 4.600840091705322,
"votes_count": 351371,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "telegram",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 18:00:56 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 80087,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 144,
"last_updated_time": "2022-06-02 01:53:12 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 1,
"rank_absolute": 1,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142643,
"rating": {
"rating_type": "Max5",
"value": 4.250209808349609,
"votes_count": 142643,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 9,
"rank_absolute": 9,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351578,
"rating": {
"rating_type": "Max5",
"value": 4.6008501052856445,
"votes_count": 351578,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "skype",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 19:53:45 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 53550,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 198,
"last_updated_time": "2022-06-01 13:38:05 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 6,
"rank_absolute": 6,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142594,
"rating": {
"rating_type": "Max5",
"value": 4.250370025634766,
"votes_count": 142594,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 7,
"rank_absolute": 7,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351321,
"rating": {
"rating_type": "Max5",
"value": 4.6008100509643555,
"votes_count": 351321,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
},
{
"se_type": "apple",
"keyword_data": {
"se_type": "apple",
"keyword": "messages facebook",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "apple",
"last_updated_time": "2022-06-07 17:49:49 +00:00",
"competition": null,
"competition_level": null,
"cpc": null,
"search_volume": 53550,
"low_top_of_page_bid": null,
"high_top_of_page_bid": null,
"categories": null,
"monthly_searches": null
},
"serp_info": {
"se_type": "apple",
"check_url": null,
"serp_item_types": null,
"se_results_count": 262,
"last_updated_time": "2022-06-01 18:35:08 +00:00",
"previous_updated_time": null
}
},
"intersection_result": {
"1": {
"type": "app_store_search_organic",
"rank_group": 11,
"rank_absolute": 11,
"position": "left",
"app_id": "686449807",
"title": "Telegram Messenger",
"url": "https://apps.apple.com/us/app/telegram-messenger/id686449807",
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/9c/c9/a9/9cc9a955-a6a3-6c61-9b9a-09f7d051c226/AppIconLLC-1x_U007emarketing-0-7-0-0-85-220.png/512x512bb.jpg",
"reviews_count": 142612,
"rating": {
"rating_type": "Max5",
"value": 4.250329971313477,
"votes_count": 142612,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
},
"2": {
"type": "app_store_search_organic",
"rank_group": 26,
"rank_absolute": 26,
"position": "left",
"app_id": "382617920",
"title": "Viber Messenger: Chats & Calls",
"url": "https://apps.apple.com/us/app/viber-messenger-chats-calls/id382617920",
"icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/50/d6/33/50d6331f-fd37-25c7-de2b-b9a0e6a5bab6/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg",
"reviews_count": 351371,
"rating": {
"rating_type": "Max5",
"value": 4.600840091705322,
"votes_count": 351371,
"rating_max": 5
},
"is_free": true,
"price": {
"current": 0,
"regular": 0,
"max_value": 0,
"currency": "USD",
"is_price_range": false,
"displayed_price": ""
}
}
}
}
]
}
]
}
]
}