How to Use Bing API Data for Keyword Research and Competitor Analysis

How to Use Bing API Data for Keyword Research and Competitor Analysis

More and more businesses are realizing the potential of Bing and hiring SEO experts to optimize for it. However, SEOs must be having a hard time doing so as there are not many Bing-oriented SEO tools they can rely on.

We want to change this and encourage software providers to create more solutions for this search engine.

That’s why we have enriched our APIs with even more Bing data. We are glad to announce that we’ve added new endpoints to DataForSEO Labs API and now offer keyword, ranking, and traffic data from Bing!

Here is the full list of endpoints that have been added:

Note that in relation to these changes, we updated the structure of DataForSEO Labs API requests and responses on 03/19/2022. However, we will continue supporting the legacy version. You can review its documentation by clicking this link.

In the following paragraphs, we will show you how you can use the new endpoints to develop top-notch competitor analysis and keyword research solutions.

Note: if you prefer a proprietary solution, check out our Bing Databases.

Competitor analysis tool for Bing-focused SEOs

Competitor Analysis Tool for Bing

Competitors are a goldmine of valuable information SEO experts can use to improve their optimization strategies. By performing competitor analysis, they can learn what SEO strategies work best in their industry, capitalize on competitors’ weak points, discover content gaps, and much more.

However, we couldn’t find any tools that allow researching competition on Bing.

So why not be the first to develop one?

With the new Bing endpoints in DataForSEO Labs API, you could build a competitor analysis tool that would enable SEO experts to:

  • Identify their competitors for any keyword in more than 30 countries.
  • Discover competitors’ ranking keywords.
  • Compare their rankings with those of competitors.
  • Find content gaps.
  • Estimate how difficult it will be to rank for competitor keywords.
  • Analyze competitor traffic insights and more.

Identifying competitors

The first step any SEO expert takes is identifying their competitors.

When doing it, they can’t just manually search for a target keyword on Bing and simply copy the domains of top-ranking websites to their list. The thing is, Bing considers browser preferences, search history, location, language, and numerous other factors when returning search results. It provides personalized SERPs, making it impossible for an SEO to find their actual competitors.

Your tool could solve the problem by offering depersonalized SERP data.

With the SERP Competitors endpoint, your tool will be able to find competitors for any keyword and location.

It works the following way:

1 You specify your target keywords, location, and language.

2 The API emulates set parameters with high accuracy and initiates a search session.

3 It scrapes the data on the returned search results page and provides it in JSON.

Example of the POST request:

[
    {
        "keywords": [
            "kid toys"
        ],
        "language_name": "English",
        "location_code": 2840,
        "limit": 5
    }
]

Along with competitor domains, the endpoint returns their ranking data (average and median keyword positions), estimated traffic values, domain ratings, visibility scores, and current website positions for the specified keywords.

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.1073 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301556-2806-0383-0000-cdfbb8783f66",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0429 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "serp_competitors",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "serp_competitors",
                "se_type": "bing",
                "keywords": [
                    "kid toys"
                ],
                "language_name": "English",
                "location_code": 2840,
                "limit": 5
            },
            "result": [
                {
                    "se_type": "bing",
                    "seed_keywords": [
                        "kid toys"
                    ],
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 39,
                    "items_count": 5,
                    "items": [
                        {
                            "se_type": "bing",
                            "domain": "www.target.com",
                            "avg_position": 1.3333333333333333,
                            "median_position": 1,
                            "rating": 296,
                            "etv": 400.4,
                            "keywords_count": 1,
                            "visibility": 2.9,
                            "relevant_serp_items": 3,
                            "keywords_positions": {
                                "kid toys": [
                                    1,
                                    2
                                ]
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "www.amazon.com",
                            "avg_position": 2.5,
                            "median_position": 1,
                            "rating": 195,
                            "etv": 192.34799999999998,
                            "keywords_count": 1,
                            "visibility": 1.7,
                            "relevant_serp_items": 2,
                            "keywords_positions": {
                                "kid toys": [
                                    1,
                                    4
                                ]
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "www.bestproducts.com",
                            "avg_position": 7,
                            "median_position": 2,
                            "rating": 186,
                            "etv": 88.14000000000001,
                            "keywords_count": 1,
                            "visibility": 0.9500000000000001,
                            "relevant_serp_items": 2,
                            "keywords_positions": {
                                "kid toys": [
                                    2,
                                    12
                                ]
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "www.tractorsupply.com",
                            "avg_position": 2,
                            "median_position": 2,
                            "rating": 98,
                            "etv": 84.24000000000001,
                            "keywords_count": 1,
                            "visibility": 0.9,
                            "relevant_serp_items": 1,
                            "keywords_positions": {
                                "kid toys": [
                                    2
                                ]
                            }
                        },
                        {
                            "se_type": "bing",
                            "domain": "www.uncommongoods.com",
                            "avg_position": 3,
                            "median_position": 3,
                            "rating": 97,
                            "etv": 50.596,
                            "keywords_count": 1,
                            "visibility": 0.8,
                            "relevant_serp_items": 1,
                            "keywords_positions": {
                                "kid toys": [
                                    3
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Using your tool with such functionality will be highly convenient. Namely, SEO experts will be able to find competitors for a customer’s target location, even if they themselves are located elsewhere.

Discovering competitors’ ranking keywords

After identifying competitors, SEO experts usually analyze the rivals’ ranking keywords. By knowing what keywords their competitors are targeting, SEOs can expand keyword lists, optimize content, and uncover content gaps.

For example, if an SEO specialist has already conducted keyword research and wants to find even more keyword ideas, they can peek at the rivals’ keywords and find those they never targeted.

You can teach your Bing competitor analysis tool to find the ranking keywords of any website or webpage with the Ranked Keywords endpoint.

To find the ranking keywords of a domain, all you have to do is specify the domain in the target field of the POST body and set the location and language parameters.

Example of the POST request:

[
    {
        "target": "dataforseo.com",
        "language_name": "English",
        "location_code": 2840,
        "limit": 5
    }
]

The API response will provide you with the ranking keywords of the specified domain, along with their current and historical search volume, competition, and cost per click values.

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.2829 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301557-2806-0381-0000-89a503724aae",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.2320 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "ranked_keywords",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "ranked_keywords",
                "se_type": "bing",
                "target": "dataforseo.com",
                "language_name": "English",
                "location_code": 2840,
                "limit": 5
            },
            "result": [
                {
                    "se_type": "bing",
                    "target": "dataforseo.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 144,
                    "items_count": 5,
                    "metrics": {
                        "organic": {
                            "pos_1": 3,
                            "pos_2_3": 6,
                            "pos_4_10": 20,
                            "pos_11_20": 33,
                            "pos_21_30": 35,
                            "pos_31_40": 35,
                            "pos_41_50": 10,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 39.83827592432499,
                            "count": 142,
                            "estimated_paid_traffic_cost": 7.863240671111271,
                            "is_new": 142,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        },
                        "paid": {
                            "pos_1": 1,
                            "pos_2_3": 1,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 1.6110000014305115,
                            "count": 2,
                            "estimated_paid_traffic_cost": 1.089900016784668,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        },
                        "featured_snippet": {
                            "pos_1": 0,
                            "pos_2_3": 0,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 0,
                            "count": 0,
                            "estimated_paid_traffic_cost": 0,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        },
                        "local_pack": {
                            "pos_1": 0,
                            "pos_2_3": 0,
                            "pos_4_10": 0,
                            "pos_11_20": 0,
                            "pos_21_30": 0,
                            "pos_31_40": 0,
                            "pos_41_50": 0,
                            "pos_51_60": 0,
                            "pos_61_70": 0,
                            "pos_71_80": 0,
                            "pos_81_90": 0,
                            "pos_91_100": 0,
                            "etv": 0,
                            "count": 0,
                            "estimated_paid_traffic_cost": 0,
                            "is_new": 0,
                            "is_up": 0,
                            "is_down": 0,
                            "is_lost": 0
                        }
                    },
                    "metrics_absolute": null,
                    "items": [
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "omologist",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-02-25 05:48:02 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": 0.10000000149011612,
                                    "search_volume": 10,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 10
                                        }
                                    ]
                                },
                                "serp_info": {
                                    "se_type": "bing",
                                    "check_url": "https://www.bing.com/search?q=omologist&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                    "serp_item_types": [
                                        "organic"
                                    ],
                                    "se_results_count": 1,
                                    "last_updated_time": "2022-03-05 02:48:09 +00:00",
                                    "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "bing",
                                "serp_item": {
                                    "se_type": "bing",
                                    "type": "organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[1]",
                                    "domain": "dataforseo.com",
                                    "title": "Powerful API Stack For Data-Driven SEO Tools – DataForSEO",
                                    "url": "https://dataforseo.com/",
                                    "breadcrumb": "https://dataforseo.com",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Sean Cooney, Co-Founder & CEO of Omologist.com See success story “We run 100,000s of longtail keyword position and competition queries for our client implementations in the US, Australia and Latin America on a monthly basis with DataForSEO - and we've been amazed about the accuracy of rankings and all other data across all regions and device ...",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Omologist"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "dataforseo.com",
                                    "relative_url": "/",
                                    "etv": 3.0399999618530273,
                                    "estimated_paid_traffic_cost": 0.30399999022483826,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.bing.com/search?q=omologist&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                "serp_item_types": [
                                    "organic"
                                ],
                                "se_results_count": 1,
                                "keyword_difficulty": 97,
                                "last_updated_time": "2022-03-05 02:48:09 +00:00",
                                "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "search engine api",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-03 13:01:33 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8999999761581421,
                                    "search_volume": 10,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 30
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 10
                                        }
                                    ]
                                },
                                "serp_info": {
                                    "se_type": "bing",
                                    "check_url": "https://www.bing.com/search?q=search%20engine%20api&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                    "serp_item_types": [
                                        "paid",
                                        "organic"
                                    ],
                                    "se_results_count": 43,
                                    "last_updated_time": "2022-02-27 06:33:36 +00:00",
                                    "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "bing",
                                "serp_item": {
                                    "se_type": "bing",
                                    "type": "paid",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[1]/ul[1]/li[1]",
                                    "title": "Search Engines Api | Simple Integration | Try Now",
                                    "domain": "dataforseo.com",
                                    "description": "Ad SERP API for Maps, News, Images. Try free now. Pay as you go! Simple Pricing. All Locations Supported. Clear Stats. Expert support",
                                    "breadcrumb": "https://dataforseo.com/SERP API/SERP data",
                                    "url": "https://dataforseo.com/apis/serp-api?msclkid=20db7cf34072131bb2951ee9bf685718&utm_source=bing&utm_medium=cpc&utm_campaign=N_Search_SERP_APIs&utm_term=search%20engines%20api&utm_content=SERP%20API",
                                    "highlighted": [
                                        "API"
                                    ],
                                    "extra": null,
                                    "description_rows": null,
                                    "links": null,
                                    "main_domain": "dataforseo.com",
                                    "relative_url": "/apis/serp-api?msclkid=20db7cf34072131bb2951ee9bf685718&utm_source=bing&utm_medium=cpc&utm_campaign=N_Search_SERP_APIs&utm_term=search%20engines%20api&utm_content=SERP%20API",
                                    "etv": 0.7110000252723694,
                                    "estimated_paid_traffic_cost": 0.6399000287055969,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.bing.com/search?q=search%20engine%20api&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                "serp_item_types": [
                                    "paid",
                                    "organic"
                                ],
                                "se_results_count": 43,
                                "keyword_difficulty": 83,
                                "last_updated_time": "2022-02-27 06:33:36 +00:00",
                                "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "top 1000 websites",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-12 22:47:09 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": null,
                                    "search_volume": 10,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 30
                                        }
                                    ]
                                },
                                "serp_info": {
                                    "se_type": "bing",
                                    "check_url": "https://www.bing.com/search?q=top%201000%20websites&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                    "serp_item_types": [
                                        "organic"
                                    ],
                                    "se_results_count": 39,
                                    "last_updated_time": "2022-02-23 02:00:24 +00:00",
                                    "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "bing",
                                "serp_item": {
                                    "se_type": "bing",
                                    "type": "organic",
                                    "rank_group": 1,
                                    "rank_absolute": 1,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[1]",
                                    "domain": "dataforseo.com",
                                    "title": "Top 1000 Websites – DataForSEO",
                                    "url": "https://dataforseo.com/top-1000-websites",
                                    "breadcrumb": "https://dataforseo.com/top-1000-websites",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "Top 1000 Websites. Find out how many keywords most popular websites in your country are ranking for. A list of 1000 most visited websites across 80 countries",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": [
                                        "Top 1000 Websites",
                                        "websites",
                                        "1000",
                                        "websites"
                                    ],
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "dataforseo.com",
                                    "relative_url": "/top-1000-websites",
                                    "etv": 3.0399999618530273,
                                    "estimated_paid_traffic_cost": null,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.bing.com/search?q=top%201000%20websites&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                "serp_item_types": [
                                    "organic"
                                ],
                                "se_results_count": 39,
                                "keyword_difficulty": 53,
                                "last_updated_time": "2022-02-23 02:00:24 +00:00",
                                "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "what is api in seo",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-08 15:39:11 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": 0.10000000149011612,
                                    "search_volume": 10,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 30
                                        }
                                    ]
                                },
                                "serp_info": {
                                    "se_type": "bing",
                                    "check_url": "https://www.bing.com/search?q=what%20is%20api%20in%20seo&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                    "serp_item_types": [
                                        "paid",
                                        "featured_snippet",
                                        "people_also_ask",
                                        "organic",
                                        "video",
                                        "related_searches",
                                        "carousel"
                                    ],
                                    "se_results_count": 139000000,
                                    "last_updated_time": "2022-02-20 13:40:33 +00:00",
                                    "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "bing",
                                "serp_item": {
                                    "se_type": "bing",
                                    "type": "organic",
                                    "rank_group": 1,
                                    "rank_absolute": 5,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[4]",
                                    "domain": "dataforseo.com",
                                    "title": "Introduction to APIs for SEO software – DataForSEO",
                                    "url": "https://dataforseo.com/blog/introduction-to-apis-for-seo-software",
                                    "breadcrumb": "https://dataforseo.com/blog/introduction-to-apis-for-seo-software",
                                    "is_image": false,
                                    "is_video": false,
                                    "is_featured_snippet": false,
                                    "is_malicious": false,
                                    "description": "In the framework of SEO tools development, APIs are used to integrate search results, keyword data, information about on-page errors, and so on and so forth. …",
                                    "pre_snippet": null,
                                    "extended_snippet": null,
                                    "amp_version": false,
                                    "rating": null,
                                    "highlighted": null,
                                    "links": null,
                                    "about_this_result": null,
                                    "main_domain": "dataforseo.com",
                                    "relative_url": "/blog/introduction-to-apis-for-seo-software",
                                    "etv": 2.3104000091552734,
                                    "estimated_paid_traffic_cost": 0.23104000091552734,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": true,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.bing.com/search?q=what%20is%20api%20in%20seo&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                "serp_item_types": [
                                    "paid",
                                    "featured_snippet",
                                    "people_also_ask",
                                    "organic",
                                    "video",
                                    "related_searches",
                                    "carousel"
                                ],
                                "se_results_count": 139000000,
                                "keyword_difficulty": 52,
                                "last_updated_time": "2022-02-20 13:40:33 +00:00",
                                "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "google trends api",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-06 04:48:29 +00:00",
                                    "competition": 0.5,
                                    "cpc": 0.5,
                                    "search_volume": 30,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 30
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 40
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 60
                                        }
                                    ]
                                },
                                "serp_info": {
                                    "se_type": "bing",
                                    "check_url": "https://www.bing.com/search?q=google%20trends%20api&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                    "serp_item_types": [
                                        "paid",
                                        "people_also_ask",
                                        "organic",
                                        "related_searches"
                                    ],
                                    "se_results_count": 8120000,
                                    "last_updated_time": "2022-02-07 09:40:41 +00:00",
                                    "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                                }
                            },
                            "ranked_serp_element": {
                                "se_type": "bing",
                                "serp_item": {
                                    "se_type": "bing",
                                    "type": "paid",
                                    "rank_group": 2,
                                    "rank_absolute": 2,
                                    "position": "left",
                                    "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[1]/ul[1]/li[2]",
                                    "title": "Google Trends Api | Simple Interations | Free Trial. 24/7 Support.",
                                    "domain": "dataforseo.com",
                                    "description": "Ad Easy to Use API for Getting Data from G Trends API. Try Now! Simple Pricing. Pay as you go. All Locations Supported. Clear Stats. Expert support",
                                    "breadcrumb": "https://dataforseo.com/API/G_Trends",
                                    "url": "https://dataforseo.com/apis/google-trends-api?msclkid=246f73c72b7c19db9a9111c7ec0023d8&utm_source=bing&utm_medium=cpc&utm_campaign=N_Search_Products&utm_term=google%20trends%20api&utm_content=Google%20Trends%20API",
                                    "highlighted": [
                                        "API",
                                        "Trends API"
                                    ],
                                    "extra": null,
                                    "description_rows": null,
                                    "links": null,
                                    "main_domain": "dataforseo.com",
                                    "relative_url": "/apis/google-trends-api?msclkid=246f73c72b7c19db9a9111c7ec0023d8&utm_source=bing&utm_medium=cpc&utm_campaign=N_Search_Products&utm_term=google%20trends%20api&utm_content=Google%20Trends%20API",
                                    "etv": 0.8999999761581421,
                                    "estimated_paid_traffic_cost": 0.44999998807907104,
                                    "rank_changes": {
                                        "previous_rank_absolute": null,
                                        "is_new": false,
                                        "is_up": false,
                                        "is_down": false
                                    }
                                },
                                "check_url": "https://www.bing.com/search?q=google%20trends%20api&count=50&first=1&setlang=en&cc=US&safesearch=Moderate&form=QBLH",
                                "serp_item_types": [
                                    "paid",
                                    "people_also_ask",
                                    "organic",
                                    "related_searches"
                                ],
                                "se_results_count": 8120000,
                                "keyword_difficulty": 52,
                                "last_updated_time": "2022-02-07 09:40:41 +00:00",
                                "previous_updated_time": "1970-01-01 03:00:00 +00:00"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

If you want to discover the ranking keywords of a specific page, simply add the filters field with the ranked_serp_element.serp_item.relative_url parameter to the POST body.

Example:

[
    {
        "target": "dataforseo.com",
        "language_name": "English",
        "location_code": 2840,
        "filters": [
            "ranked_serp_element.serp_item.relative_url",
            "=",
            "/blog/backlinks-api-now-in-dataforseo"
        ],
        "limit": 5
    }
]

Comparing rankings and uncovering content gaps

Having access to competitors’ ranking keywords, SEO experts can compare their rankings with those of their rivals for the terms they both target. That will allow analyzing competitors’ content and implementing their best practices.

For example, it’s widely known that Google favors longer content: thus, it’s a good idea for an SEO to compare their content length with competitors’. If they notice that their content is much shorter, they will expand it, which might eventually lead to better rankings.

However, when you have a huge keyword list, manually finding the keywords for which you and your rivals rank gets extremely time-consuming.

With the help of the Domain Intersection endpoint, your tool could find such keywords in a matter of seconds.

The endpoint is pretty straightforward: it provides the keywords for which the two specified domains have search results in Bing SERP. All you have to do is specify your and your competitor’s domains and set the location and language parameters.

Example of the POST request:

[
    {
        "target1": "apple.com",
        "target2": "microsoft.com",
        "language_code": "en",
        "location_code": 2840,
        "limit": 5
    }
]

Along with intersecting keywords, the API response will provide you with the ranking positions of the domains, keyword info for the returned keywords, and the domains’ relative URLs in SERP.

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "7.8260 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301601-2806-0389-0000-94c4de3ba825",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "7.7591 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "domain_intersection",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "domain_intersection",
                "se_type": "bing",
                "target1": "apple.com",
                "target2": "microsoft.com",
                "language_code": "en",
                "location_code": 2840,
                "limit": 5
            },
            "result": [
                {
                    "se_type": "bing",
                    "target1": "apple.com",
                    "target2": "microsoft.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 434617,
                    "items_count": 5,
                    "items": [
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "the youtube",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-02 13:45:58 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": 0.10000000149011612,
                                    "search_volume": 260,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 400
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 270
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 310
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 270
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 160
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 170
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 230
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 180
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 350
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 300
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 280
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 230
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 2,
                                "rank_absolute": 3,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[3]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. Subscribe to channels you love, create content of your own, share with friends, and watch on any device. Watch an…",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "YouTube"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 42.119998931884766,
                                "estimated_paid_traffic_cost": 4.211999893188477,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 21,
                                "rank_absolute": 23,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[23]",
                                "domain": "support.microsoft.com",
                                "title": "Use the YouTube web part - support.microsoft.com",
                                "url": "https://support.microsoft.com/en-us/office/use-the-youtube-web-part-c14fa2c1-71dc-4e52-94b6-b4876742382f",
                                "breadcrumb": "https://support.microsoft.com/en-us/office/use-the...",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "Add a YouTube video. If you're not in edit mode already, click Edit at the top right of the page.. Hover your mouse above or below an existing web part or under the title region, click , and then select the YouTube web part.. Click Add video.. In the toolbox on the right, paste the link or the embed code for the video you want to show in the box under Add a video from YouTube by …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "YouTube",
                                    "YouTube",
                                    "YouTube"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "microsoft.com",
                                "relative_url": "/en-us/office/use-the-youtube-web-part-c14fa2c1-71dc-4e52-94b6-b4876742382f",
                                "etv": 0.5979999899864197,
                                "estimated_paid_traffic_cost": 0.05979999899864197,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "you tube",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-01 17:47:58 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8999999761581421,
                                    "search_volume": 2190240,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 2549730
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 2311900
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 2111090
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 2151530
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 2063490
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 2078750
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 2028000
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 2025530
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 2142480
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 2128120
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 2415510
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 2276750
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 3,
                                "rank_absolute": 4,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[4]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. Subscribe to channels you love, create content of your own, share with friends, and watch on any device. Watch an…",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "you"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 213110.359375,
                                "estimated_paid_traffic_cost": 191799.3125,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 5,
                                "rank_absolute": 7,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[7]",
                                "domain": "www.microsoft.com",
                                "title": "Get YouTube - Microsoft Store",
                                "url": "https://www.microsoft.com/en-us/p/youtube/9ndp7ktlk7w3",
                                "breadcrumb": "https://www.microsoft.com/en-us/p/youtube/9ndp7ktlk7w3",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "YouTube. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fitness, movies, shows, news, learning and more. Subscribe to channels you love, browse personal recommendations, and enjoy the largest library of 4K content.",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "you"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "microsoft.com",
                                "relative_url": "/en-us/p/youtube/9ndp7ktlk7w3",
                                "etv": 102722.2578125,
                                "estimated_paid_traffic_cost": 92450.03125,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "g-mail",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-08 04:25:47 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8999999761581421,
                                    "search_volume": 63180,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 74880
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 80260
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 66000
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 59560
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 59640
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 59590
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 58660
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 52860
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 55590
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 60510
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 59320
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 69080
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 5,
                                "rank_absolute": 5,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[5]",
                                "domain": "apps.apple.com",
                                "title": "‎Gmail - Email by Google on the App Store",
                                "url": "https://apps.apple.com/us/app/gmail-email-by-google/id422689480",
                                "breadcrumb": "https://apps.apple.com/us/app/gmail-email-by-google/id422689480",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎The official Gmail app brings the best of Gmail to your iPhone or iPad with robust security, real-time notifications, multiple account support, and search that works across all your mail. With the Gmail app, you can: • Make Gmail your default email app on iOS • …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "Gmail",
                                    "Gmail",
                                    "Gmail",
                                    "Gmail"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/gmail-email-by-google/id422689480",
                                "etv": 2963.14208984375,
                                "estimated_paid_traffic_cost": 2666.827880859375,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 8,
                                "rank_absolute": 8,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[8]",
                                "domain": "powerautomate.microsoft.com",
                                "title": "Gmail | Microsoft Power Automate",
                                "url": "https://powerautomate.microsoft.com/en-us/connectors/details/shared_gmail/gmail/",
                                "breadcrumb": "https://powerautomate.microsoft.com/en-us/connectors/details/shared_gmail/gmail",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "Gmail. Gmail is a web-based email service from Google. With the Gmail connector, you can perform actions such as send or receive e-mail messages, and trigger flows on …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "Gmail",
                                    "Gmail",
                                    "Gmail"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "microsoft.com",
                                "relative_url": "/en-us/connectors/details/shared_gmail/gmail/",
                                "etv": 1244.64599609375,
                                "estimated_paid_traffic_cost": 1120.181396484375,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "gmail",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-02-24 20:48:11 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8999999761581421,
                                    "search_volume": 15889960,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 16843520
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 15013350
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 15248370
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 15689470
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 15731900
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 15041690
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 14033800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 15119730
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 15772160
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 15965880
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 18268950
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 16491920
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 4,
                                "rank_absolute": 4,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[4]",
                                "domain": "apps.apple.com",
                                "title": "‎Gmail - Email by Google on the App Store",
                                "url": "https://apps.apple.com/us/app/gmail-email-by-google/id422689480",
                                "breadcrumb": "https://apps.apple.com/us/app/gmail-email-by-google/id422689480",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎The official Gmail app brings the best of Gmail to your iPhone or iPad with robust security, real-time notifications, multiple account support, and search that works across all your mail. With the Gmail app, you can: • Make Gmail your default email app on iOS • …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "Gmail",
                                    "Gmail",
                                    "Gmail",
                                    "Gmail"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/gmail-email-by-google/id422689480",
                                "etv": 1047148.375,
                                "estimated_paid_traffic_cost": 942433.5,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 7,
                                "rank_absolute": 7,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[7]",
                                "domain": "powerautomate.microsoft.com",
                                "title": "Gmail | Microsoft Power Automate",
                                "url": "https://powerautomate.microsoft.com/en-us/connectors/details/shared_gmail/gmail/",
                                "breadcrumb": "https://powerautomate.microsoft.com/en-us/connectors/details/shared_gmail/gmail",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "Gmail. Gmail is a web-based email service from Google. With the Gmail connector, you can perform actions such as send or receive e-mail messages, and trigger flows on …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "Gmail",
                                    "Gmail",
                                    "Gmail"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "microsoft.com",
                                "relative_url": "/en-us/connectors/details/shared_gmail/gmail/",
                                "etv": 406782.96875,
                                "estimated_paid_traffic_cost": 366104.6875,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            }
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "homedepot",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-16 07:30:28 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.07000000029802322,
                                    "search_volume": 317380,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 280740
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 300910
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 291560
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 317790
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 275220
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 281490
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 289220
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 308450
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 332020
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 373500
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 378260
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 388660
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 8,
                                "rank_absolute": 14,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[12]",
                                "domain": "apps.apple.com",
                                "title": "‎The Home Depot on the App Store",
                                "url": "https://apps.apple.com/us/app/the-home-depot/id342527639",
                                "breadcrumb": "https://apps.apple.com/us/app/the-home-depot/id342527639",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "Home Depot is the best I shop mostly from Menards and Home Depot. Menards sells a lot of misc items like food, books, DVDs, etc and are okay on hardware items but for most hardware items, …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": null,
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/the-home-depot/id342527639",
                                "etv": 6114.83349609375,
                                "estimated_paid_traffic_cost": 428.0383605957031,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 25,
                                "rank_absolute": 31,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[29]",
                                "domain": "www.microsoft.com",
                                "title": "Get The Home Depot - Microsoft Store",
                                "url": "https://www.microsoft.com/en-us/p/the-home-depot/9wzdncrcwp93",
                                "breadcrumb": "https://www.microsoft.com/en-us/p/the-home-depot/9wzdncrcwp93",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "Apr 21, 2011 · Download this app from Microsoft Store for Windows 10 Mobile, Windows Phone 8.1, Windows Phone 8. See screenshots, read the latest customer reviews, and compare …",
                                "pre_snippet": "Apr 21, 2011",
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": null,
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "microsoft.com",
                                "relative_url": "/en-us/p/the-home-depot/9wzdncrcwp93",
                                "etv": 626.5081176757812,
                                "estimated_paid_traffic_cost": 43.855567932128906,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Using the same endpoint, you can also uncover content gaps.

Simply put, content gaps are the keywords your competitor ranks for but you don’t. By finding content gaps and filling them in afterward, SEO experts can instantly improve their website visibility. That’s why tools that can perform keyword gap analysis are in huge demand among experienced SEOs.

With the Domains Intersection endpoint, uncovering content gaps becomes fast and easy.

By default, the endpoint provides keywords for which both specified domains rank within the same SERP. However, it can also be used to discover search terms for which one of the domains ranks while the other doesn’t.

To uncover content gaps, you have to add the intersections parameter to the POST body and set it to false. In this case, you will receive the keywords for which the domain specified as target1 has results in SERP while the domain specified as target2 doesn’t.

Example:

[
    {
        "target1": "apple.com",
        "target2": "microsoft.com",
        "language_code": "en",
        "location_code": 2840,
        "intersections": false,
        "limit": 5
    }
]

The API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "25.0365 sec.",
    "cost": 0.0105,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301602-2806-0389-0000-7c55fc22cba8",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "24.9877 sec.",
            "cost": 0.0105,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "domain_intersection",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "domain_intersection",
                "se_type": "bing",
                "target1": "apple.com",
                "target2": "microsoft.com",
                "language_code": "en",
                "location_code": 2840,
                "intersections": false,
                "limit": 5
            },
            "result": [
                {
                    "se_type": "bing",
                    "target1": "apple.com",
                    "target2": "microsoft.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 2225100,
                    "items_count": 5,
                    "items": [
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "facebook",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-12 23:30:43 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8700000047683716,
                                    "search_volume": 26022020,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 25383680
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 27590310
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 26350520
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 25613430
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 27901240
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 26513620
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 27032580
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 25310030
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 24425450
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 24908950
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 24521780
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 27259330
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 2,
                                "rank_absolute": 2,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[2]",
                                "domain": "apps.apple.com",
                                "title": "‎Facebook on the App Store",
                                "url": "https://apps.apple.com/us/app/facebook/id284882215",
                                "breadcrumb": "https://apps.apple.com/us/app/facebook/id284882215",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "On Facebook, keeping up with the people who matter most is easy. Discover, enjoy and do more together. • Share what's on your mind, announce major life events through posts and celebrate the everyday moments with Stories. • Express yourself through your profile and posts, watch, react, interact and stay in touch with your friends, throughout.",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "Facebook"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/facebook/id284882215",
                                "etv": 4215567,
                                "estimated_paid_traffic_cost": 3667543.5,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": null
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "youtube tubes",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-02-28 14:26:26 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": 0.10000000149011612,
                                    "search_volume": 10,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 20
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 10
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 0
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 0
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 6,
                                "rank_absolute": 8,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[8]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. Subscribe to channels you love, create content of your own, share with friends, and watch on any device. Watch an…",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "YouTube",
                                    "videos"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 0.33799999952316284,
                                "estimated_paid_traffic_cost": 0.033799998462200165,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": null
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "yout",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-02-25 10:28:04 +00:00",
                                    "competition": 0.8999999761581421,
                                    "cpc": 0.8999999761581421,
                                    "search_volume": 58750,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 64710
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 63000
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 57220
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 57300
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 55030
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 55530
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 56370
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 56510
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 60090
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 57320
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 64000
                                        },
                                        {
                                            "year": 2021,
                                            "month": 2,
                                            "search_volume": 56920
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 4,
                                "rank_absolute": 4,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[4]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. Subscribe to channels you love, create content of your own, share with friends, and watch on any device. Watch an…",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "YouTube"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 3871.625,
                                "estimated_paid_traffic_cost": 3484.46240234375,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": null
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "youtube s",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-07 11:42:16 +00:00",
                                    "competition": 0.10000000149011612,
                                    "cpc": 0.10000000149011612,
                                    "search_volume": 320,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 380
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 350
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 350
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 250
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 280
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 260
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 260
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 290
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 330
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 260
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 320
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 430
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 3,
                                "rank_absolute": 4,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[4]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’ s popular in gaming, fashion, beauty, news, learning and more. Subscribe to channels you love, create content of your own, share with friends, and watch on any device. Watch an…",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "YouTube",
                                    "s"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 31.13599967956543,
                                "estimated_paid_traffic_cost": 3.113600015640259,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": null
                        },
                        {
                            "se_type": "bing",
                            "keyword_data": {
                                "se_type": "bing",
                                "keyword": "tube youtube",
                                "location_code": 2840,
                                "language_code": "en",
                                "keyword_info": {
                                    "se_type": "bing",
                                    "last_updated_time": "2022-03-11 04:07:59 +00:00",
                                    "competition": 0.5,
                                    "cpc": null,
                                    "search_volume": 3180,
                                    "monthly_searches": [
                                        {
                                            "year": 2022,
                                            "month": 2,
                                            "search_volume": 4480
                                        },
                                        {
                                            "year": 2022,
                                            "month": 1,
                                            "search_volume": 4130
                                        },
                                        {
                                            "year": 2021,
                                            "month": 12,
                                            "search_volume": 3210
                                        },
                                        {
                                            "year": 2021,
                                            "month": 11,
                                            "search_volume": 2440
                                        },
                                        {
                                            "year": 2021,
                                            "month": 10,
                                            "search_volume": 2520
                                        },
                                        {
                                            "year": 2021,
                                            "month": 9,
                                            "search_volume": 2820
                                        },
                                        {
                                            "year": 2021,
                                            "month": 8,
                                            "search_volume": 2470
                                        },
                                        {
                                            "year": 2021,
                                            "month": 7,
                                            "search_volume": 2870
                                        },
                                        {
                                            "year": 2021,
                                            "month": 6,
                                            "search_volume": 2800
                                        },
                                        {
                                            "year": 2021,
                                            "month": 5,
                                            "search_volume": 2850
                                        },
                                        {
                                            "year": 2021,
                                            "month": 4,
                                            "search_volume": 2720
                                        },
                                        {
                                            "year": 2021,
                                            "month": 3,
                                            "search_volume": 3730
                                        }
                                    ]
                                },
                                "serp_info": null
                            },
                            "first_domain_serp_element": {
                                "se_type": "bing",
                                "type": "organic",
                                "rank_group": 3,
                                "rank_absolute": 5,
                                "position": "left",
                                "xpath": "/html[1]/body[1]/div[1]/main[1]/ol[1]/li[5]",
                                "domain": "apps.apple.com",
                                "title": "‎YouTube: Watch, Listen, Stream on the App Store",
                                "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "breadcrumb": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664",
                                "is_image": false,
                                "is_video": false,
                                "is_featured_snippet": false,
                                "is_malicious": false,
                                "description": "‎Get the official YouTube app on iPhones and iPads. See what the world is watching -- from the hottest music videos to what’s popular in gaming, fashion, beauty, news, learning and more. …",
                                "pre_snippet": null,
                                "extended_snippet": null,
                                "amp_version": false,
                                "rating": null,
                                "highlighted": [
                                    "videos"
                                ],
                                "links": null,
                                "about_this_result": null,
                                "main_domain": "apple.com",
                                "relative_url": "/us/app/youtube-watch-listen-stream/id544007664",
                                "etv": 250.62533569335938,
                                "estimated_paid_traffic_cost": null,
                                "rank_changes": {
                                    "previous_rank_absolute": null,
                                    "is_new": true,
                                    "is_up": false,
                                    "is_down": false
                                }
                            },
                            "second_domain_serp_element": null
                        }
                    ]
                }
            ]
        }
    ]
}

Having such functionality in your tool would help SEO specialists expand their keyword lists and create content plans for months ahead.

Estimating keyword difficulty

After uncovering content gaps, an SEO expert will have a large list of keywords to work with. The next question they will ask themselves is, which of these keywords are worth optimizing for? Obviously, some of the terms will be too hard to rank for, and thus creating content around them will only be a waste of time and budget.

So before using a keyword in their content, a smart SEO specialist would first estimate the competition level associated with it. If they noticed that many authoritative websites already dominate search results for the keyword, they would focus on another term.

With all the advanced SEO tools available today, the estimation can be done automatically. Modern tools have simplified this process by providing a variety of valuable keyword metrics SEO experts can rely on. One of the most useful indicators of organic competition is keyword difficulty. Recently, we have added this metric to the responses of our APIs, so you can add it to your Bing competitor analysis tool.

Keyword difficulty is our proprietary metric indicating how difficult it is to rank a page in the top 10 organic search results for a certain keyword. It can take values from 1 to 100, where 1 is easy and 100 is extremely hard. To learn how the metric is calculated, you can check this blog post or this help center guide. For the sake of brevity, we won’t present any formulas here.

The easiest way to calculate keyword difficulty for multiple keywords is by using the Bulk Keyword Difficulty endpoint. It can provide keyword difficulty values for up to 1000 keywords.

Example of the POST request:

[
    {
        "keywords": [
            "how to bathe a cat",
            "why cats are afraid of water",
            "best cat shampoos"
        ],
        "language_code": "en",
        "location_code": 2840
    }
]

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0752 sec.",
    "cost": 0.0103,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301605-2806-0392-0000-77f4d78014eb",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0198 sec.",
            "cost": 0.0103,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "bulk_keyword_difficulty",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "bulk_keyword_difficulty",
                "se_type": "bing",
                "keywords": [
                    "how to bathe a cat",
                    "why cats are afraid of water",
                    "best cat shampoos"
                ],
                "language_code": "en",
                "location_code": 2840
            },
            "result": [
                {
                    "se_type": "bing",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 3,
                    "items_count": 3,
                    "items": [
                        {
                            "se_type": "bing",
                            "keyword": "best cat shampoos",
                            "keyword_difficulty": null
                        },
                        {
                            "se_type": "bing",
                            "keyword": "how to bathe a cat",
                            "keyword_difficulty": 52
                        },
                        {
                            "se_type": "bing",
                            "keyword": "why cats are afraid of water",
                            "keyword_difficulty": 40
                        }
                    ]
                }
            ]
        }
    ]
}

Having access to keyword difficulty data in your tool, an SEO expert will be able to quickly assess their chances to rank well for a keyword without having to manually visit competitor websites and analyze them.

Analyzing competitor traffic

Competitor traffic analysis helps SEOs in many ways. By finding out where their rivals are getting the most traffic from, you can learn which traffic sources work best in your industry. That will enable them to focus only on profitable channels, saving time, effort, and budget. That’s why SEO specialists prefer tools that can provide such information.

We offer two endpoints that provide traffic data for Bing — Domain Rank Overview and Bulk Traffic Estimation.

The Domain Rank Overview endpoint provides ranking and traffic data from Bing’s organic and paid search results for the specified domain. You will be able to review the domain ranking distribution in SERPs as well as estimated monthly traffic volume for both organic and paid search results.

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.3192 sec.",
    "cost": 0.0101,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301606-2806-0388-0000-2747c5b832b9",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.2493 sec.",
            "cost": 0.0101,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "domain_rank_overview",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "domain_rank_overview",
                "se_type": "bing",
                "target": "google.com",
                "language_name": "English",
                "location_code": 2840
            },
            "result": [
                {
                    "se_type": "bing",
                    "target": "google.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 1,
                    "items_count": 1,
                    "items": [
                        {
                            "se_type": "bing",
                            "location_code": 2840,
                            "language_code": "en",
                            "metrics": {
                                "organic": {
                                    "pos_1": 195644,
                                    "pos_2_3": 326130,
                                    "pos_4_10": 648648,
                                    "pos_11_20": 1146667,
                                    "pos_21_30": 965884,
                                    "pos_31_40": 762364,
                                    "pos_41_50": 375150,
                                    "pos_51_60": 894,
                                    "pos_61_70": 1119,
                                    "pos_71_80": 1170,
                                    "pos_81_90": 1121,
                                    "pos_91_100": 685,
                                    "etv": 68041369.24667427,
                                    "count": 4425476,
                                    "estimated_paid_traffic_cost": 49095947.045557395,
                                    "is_new": 0,
                                    "is_up": 4425476,
                                    "is_down": 0,
                                    "is_lost": 0
                                },
                                "paid": {
                                    "pos_1": 61554,
                                    "pos_2_3": 53949,
                                    "pos_4_10": 20173,
                                    "pos_11_20": 99,
                                    "pos_21_30": 0,
                                    "pos_31_40": 0,
                                    "pos_41_50": 0,
                                    "pos_51_60": 0,
                                    "pos_61_70": 0,
                                    "pos_71_80": 0,
                                    "pos_81_90": 0,
                                    "pos_91_100": 0,
                                    "etv": 609370.8985326663,
                                    "count": 135775,
                                    "estimated_paid_traffic_cost": 323295.6722519547,
                                    "is_new": 0,
                                    "is_up": 0,
                                    "is_down": 0,
                                    "is_lost": 0
                                }
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

The Bulk Traffic Estimation endpoint can return estimated monthly traffic volumes for up to 1,000 specified domains. Along with organic search traffic estimations, you will also get separate values for paid search results, featured snippets, and local packs.

Example of the API response:

{
    "version": "0.1.20220327",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.1666 sec.",
    "cost": 0.0102,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "03301608-2806-0391-0000-6abeabddb3f9",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.1070 sec.",
            "cost": 0.0102,
            "result_count": 1,
            "path": [
                "v3",
                "dataforseo_labs",
                "bing",
                "bulk_traffic_estimation",
                "live"
            ],
            "data": {
                "api": "dataforseo_labs",
                "function": "bulk_traffic_estimation",
                "se_type": "bing",
                "targets": [
                    "google.com",
                    "forbes.com"
                ],
                "language_name": "English",
                "location_code": 2840
            },
            "result": [
                {
                    "se_type": "bing",
                    "location_code": 2840,
                    "language_code": "en",
                    "total_count": 2,
                    "items_count": 2,
                    "items": [
                        {
                            "se_type": "bing",
                            "target": "google.com",
                            "metrics": {
                                "organic": {
                                    "etv": 68041369.24667434,
                                    "count": 4425476
                                },
                                "paid": {
                                    "etv": 609370.8985326663,
                                    "count": 135775
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        },
                        {
                            "se_type": "bing",
                            "target": "forbes.com",
                            "metrics": {
                                "organic": {
                                    "etv": 2476128.568994984,
                                    "count": 1003824
                                },
                                "paid": {
                                    "etv": 33796.09017691016,
                                    "count": 25812
                                },
                                "local_pack": null,
                                "featured_snippet": null
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

That’s how our DataForSEO Labs API can help you develop an advanced competitor analysis tool for SEOs who optimize for Bing. Another solution you can build for SEOs working with Bing is a keyword research tool.

Keyword research tool for Bing

Keyword Research tool for bing

Keyword research is the foundation of every SEO strategy. Before creating content, an SEO expert finds relevant keywords for a business to optimize for. That’s what keyword research tools help them with.

Most of such tools work the following way:

1 An SEO specialist specifies their seed keyword. A seed keyword is basically a short-tail term relevant to a business. For example, if a company sells toys for kids, one of its seed keywords might be “kid toys.”

2The tool analyzes the seed keyword and provides keyword ideas relevant to it.

3Along with keywords, it returns valuable keyword information (search volume, keyword difficulty, competition, etc.) so that the specialist can estimate the potential of using each returned keyword idea.

With the Bing endpoints in DataForSEO Labs API, you can easily build a similar keyword research solution yourself.

Using the Related Keywords endpoint, you can get plenty of keyword ideas for a specific seed keyword. This endpoint offers keywords appearing in the “Related searches for” section of Bing SERP.

searches related for serp element

However, while Bing provides only 8 search terms, the Related Keywords endpoint can find you as many as 4680 keyword ideas. It uses the depth-first search algorithm for queries appearing in the “Related searches for” element of SERP for the specified seed keyword. The higher the depth, the more keywords you can receive in the response. You can set its level from 1 to 4:

  • 1 – 8 keywords maximum;
  • 2 – 72 keywords maximum;
  • 3 – 584 keywords maximum;
  • 4 – 4680 keywords maximum.
  • scheme
    To make a request to this endpoint, specify your seed keyword, along with the depth, language, and location parameters.

    Example of the POST request:

    [
        {
            "keyword": "windows",
            "language_name": "English",
            "location_code": 2840,
            "depth": 1
        }
    ]

    In addition to keywords, the API response will return valuable keyword metrics, such as current and historical search volume, cost per click, competition, and keyword difficulty.

    Example of the API response:

    {
      "version": "0.1.20220216",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0730 sec.",
      "cost": 0.0105,
      "tasks_count": 1,
      "tasks_error": 0,
      "tasks": [
        {
          "id": "03151626-1535-0387-0000-b016e2a969d7",
          "status_code": 20000,
          "status_message": "Ok.",
          "time": "0.0391 sec.",
          "cost": 0.0105,
          "result_count": 1,
          "path": [
            "v3",
            "dataforseo_labs",
            "bing",
            "related_keywords",
            "live"
          ],
          "data": {
            "api": "dataforseo_labs",
            "function": "related_keywords",
            "se_type": "bing",
            "keyword": "windows",
            "language_name": "English",
            "location_code": 2840,
            "limit": 5
          },
          "result": [
            {
              "se_type": "bing",
              "seed_keyword": "windows",
              "seed_keyword_data": null,
              "location_code": 2840,
              "language_code": "en",
              "total_count": 6,
              "items_count": 5,
              "items": [
                {
                  "se_type": "bing",
                  "keyword_data": {
                    "se_type": "bing",
                    "keyword": "windows",
                    "location_code": 2840,
                    "language_code": "en",
                    "keyword_info": {
                      "se_type": "bing",
                      "last_updated_time": "2022-03-12 12:15:34 +00:00",
                      "competition": 0.9,
                      "cpc": 1.29,
                      "search_volume": 45170,
                      "monthly_searches": [
                        {
                          "year": 2022,
                          "month": 2,
                          "search_volume": 40620
                        },
                        {
                          "year": 2022,
                          "month": 1,
                          "search_volume": 45090
                        },
                        {
                          "year": 2021,
                          "month": 12,
                          "search_volume": 38090
                        },
                        {
                          "year": 2021,
                          "month": 11,
                          "search_volume": 38730
                        },
                        {
                          "year": 2021,
                          "month": 10,
                          "search_volume": 45580
                        },
                        {
                          "year": 2021,
                          "month": 9,
                          "search_volume": 39370
                        },
                        {
                          "year": 2021,
                          "month": 8,
                          "search_volume": 38040
                        },
                        {
                          "year": 2021,
                          "month": 7,
                          "search_volume": 44670
                        },
                        {
                          "year": 2021,
                          "month": 6,
                          "search_volume": 50740
                        },
                        {
                          "year": 2021,
                          "month": 5,
                          "search_volume": 46830
                        },
                        {
                          "year": 2021,
                          "month": 4,
                          "search_volume": 51790
                        },
                        {
                          "year": 2021,
                          "month": 3,
                          "search_volume": 58100
                        }
                      ]
                    },
                    "keyword_properties": {
                      "se_type": "bing",
                      "core_keyword": null,
                      "keyword_difficulty": 100
                    },
                    "serp_info": null
                  },
                  "depth": 0,
                  "related_keywords": [
                    "home depot vinyl windows",
                    "new microsoft windows os",
                    "residential windows",
                    "microsoft official home page",
                    "4 foot wide windows",
                    "windows replacement",
                    "buy windows 10 license key online",
                    "windows 10 free upgrade now"
                  ]
                },
                {
                  "se_type": "bing",
                  "keyword_data": {
                    "se_type": "bing",
                    "keyword": "windows replacement",
                    "location_code": 2840,
                    "language_code": "en",
                    "keyword_info": {
                      "se_type": "bing",
                      "last_updated_time": "2022-03-14 11:42:07 +00:00",
                      "competition": 0.9,
                      "cpc": 5.79,
                      "search_volume": 470,
                      "monthly_searches": [
                        {
                          "year": 2022,
                          "month": 2,
                          "search_volume": 460
                        },
                        {
                          "year": 2022,
                          "month": 1,
                          "search_volume": 510
                        },
                        {
                          "year": 2021,
                          "month": 12,
                          "search_volume": 290
                        },
                        {
                          "year": 2021,
                          "month": 11,
                          "search_volume": 340
                        },
                        {
                          "year": 2021,
                          "month": 10,
                          "search_volume": 1660
                        },
                        {
                          "year": 2021,
                          "month": 9,
                          "search_volume": 330
                        },
                        {
                          "year": 2021,
                          "month": 8,
                          "search_volume": 340
                        },
                        {
                          "year": 2021,
                          "month": 7,
                          "search_volume": 340
                        },
                        {
                          "year": 2021,
                          "month": 6,
                          "search_volume": 320
                        },
                        {
                          "year": 2021,
                          "month": 5,
                          "search_volume": 200
                        },
                        {
                          "year": 2021,
                          "month": 4,
                          "search_volume": 380
                        },
                        {
                          "year": 2021,
                          "month": 3,
                          "search_volume": 620
                        }
                      ]
                    },
                    "keyword_properties": {
                      "se_type": "bing",
                      "core_keyword": "replacement windows",
                      "keyword_difficulty": 63
                    },
                    "serp_info": null
                  },
                  "depth": 1,
                  "related_keywords": [
                    "replacement windows prices and sizes",
                    "replacement windows sizes and cost",
                    "window replacement companies near me",
                    "lowes windows replacement prices",
                    "types of replacement windows",
                    "replacement windows home depot",
                    "andersen replacement windows prices",
                    "pella basement windows replacement"
                  ]
                },
                {
                  "se_type": "bing",
                  "keyword_data": {
                    "se_type": "bing",
                    "keyword": "home depot vinyl windows",
                    "location_code": 2840,
                    "language_code": "en",
                    "keyword_info": {
                      "se_type": "bing",
                      "last_updated_time": "2022-02-24 22:50:24 +00:00",
                      "competition": 0.5,
                      "cpc": 0.5,
                      "search_volume": 50,
                      "monthly_searches": [
                        {
                          "year": 2022,
                          "month": 1,
                          "search_volume": 50
                        },
                        {
                          "year": 2021,
                          "month": 12,
                          "search_volume": 40
                        },
                        {
                          "year": 2021,
                          "month": 11,
                          "search_volume": 60
                        },
                        {
                          "year": 2021,
                          "month": 10,
                          "search_volume": 50
                        },
                        {
                          "year": 2021,
                          "month": 9,
                          "search_volume": 60
                        },
                        {
                          "year": 2021,
                          "month": 8,
                          "search_volume": 40
                        },
                        {
                          "year": 2021,
                          "month": 7,
                          "search_volume": 50
                        },
                        {
                          "year": 2021,
                          "month": 6,
                          "search_volume": 50
                        },
                        {
                          "year": 2021,
                          "month": 5,
                          "search_volume": 40
                        },
                        {
                          "year": 2021,
                          "month": 4,
                          "search_volume": 60
                        },
                        {
                          "year": 2021,
                          "month": 3,
                          "search_volume": 90
                        },
                        {
                          "year": 2021,
                          "month": 2,
                          "search_volume": 60
                        }
                      ]
                    },
                    "keyword_properties": {
                      "se_type": "bing",
                      "core_keyword": null,
                      "keyword_difficulty": 47
                    },
                    "serp_info": null
                  },
                  "depth": 1,
                  "related_keywords": [
                    "home depot vinyl replacement windows",
                    "home depot vinyl windows prices",
                    "home depot vinyl window shades",
                    "home depot vinyl window blinds",
                    "home depot vinyl window covering",
                    "home depot vinyl windows 6500",
                    "home depot vinyl windows reviews",
                    "home depot vinyl window repair"
                  ]
                },
                {
                  "se_type": "bing",
                  "keyword_data": {
                    "se_type": "bing",
                    "keyword": "residential windows",
                    "location_code": 2840,
                    "language_code": "en",
                    "keyword_info": {
                      "se_type": "bing",
                      "last_updated_time": "2022-03-01 03:07:14 +00:00",
                      "competition": 0.9,
                      "cpc": 0.9,
                      "search_volume": 780,
                      "monthly_searches": [
                        {
                          "year": 2022,
                          "month": 1,
                          "search_volume": 240
                        },
                        {
                          "year": 2021,
                          "month": 12,
                          "search_volume": 370
                        },
                        {
                          "year": 2021,
                          "month": 11,
                          "search_volume": 2630
                        },
                        {
                          "year": 2021,
                          "month": 10,
                          "search_volume": 360
                        },
                        {
                          "year": 2021,
                          "month": 9,
                          "search_volume": 460
                        },
                        {
                          "year": 2021,
                          "month": 8,
                          "search_volume": 360
                        },
                        {
                          "year": 2021,
                          "month": 7,
                          "search_volume": 1510
                        },
                        {
                          "year": 2021,
                          "month": 6,
                          "search_volume": 2570
                        },
                        {
                          "year": 2021,
                          "month": 5,
                          "search_volume": 210
                        },
                        {
                          "year": 2021,
                          "month": 4,
                          "search_volume": 270
                        },
                        {
                          "year": 2021,
                          "month": 3,
                          "search_volume": 210
                        },
                        {
                          "year": 2021,
                          "month": 2,
                          "search_volume": 210
                        }
                      ]
                    },
                    "keyword_properties": {
                      "se_type": "bing",
                      "core_keyword": null,
                      "keyword_difficulty": 78
                    },
                    "serp_info": null
                  },
                  "depth": 1,
                  "related_keywords": [
                    "residential windows manufacturers",
                    "replacement windows home depot",
                    "window and door replacement",
                    "windows for house",
                    "double hung windows replacement",
                    "cheap windows",
                    "windows for sale",
                    "home depot vinyl windows"
                  ]
                },
                {
                  "se_type": "bing",
                  "keyword_data": {
                    "se_type": "bing",
                    "keyword": "microsoft official home page",
                    "location_code": 2840,
                    "language_code": "en",
                    "keyword_info": {
                      "se_type": "bing",
                      "last_updated_time": "2022-03-14 13:39:08 +00:00",
                      "competition": 0.1,
                      "cpc": null,
                      "search_volume": 110,
                      "monthly_searches": [
                        {
                          "year": 2022,
                          "month": 2,
                          "search_volume": 200
                        },
                        {
                          "year": 2022,
                          "month": 1,
                          "search_volume": 170
                        },
                        {
                          "year": 2021,
                          "month": 12,
                          "search_volume": 130
                        },
                        {
                          "year": 2021,
                          "month": 11,
                          "search_volume": 130
                        },
                        {
                          "year": 2021,
                          "month": 10,
                          "search_volume": 140
                        },
                        {
                          "year": 2021,
                          "month": 9,
                          "search_volume": 150
                        },
                        {
                          "year": 2021,
                          "month": 8,
                          "search_volume": 80
                        },
                        {
                          "year": 2021,
                          "month": 7,
                          "search_volume": 100
                        },
                        {
                          "year": 2021,
                          "month": 6,
                          "search_volume": 50
                        },
                        {
                          "year": 2021,
                          "month": 5,
                          "search_volume": 60
                        },
                        {
                          "year": 2021,
                          "month": 4,
                          "search_volume": 40
                        },
                        {
                          "year": 2021,
                          "month": 3,
                          "search_volume": 60
                        }
                      ]
                    },
                    "keyword_properties": {
                      "se_type": "bing",
                      "core_keyword": null,
                      "keyword_difficulty": 100
                    },
                    "serp_info": null
                  },
                  "depth": 1,
                  "related_keywords": [
                    "make microsoft my home page",
                    "microsoft official home page usa",
                    "microsoft help chat live support",
                    "microsoft home page windows 10",
                    "microsoft store page",
                    "how to change home page in edge",
                    "microsoft corporation home page",
                    "microsoft edge home page"
                  ]
                }
              ]
            }
          ]
        }
      ]
    }

    Moreover, you can filter the results by any of these metrics. By adding various filtering options to your tool, you will enable SEO experts to get very specific in their keyword research and ensure they will be only receiving keywords they can benefit from. For example, if an SEO works with a newly created website, it’s no point in getting search terms that are too hard to rank for. Thus, it would be very convenient if you added the option to filter the results by keyword difficulty to your tool.

    To receive search terms with low keyword difficulty values, you have to add the following filter to the POST body:

    "filters": ["keyword_data.keyword_properties.keyword_difficulty", "<", "50"]

    In this case, the API response will provide you with keywords that have keyword difficulty values of less than 50.

    What’s more, you can add up to 8 different filters to one request. For example, you can easily find keywords with low keyword difficulty values and low search volume by applying the following filter:

    "filters": [
    
    ["keyword_data.keyword_properties.keyword_difficulty", "<", "50"],
    
    "and",
    
    ["keyword_data.keyword_info.search_volume", "<", "500"]]

    To discover all the filters available for the Related Keywords endpoint, refer to this documentation page.

    Conclusion

    It seems that SEO software vendors are afraid to develop tools for Bing, assuming that their investment and effort won’t pay off. And you can’t really blame them for that: in a world dominated by Google, it’s easy to believe that other search engines are not in demand.

    But that’s just a wrong judgment.

    Bing has great potential and every day we can see more SEO experts starting to optimize for it.

    So why hesitate?

    Use the Bing endpoints of DataForSEO Labs API and develop top-notch solutions for competitor analysis and keyword research on Bing. You will probably be the first to do so and thus you won’t have to deal with the competition, at least for a while.

    Create your account now and receive your free $1 credit to test our new endpoints!

Edward
No Comments

Sorry, the comment form is closed at this time.

Embed DataForSeo widget on your website


Embed code:
Preview: