HELP CENTER

How to find the ranking keywords of any App Store or Google Play app?

By using our new Keywords for App endpoints, you will be able to discover for which keywords a particular app is ranking in Google Play and App Store SERP.

These endpoints will provide you with keyword data on any app of your choice and display the app’s ranking position for each returned keyword.

Find ranking keywords on Google Play

1 Call the Google Play Keywords for App endpoint.

POST https://api.dataforseo.com/v3/dataforseo_labs/google/keywords_for_app/live

2 Specify the ID of the app for which you would like to find ranking keywords in the app_id 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

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 keywords 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 ranking keywords in a single API response.

If you already obtained the first 1000 keywords and would like to receive more, use the offset parameter. If you specify "offset": 1000, the first 1000 keywords 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_id": "com.zhiliaoapp.musically",
        "language_name": "English",
        "location_name": "United States",
        "limit": 10
    }
]

Example of the API response:

{
    "version": "0.1.20220627",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "1.0125 sec.",
    "cost": 0.011,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "07011218-2806-0451-0000-d419409961a1",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.9495 sec.",
            "cost": 0.011,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "google",
                "keywords_for_app",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "keywords_for_app",
                "se_type": "google",
                "app_id": "com.zhiliaoapp.musically",
                "language_name": "English",
                "location_name": "United States",
                "limit": 10
            },
            "result": [
                {
                    "se_type": "google",
                    "app_id": "com.zhiliaoapp.musically",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 25722,
                    "items_count": 10,
                    "items": [
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "e/u",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:17:17 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 116050,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 56,
                                    "rank_absolute": 56,
                                    "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.516211032867432,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=e/u&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-30 19:04:24 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "now.gg roblox",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:31:05 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 94950,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 27,
                                    "rank_absolute": 27,
                                    "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.5134196281433105,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=now.gg roblox&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-06-01 19:29:55 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "tiktok downloader",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:26:39 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 77648,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "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.515309810638428,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=tiktok downloader&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-31 18:36:19 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "tik tok downloads",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:21:48 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 77648,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "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.515317916870117,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=tik tok downloads&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-31 19:27:40 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "tik tok downloader",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:25:13 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 77648,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 5,
                                    "rank_absolute": 5,
                                    "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=tik tok downloader&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-30 19:24:05 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "tiktok download",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:19:28 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 77648,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "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.509765625,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=tiktok download&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-06-01 20:29:07 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "tik tok download",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:20:42 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 77648,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "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.515298366546631,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=tik tok download&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-31 21:55:20 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "play",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:15:14 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 63511,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 25,
                                    "rank_absolute": 25,
                                    "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.515331268310547,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=play&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-31 22:15:02 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "taki",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:27:59 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 63511,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 16,
                                    "rank_absolute": 16,
                                    "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.515318393707275,
                                        "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=taki&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-05-31 20:36:32 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "google",
                            "keyword_data": {
                                "se_type": "google",
                                "keyword": "login on snapchat",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "google",
                                    "last_updated_time": "2022-06-09 14:22:25 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 63511,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "google",
                                "serp_item": {
                                    "type": "google_play_search_organic",
                                    "rank_group": 25,
                                    "rank_absolute": 25,
                                    "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
                                },
                                "check_url": "https://play.google.com/store/search?c=apps&q=login on snapchat&hl=en&gl=us&price=0",
                                "se_results_count": null,
                                "last_updated_time": "2022-06-01 18:01:10 +00:00",
                                "previous_updated_time": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Find ranking keywords on App Store

1 Call the App Store Keywords for App endpoint.

POST https://api.dataforseo.com/v3/dataforseo_labs/apple/keywords_for_app/live

2 Specify the ID of the app for which you would like to find ranking keywords in the app_id 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

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 keywords 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 ranking keywords in a single API response.

If you already obtained the first 1000 keywords and would like to receive more, use the offset parameter. If you specify "offset": 1000, the first 1000 keywords 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_id": "686449807",
        "language_name": "English",
        "location_name": "United States",
        "limit": 10
    }
]

Example of the API response:

{
    "version": "0.1.20220627",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.3386 sec.",
    "cost": 0.011,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "07011224-2806-0451-0000-b69b1ca15702",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.2836 sec.",
            "cost": 0.011,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "apple",
                "keywords_for_app",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "keywords_for_app",
                "se_type": "apple",
                "app_id": "686449807",
                "language_name": "English",
                "location_name": "United States",
                "limit": 10
            },
            "result": [
                {
                    "se_type": "apple",
                    "app_id": "686449807",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 2806,
                    "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 250,
                                "last_updated_time": "2022-06-01 22:45:28 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 183,
                                "last_updated_time": "2022-06-01 06:26:15 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "apple",
                            "keyword_data": {
                                "se_type": "apple",
                                "keyword": "instagram",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "apple",
                                    "last_updated_time": "2022-06-07 17:58:23 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 3617600,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "type": "app_store_search_organic",
                                    "rank_group": 9,
                                    "rank_absolute": 9,
                                    "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": 142658,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.2501702308654785,
                                        "votes_count": 142658,
                                        "rating_max": 5
                                    },
                                    "is_free": true,
                                    "price": {
                                        "current": 0,
                                        "regular": 0,
                                        "max_value": 0,
                                        "currency": "USD",
                                        "is_price_range": false,
                                        "displayed_price": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 241,
                                "last_updated_time": "2022-06-02 14:31:15 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "apple",
                            "keyword_data": {
                                "se_type": "apple",
                                "keyword": "twitter",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "apple",
                                    "last_updated_time": "2022-06-07 17:59:31 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 1975400,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "type": "app_store_search_organic",
                                    "rank_group": 12,
                                    "rank_absolute": 12,
                                    "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": 142654,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.250160217285156,
                                        "votes_count": 142654,
                                        "rating_max": 5
                                    },
                                    "is_free": true,
                                    "price": {
                                        "current": 0,
                                        "regular": 0,
                                        "max_value": 0,
                                        "currency": "USD",
                                        "is_price_range": false,
                                        "displayed_price": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 206,
                                "last_updated_time": "2022-06-02 09:21:19 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 264,
                                "last_updated_time": "2022-06-02 12:39:18 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 263,
                                "last_updated_time": "2022-05-31 07:02:12 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "apple",
                            "keyword_data": {
                                "se_type": "apple",
                                "keyword": "verizon",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "apple",
                                    "last_updated_time": "2022-06-07 19:55:30 +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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "type": "app_store_search_organic",
                                    "rank_group": 46,
                                    "rank_absolute": 46,
                                    "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": 142560,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.25039005279541,
                                        "votes_count": 142560,
                                        "rating_max": 5
                                    },
                                    "is_free": true,
                                    "price": {
                                        "current": 0,
                                        "regular": 0,
                                        "max_value": 0,
                                        "currency": "USD",
                                        "is_price_range": false,
                                        "displayed_price": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 179,
                                "last_updated_time": "2022-06-01 01:41:09 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "se_type": "apple",
                            "keyword_data": {
                                "se_type": "apple",
                                "keyword": "ticketmaster",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "apple",
                                    "last_updated_time": "2022-06-07 19:55:39 +00:00",
                                    "competition": null,
                                    "competition_level": null,
                                    "cpc": null,
                                    "search_volume": 486710,
                                    "low_top_of_page_bid": null,
                                    "high_top_of_page_bid": null,
                                    "categories": null,
                                    "monthly_searches": null
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": 142469,
                                    "rating": {
                                        "rating_type": "Max5",
                                        "value": 4.250470161437988,
                                        "votes_count": 142469,
                                        "rating_max": 5
                                    },
                                    "is_free": true,
                                    "price": {
                                        "current": 0,
                                        "regular": 0,
                                        "max_value": 0,
                                        "currency": "USD",
                                        "is_price_range": false,
                                        "displayed_price": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 71,
                                "last_updated_time": "2022-05-30 19:02:33 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 265,
                                "last_updated_time": "2022-06-03 02:27:09 +00:00",
                                "previous_updated_time": null
                            }
                        },
                        {
                            "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
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "apple",
                                "serp_item": {
                                    "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": ""
                                    }
                                },
                                "check_url": null,
                                "se_results_count": 229,
                                "last_updated_time": "2022-05-31 03:10:44 +00:00",
                                "previous_updated_time": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Embed DataForSeo widget on your website


Embed code:
Preview: