Site icon DataForSEO

DataForSEO Labs API: Fresh Approach to Traditional Keyword Research

keyword research
Intro

In today’s world of overwhelming competition and extreme uncertainty, nothing is more important than innovations. On the SEO tools’ marketplace competition becomes more and more like a “race to the bottom.” There are already dozens of “handy SEO software solutions” out there, and the number doesn’t seem to be going down.

So how do new players pave their way to the peak? If things like “customer experience,” “performance marketing,” “solid customer acquisition strategy,” and other apparent factors were omitted, the success would depend solely on the rapid implementation of cutting-edge breakthroughs. At the end of the day, new features are an important part of every software’s engine of growth. No wonder, the same applies to SEO software.

The biggest challenge we see in SEO is good old keyword research. Surprisingly, SEO software providers are following a single approach to confront this issue: merely collecting as many keywords as possible by using only one database and algorithm, without doing anything to provide more solutions to their clients. Quite often, such an approach leads to the forced underestimation of the end-product and, consequently, to the sharp drop in revenue.

Here, at DataForSEO we’ve reinvented the way people do keyword research. Instead of building a conventional API with a single research algorithm, we’ve created a multidimensional solution that will help your users tackle the keyword research issue from different angles.

DataForSEO Labs API: How is it different?

Unlike the majority of API providers, we’ve got a well-rounded solution for keyword research. With DataForSEO Labs API you get three different search algorithms that provide ample opportunities for enriching and diversifying your keyword list:

1 Keyword Suggestions

2 Keyword Ideas

3 Related Keywords

Our steadily growing database contains over 3 billion keywords collected for multiple regions. What’s more, the DataForSEO team continuously updates the data to ensure that you get only the most relevant and up-to-date keyword ideas.

Furthermore, in version three we have further developed our multi-level filters into a game-changing feature. You can set up to eight filters for one task. It will help you to thoughtfully sort the generated keywords by various parameters and build a very focused – and therefore efficient – list of key phrases.

Besides all that, we have enriched our keyword research labs with historical data. Check out this blog post to learn more:

How to Get Historical Search Volume for Predictive Keyword Research >>

Keyword Suggestions

What it does

Keyword Suggestions endpoint of DataForSEO Labs API helps to find long-tail keyword phrases that include the targeted keyword. The full-text search algorithm is made against the extensive database and features only the most relevant search terms.

Apart from the full list of generated phrases, with Keyword Suggestions you’ll get:

All these metrics extracted from Google Adwords are provided for each keyword suggestion in the results.

How it helps

Keyword Suggestions feature is designed to find and segment the maximum number of long-tail keyword phrases. Whenever a user types in a very specific search phrase, they are likely to include three or four words into their query in order to narrow down the search. Furthermore, long-tail keywords became an essential part of voice-search optimization. As digital assistants like Siri, Alexa, Cortana, etc. grow more and more widespread, long-tail-based keyword research has quickly become a must-have feature of every SEO game plan.

Assuming that Keyword Suggestions would be particularly interesting for online stores, we can mimic the possible keywords: let’s take “fresh salad” as an example. One can get thousands of long-tail key phrases by specifying a single search term, and then start looking for the most relevant keywords paying attention to search volume, CPC, and Competition rate.

What’s more, customizable filters will help to wrestle phrases that include products that our grocery doesn’t serve. On the other hand, one may focus on conversational queries to optimize for voice search. When it comes to local SEO and voice-based search, the list of keyword suggestions often works as a competitive advantage.

How to get Keyword Suggestions

DataForSEO Labs API is an extremely easy-to-use and robust REST API with output in JSON format. Just set a task and get your results with one POST request using the Live method.

Learn more about technicalities >>

Let’s consider an example of “fresh salad” and find keyword suggestions for this query.

➠ Keyword Suggestions with Search Volume value greater than or equal to 1000, Cost Per Click less than $1, and that doesn’t contain “fruit.” Setting up such parameters will help to find terms that can potentially bring lots of traffic but have a rather small bid in Google Adwords. By excluding particular phrases from results, one can build a list of keywords relevant to their services.

Request Sample

[
    {
        "language_name": "English",
        "location_code": 2840,
        "keyword": "fresh salad",
        "filters": [
            [
                "keyword_info.search_volume",
                ">=",
                1000
            ],
                "and",
            [
                "keyword_info.cpc",
                "<",
                1
            ],

                "and",
            [
                "keyword",
                "not_like",
                "%fruit%"
            ]
        ],
		"order_by": [
            "keyword_info.search_volume,desc"
        ],
        "limit": 1
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "1.5747 sec.",
  "cost": 0.0101,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261346-1535-0399-0000-131b4c5d13d3",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "1.5168 sec.",
      "cost": 0.0101,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "keyword_suggestions",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_suggestions",
        "se_type": "google",
        "keyword": "fresh salad",
        "location_code": 2840,
        "language_code": "en",
        "filters": [
          [
            "keyword_info.search_volume",
            ">",
            1000
          ],
          "and",
          [
            "keyword_info.cpc",
            "<",
            1
          ],
          "and",
          [
            "keyword",
            "not_like",
            "%fruit%"
          ]
        ],
        "order_by": [
          "keyword_info.search_volume,desc"
        ],
        "include_serp_info": true,
        "limit": 1
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "fresh salad",
          "seed_keyword_data": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 15,
          "items_count": 1,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0IjoxLCJSZXF1ZXN0RGF0YSI6eyJrZXl3b3JkIjoiZnJlc2ggc2FsYWQiLCJpbmNsdWRlX3NlZWRfa2V5d29yZCI6ZmFsc2UsImZ1bGxfbWF0Y2giOmZhbHNlLCJsb2FkX3NlcnBfaW5mbyI6dHJ1ZSwic2VhcmNoX2FmdGVyX3Rva2VuIjpudWxsLCJpZ25vcmVfc3lub255bXMiOmZhbHNlLCJsYW5ndWFnZSI6ImVuIiwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsImxvY2F0aW9uIjoyODQwLCJ1c2VfbmV3X2NhdGVnb3JpZXMiOnRydWUsIm9yZGVyX2J5Ijp7Im9yZGVyX2ZpZWxkIjoia2V5d29yZF9pbmZvLnNlYXJjaF92b2x1bWUiLCJvcmRlcl90eXBlIjoiRGVzYyIsIm5leHQiOm51bGx9LCJsaW1pdCI6MSwib2Zmc2V0IjowLCJhaWQiOjE1MzUsInVzZV9jYWNoZSI6dHJ1ZSwidGFza19pZCI6IjAzMjYxMzQ2LTE1MzUtMDM5OS0wMDAwLTEzMWI0YzVkMTNkMyIsImZsYWdzIjpudWxsfSwiUmF3UXVlcnkiOnsidHlwZSI6ImFuZCIsImxlZnQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsInR5cGUiOiJndCIsInZhbHVlIjoxMDAwfSwicmlnaHQiOnsidHlwZSI6ImFuZCIsImxlZnQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uY3BjIiwidHlwZSI6Imx0IiwidmFsdWUiOjF9LCJyaWdodCI6eyJ0eXBlIjoibm90Iiwic3VicXVlcnkiOnsiZmllbGQiOiJrZXl3b3JkIiwidHlwZSI6Imxpa2UiLCJ2YWx1ZSI6IiVmcnVpdCUifX19fSwiSWQiOiIyMGUzMjYyOS05Nzk2LTQ3NzMtYmVmZi02ODJmNjI0ZWE2MTUiLCJTZWFyY2hBZnRlckRhdGEiOlszNjAwLCIzM2MyNGYwOC1jOTI5LWQ1NjEtOWZkMC1jZWQ2ODBhM2UyMDEiXX0=",
          "items": [
            {
              "se_type": "google",
              "keyword": "fresh vegetables for salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 03:31:41 +00:00",
                "competition": 0.24,
                "competition_level": "LOW",
                "cpc": 0.59,
                "search_volume": 3600,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  10441
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 3600
                  }
                ],
                "search_volume_trend": {
                  "monthly": -70,
                  "quarterly": -70,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 3,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": {
                "se_type": "google",
                "check_url": "https://www.google.com/search?q=fresh%20vegetables%20for%20salad&hl=en&gl=US&ie=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                "serp_item_types": [
                  "ai_overview",
                  "organic",
                  "people_also_ask",
                  "recipes",
                  "images",
                  "people_also_search",
                  "related_searches"
                ],
                "se_results_count": 322000000,
                "last_updated_time": "2026-03-03 10:30:30 +00:00",
                "previous_updated_time": "2026-01-12 10:16:56 +00:00"
              },
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 36.7,
                "dofollow": 24.6,
                "referring_pages": 32.8,
                "referring_domains": 12.2,
                "referring_main_domains": 12.2,
                "rank": 71.6,
                "main_domain_rank": 501.8,
                "last_updated_time": "2026-03-03 10:30:30 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational",
                  "transactional"
                ],
                "last_updated_time": "2023-08-31 13:16:08 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

➠ Keyword Suggestions with Search Volume value greater than or equal to 1000, Competition less than 0.5 and excluding the word “fruit”. If you set up such filtering parameters, you’ll get service-relevant keywords that have a good traffic potential but are quite easy to rank for.

Request Sample

[
    {
        "language_name": "English",
        "location_code": 2840,
        "keyword": "fresh salad",
        "filters": [
            [
                "keyword_info.search_volume",
                ">=",
                1000
            ],
                "and",
            [
                "keyword_info.competition",
                "<",
                0.5
            ],

                "and",
            [
                "keyword",
                "not_like",
                "%fruit%"
            ]
        ],
		"order_by": [
            "keyword_info.search_volume,desc"
        ]
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "3.6643 sec.",
  "cost": 0.0116,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261404-1535-0399-0000-671d6e91b020",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "3.6028 sec.",
      "cost": 0.0116,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "keyword_suggestions",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_suggestions",
        "se_type": "google",
        "language_name": "English",
        "location_code": 2840,
        "keyword": "fresh salad",
        "filters": [
          [
            "keyword_info.search_volume",
            ">=",
            1000
          ],
          "and",
          [
            "keyword_info.competition",
            "<",
            0.5
          ],
          "and",
          [
            "keyword",
            "not_like",
            "%fruit%"
          ]
        ],
        "order_by": [
          "keyword_info.search_volume,desc"
        ]
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "fresh salad",
          "seed_keyword_data": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 16,
          "items_count": 16,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0IjoxNiwiUmVxdWVzdERhdGEiOnsia2V5d29yZCI6ImZyZXNoIHNhbGFkIiwiaW5jbHVkZV9zZWVkX2tleXdvcmQiOmZhbHNlLCJmdWxsX21hdGNoIjpmYWxzZSwibG9hZF9zZXJwX2luZm8iOmZhbHNlLCJzZWFyY2hfYWZ0ZXJfdG9rZW4iOm51bGwsImlnbm9yZV9zeW5vbnltcyI6ZmFsc2UsImxhbmd1YWdlIjoiZW4iLCJzZWFyY2hfZW5naW5lIjoiZ29vZ2xlIiwibG9jYXRpb24iOjI4NDAsInVzZV9uZXdfY2F0ZWdvcmllcyI6dHJ1ZSwib3JkZXJfYnkiOnsib3JkZXJfZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsIm9yZGVyX3R5cGUiOiJEZXNjIiwibmV4dCI6bnVsbH0sImxpbWl0IjoxMDAsIm9mZnNldCI6MCwiYWlkIjoxNTM1LCJ1c2VfY2FjaGUiOnRydWUsInRhc2tfaWQiOiIwMzI2MTQwNC0xNTM1LTAzOTktMDAwMC02NzFkNmU5MWIwMjAiLCJmbGFncyI6bnVsbH0sIlJhd1F1ZXJ5Ijp7InR5cGUiOiJhbmQiLCJsZWZ0Ijp7ImZpZWxkIjoia2V5d29yZF9pbmZvLnNlYXJjaF92b2x1bWUiLCJ0eXBlIjoiZ3RlIiwidmFsdWUiOjEwMDB9LCJyaWdodCI6eyJ0eXBlIjoiYW5kIiwibGVmdCI6eyJmaWVsZCI6ImtleXdvcmRfaW5mby5jb21wZXRpdGlvbiIsInR5cGUiOiJsdCIsInZhbHVlIjowLjV9LCJyaWdodCI6eyJ0eXBlIjoibm90Iiwic3VicXVlcnkiOnsiZmllbGQiOiJrZXl3b3JkIiwidHlwZSI6Imxpa2UiLCJ2YWx1ZSI6IiVmcnVpdCUifX19fSwiSWQiOiJiNzhlNGI4ZS1lZjVhLTQ4YjktOWI1Ni03MTJiOGZkNzJiYjIiLCJTZWFyY2hBZnRlckRhdGEiOlsxMDAwLCJiMTNjNGViMC04N2Y0LTY3MTUtMjY1MC1lNzA2N2MwNWNmYmIiXX0=",
          "items": [
            {
              "se_type": "google",
              "keyword": "fresh vegetables for salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 03:31:41 +00:00",
                "competition": 0.24,
                "competition_level": "LOW",
                "cpc": 0.59,
                "search_volume": 3600,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  10441
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 3600
                  }
                ],
                "search_volume_trend": {
                  "monthly": -70,
                  "quarterly": -70,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 3,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 36.7,
                "dofollow": 24.6,
                "referring_pages": 32.8,
                "referring_domains": 12.2,
                "referring_main_domains": 12.2,
                "rank": 71.6,
                "main_domain_rank": 501.8,
                "last_updated_time": "2026-03-03 10:30:30 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational",
                  "transactional"
                ],
                "last_updated_time": "2023-08-31 13:16:08 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-11 15:16:46 +00:00",
                "competition": 0.42,
                "competition_level": "MEDIUM",
                "cpc": 1.45,
                "search_volume": 2900,
                "low_top_of_page_bid": 0.06,
                "high_top_of_page_bid": 3.97,
                "categories": [
                  10004,
                  10301,
                  11355
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 2900
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 2900
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": -19,
                  "yearly": 53
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "freshsalad",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 13,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 2
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 186.1,
                "dofollow": 144.3,
                "referring_pages": 173.5,
                "referring_domains": 71.8,
                "referring_main_domains": 67.3,
                "rank": 114.3,
                "main_domain_rank": 515.8,
                "last_updated_time": "2026-03-14 01:54:47 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 13:35:23 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "tomato basil fresh mozzarella salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-14 18:28:54 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 0.9,
                "search_volume": 2900,
                "low_top_of_page_bid": 0.02,
                "high_top_of_page_bid": 0.28,
                "categories": [
                  10020,
                  10108,
                  11870,
                  12975
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1300
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1600
                  }
                ],
                "search_volume_trend": {
                  "monthly": 30,
                  "quarterly": -19,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 5,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 5
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 58.5,
                "dofollow": 40.8,
                "referring_pages": 51.6,
                "referring_domains": 24,
                "referring_main_domains": 23.4,
                "rank": 78.3,
                "main_domain_rank": 517.7,
                "last_updated_time": "2026-01-12 11:40:03 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2024-06-21 16:16:17 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh heim steak and salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 02:38:54 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 2400,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10108
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 2400
                  }
                ],
                "search_volume_trend": {
                  "monthly": -95,
                  "quarterly": -96,
                  "yearly": -95
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 0,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 5
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2025-10-19 23:27:52 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "how long does egg salad stay fresh",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-11 16:10:02 +00:00",
                "competition": 0,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 2400,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10015,
                  10128,
                  10679,
                  11958,
                  13009
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1600
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 2400
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": 60,
                  "yearly": -33
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 2,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 7
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 45.5,
                "dofollow": 32.9,
                "referring_pages": 34.8,
                "referring_domains": 15.2,
                "referring_main_domains": 15.1,
                "rank": 51.6,
                "main_domain_rank": 627.4,
                "last_updated_time": "2026-03-14 07:50:02 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 16:35:07 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "tomato and fresh basil salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-14 11:37:04 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 0.22,
                "search_volume": 1900,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10015,
                  10301,
                  11188,
                  11485,
                  12427,
                  13460,
                  13658
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 720
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 590
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1000
                  }
                ],
                "search_volume_trend": {
                  "monthly": -18,
                  "quarterly": 0,
                  "yearly": -33
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 4,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 5
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 40.2,
                "dofollow": 31.2,
                "referring_pages": 37,
                "referring_domains": 18.2,
                "referring_main_domains": 17.9,
                "rank": 88.5,
                "main_domain_rank": 364.9,
                "last_updated_time": "2026-02-08 15:52:14 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2024-06-05 16:22:09 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "salad with fresh corn",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-15 00:18:37 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 0.06,
                "search_volume": 1600,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10015,
                  10128,
                  10679
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 480
                  }
                ],
                "search_volume_trend": {
                  "monthly": -19,
                  "quarterly": 0,
                  "yearly": -19
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh salad with corn",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 5,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 47.7,
                "dofollow": 35.9,
                "referring_pages": 39.9,
                "referring_domains": 27.2,
                "referring_main_domains": 26.6,
                "rank": 91.2,
                "main_domain_rank": 386.8,
                "last_updated_time": "2026-03-15 00:09:17 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational",
                  "transactional"
                ],
                "last_updated_time": "2023-03-05 08:36:11 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh corn salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-14 00:02:26 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 0.06,
                "search_volume": 1600,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10009,
                  10410,
                  11555
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 480
                  }
                ],
                "search_volume_trend": {
                  "monthly": -19,
                  "quarterly": 0,
                  "yearly": -19
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh salad with corn",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 20,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 45.9,
                "dofollow": 34.1,
                "referring_pages": 37.8,
                "referring_domains": 22.8,
                "referring_main_domains": 22.2,
                "rank": 129.8,
                "main_domain_rank": 507.3,
                "last_updated_time": "2026-03-15 04:45:17 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational"
                ],
                "last_updated_time": "2023-03-03 13:34:02 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh salad recipes",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-12 22:07:18 +00:00",
                "competition": 0.43,
                "competition_level": "MEDIUM",
                "cpc": 0.46,
                "search_volume": 1300,
                "low_top_of_page_bid": 0.03,
                "high_top_of_page_bid": 0.09,
                "categories": [
                  10010,
                  10015,
                  10082,
                  10128,
                  10441,
                  10679,
                  11635
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": -12,
                  "quarterly": -12,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 19,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 377.5,
                "dofollow": 335.1,
                "referring_pages": 364.8,
                "referring_domains": 74.5,
                "referring_main_domains": 70,
                "rank": 153.1,
                "main_domain_rank": 390.7,
                "last_updated_time": "2026-03-15 14:29:16 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 13:35:22 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh salad recipe",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 17:24:23 +00:00",
                "competition": 0.43,
                "competition_level": "MEDIUM",
                "cpc": 0.46,
                "search_volume": 1300,
                "low_top_of_page_bid": 0.03,
                "high_top_of_page_bid": 0.09,
                "categories": [
                  10010,
                  10015,
                  10082,
                  10128,
                  10441,
                  10889,
                  11635,
                  13652
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": -12,
                  "quarterly": -12,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh salad recipes",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 19,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 536.5,
                "dofollow": 325.5,
                "referring_pages": 447.1,
                "referring_domains": 160.9,
                "referring_main_domains": 151.4,
                "rank": 237.9,
                "main_domain_rank": 487.2,
                "last_updated_time": "2024-09-16 05:03:36 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 13:35:23 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "salad with fresh herbs",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-15 21:06:33 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": 0.32,
                "search_volume": 1300,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  11613,
                  12834
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": 14,
                  "yearly": 69
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh herbs for salad",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 1,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13.6,
                "dofollow": 10.8,
                "referring_pages": 13.4,
                "referring_domains": 7.1,
                "referring_main_domains": 7,
                "rank": 64.3,
                "main_domain_rank": 462,
                "last_updated_time": "2026-02-09 09:38:04 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-05 08:36:12 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh herbs for salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-12 12:37:08 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": 0.32,
                "search_volume": 1300,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  11613,
                  12834
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": 14,
                  "yearly": 69
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 11.2,
                "dofollow": 9.6,
                "referring_pages": 11.2,
                "referring_domains": 5.8,
                "referring_main_domains": 5.7,
                "rank": 54.4,
                "main_domain_rank": 474.7,
                "last_updated_time": "2026-02-09 13:09:09 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 13:34:35 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh herbs in salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-15 00:06:58 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": 0.32,
                "search_volume": 1300,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  11613,
                  12834
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": 14,
                  "yearly": 69
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh herbs for salad",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 1,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13.3,
                "dofollow": 10.5,
                "referring_pages": 13.1,
                "referring_domains": 6.9,
                "referring_main_domains": 6.8,
                "rank": 60,
                "main_domain_rank": 506.6,
                "last_updated_time": "2026-02-09 13:08:19 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-03 13:34:35 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh salad ideas",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 12:40:22 +00:00",
                "competition": 0.43,
                "competition_level": "MEDIUM",
                "cpc": 0.46,
                "search_volume": 1300,
                "low_top_of_page_bid": 0.03,
                "high_top_of_page_bid": 0.09,
                "categories": [
                  10015,
                  10128,
                  10679
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": -12,
                  "quarterly": -12,
                  "yearly": 0
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 32,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 385.1,
                "dofollow": 340.5,
                "referring_pages": 371.8,
                "referring_domains": 80.2,
                "referring_main_domains": 75.1,
                "rank": 142.3,
                "main_domain_rank": 487.6,
                "last_updated_time": "2026-03-15 14:29:33 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational"
                ],
                "last_updated_time": "2023-03-03 13:35:23 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "fresh herb salad",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-12 09:17:03 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": 0.32,
                "search_volume": 1300,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10010,
                  10082,
                  11613,
                  12834
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 1300
                  }
                ],
                "search_volume_trend": {
                  "monthly": 0,
                  "quarterly": 14,
                  "yearly": 69
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "fresh herbs for salad",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 12.2,
                "dofollow": 9.8,
                "referring_pages": 12,
                "referring_domains": 5.7,
                "referring_main_domains": 5.7,
                "rank": 53.1,
                "main_domain_rank": 386.4,
                "last_updated_time": "2026-02-09 13:09:17 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-03 13:34:35 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "chickpea salad with fresh herbs and scallions",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-11 12:28:26 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 1.22,
                "search_volume": 1000,
                "low_top_of_page_bid": 0.04,
                "high_top_of_page_bid": 0.83,
                "categories": [
                  10010,
                  10015,
                  10082,
                  10128,
                  10441,
                  10679,
                  11635
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 480
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 720
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 720
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 210
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 260
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 50
                  }
                ],
                "search_volume_trend": {
                  "monthly": -83,
                  "quarterly": -33,
                  "yearly": 2300
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "keyword_metrics",
                "keyword_difficulty": 0,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 7
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 53.1,
                "dofollow": 42.4,
                "referring_pages": 45.3,
                "referring_domains": 18.1,
                "referring_main_domains": 17.7,
                "rank": 46.4,
                "main_domain_rank": 486.3,
                "last_updated_time": "2026-03-16 03:13:04 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-05 17:40:47 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

What it costs

Just like the team of DataForSEO, our pricing model is results-driven, meaning that you pay for what you receive. The DataForSEO Labs API pricing depends on the number of tasks you set and the number of items that are returned in the results array. When you set one task, your account will be charged $0.01, and then for each data row (item) that you will receive in the results array, you'll be charged $0.0001. So, the total amount of money that you will pay for one task with 1000 items is $0,11. Check our Pricing page for more details.

Try it now >>

Keyword Ideas

What it does

Keyword Ideas endpoint is using DataForSEO’s in-house keyword database and relies on product categories for finding the most relevant terms. According to our observations, keywords found with the help of this algorithm are just as relevant as those from Google Keyword Planner.

When setting a task, you can indicate up to 200 key phrases. Also, you can specify the type of search that will be applied for selecting the keywords: phrase-match or broad-match search.

With each keyword idea, you will receive all essential metrics (from Google AdWords), including:

How it helps

We have designed this endpoint to assist broadening your keyword list with new keyword opportunities from the same product category. If you set the phrase-match search, the returned keyword ideas will contain your exact keyword phrases and their close variations. Let’s say, you are researching for more long-tail key phrases that contain your seed keyword to optimize the product descriptions on your website and get your product pages better rankings. Keyword Ideas with "closely_variants" set to true can provide you with a list of best-fitting keywords for that.

On the other hand, with the broad-match mode, you can get a list of semantically relevant keyword variations that will help you to reach a wider audience. Importantly, LSI keywords that you can find using this feature are crucial for deeper page content optimization. When you include LSI keywords in your article, title tag, headers and URL, search engines will better understand the context, which improves the chances of ranking for terms semantically related to your initial targeted keywords.

With each keyword idea in the results, you will get all essential keyword metrics at your fingertips. What’s more, you can use our advanced filtering parameters to define particular metrics and conditions the found keyword ideas should align with. In this way, you can streamline the keyword research process and get a list of the most optimal terms eliminating the manual selection complexities.

How to get Keyword Ideas

DataForSEO Labs API is an extremely easy-to-use and robust REST API with output in JSON format. Just set a task and get your results with one POST request using the Live method.

Learn more about technicalities >>

Let’s look for keyword ideas relevant for “keyword research tool”.

➠ Keyword Ideas with Search Volume value greater than 5000 and Competition less than 1 sorted by relevance and search volume. With these parameters we’ll get the most relevant popular search terms that contain the specified keyword if we set "closely_variants" to “true”.

Request Sample

[
    {
        "keywords": [
            "keyword research tool"
        ],
        "closely_variants": true,
        "language_name": "English",
        "location_code": 2840,
        "filters": [
            [
                "keyword_info.search_volume",
                ">",
                5000
            ],
                "and",
            [
                "keyword_info.competition",
                "<",
                1
            ]
        ],
        "order_by": [
            "relevance,desc",
            "keyword_info.search_volume,desc"
        ],
        "limit":5 
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.4269 sec.",
  "cost": 0.0105,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261427-1535-0400-0000-3a52c1e4ecd1",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.3726 sec.",
      "cost": 0.0105,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "keyword_ideas",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_ideas",
        "se_type": "google",
        "keywords": [
          "keyword research tool"
        ],
        "closely_variants": true,
        "language_name": "English",
        "location_code": 2840,
        "filters": [
          [
            "keyword_info.search_volume",
            ">",
            5000
          ],
          "and",
          [
            "keyword_info.competition",
            "<",
            1
          ]
        ],
        "order_by": [
          "relevance,desc",
          "keyword_info.search_volume,desc"
        ],
        "limit": 5
      },
      "result": [
        {
          "se_type": "google",
          "seed_keywords": [
            "keyword research tool"
          ],
          "location_code": 2840,
          "language_code": "en",
          "total_count": 20,
          "items_count": 5,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0Ijo1LCJSZXF1ZXN0RGF0YSI6eyJrZXl3b3JkcyI6WyJrZXl3b3JkIHJlc2VhcmNoIHRvb2wiXSwibG9jYXRpb24iOjI4NDAsImxhbmd1YWdlIjoiZW4iLCJjbG9zZWx5X3ZhcmlhbnRzIjp0cnVlLCJuZXdlc3QiOmZhbHNlLCJleHRlbmRlZCI6ZmFsc2UsImxvYWRfc2VycF9pbmZvIjpmYWxzZSwiYXV0b2NvcnJlY3QiOnRydWUsInNldHRpbmdzIjp7InVzZV9jYXRlZ29yaWVzIjp0cnVlLCJpbnRlcnNlY3Rfd2l0aF9jYXRlZ29yaWVzIjpmYWxzZSwidXNlX2NsdXN0ZXJzIjp0cnVlLCJjbHVzdGVyX3NpbXBsaWZpZWRfbWF0Y2giOmZhbHNlLCJjbHVzdGVyc19jb3VudCI6Mywic2tpcF9uZWFyZXN0X2NsdXN0ZXJzX2NvdW50IjowLCJ1c2VfZGlzdGFuY2Vfc2NvcmUiOmZhbHNlLCJ1c2Vfc3Zfc2NvcmUiOnRydWV9LCJJc09sZCI6ZmFsc2UsInNlYXJjaF9hZnRlcl90b2tlbiI6bnVsbCwiaWdub3JlX3N5bm9ueW1zIjpmYWxzZSwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsInVzZV9uZXdfY2F0ZWdvcmllcyI6dHJ1ZSwib3JkZXJfYnkiOnsib3JkZXJfZmllbGQiOiJfc2NvcmUiLCJvcmRlcl90eXBlIjoiRGVzYyIsIm5leHQiOnsib3JkZXJfZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsIm9yZGVyX3R5cGUiOiJEZXNjIiwibmV4dCI6bnVsbH19LCJsaW1pdCI6NSwib2Zmc2V0IjowLCJhaWQiOjE1MzUsInVzZV9jYWNoZSI6dHJ1ZSwidGFza19pZCI6IjAzMjYxNDI3LTE1MzUtMDQwMC0wMDAwLTNhNTJjMWU0ZWNkMSIsImZsYWdzIjpudWxsfSwiUmF3UXVlcnkiOnsidHlwZSI6ImFuZCIsImxlZnQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsInR5cGUiOiJndCIsInZhbHVlIjo1MDAwfSwicmlnaHQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uY29tcGV0aXRpb24iLCJ0eXBlIjoibHQiLCJ2YWx1ZSI6MX19LCJJZCI6IjdmZjIzYmM1LTE5NzgtNDhlNy1hNzUwLWQxMzY3MjU5NTdiNyIsIlNlYXJjaEFmdGVyRGF0YSI6Wzg3LjY0NTk2LDI3MTAwLCJiYjgzMmU1YS1jYmJjLTJiN2QtOWUwOS02YmI5YjE3MGU3MmQiXX0=",
          "items": [
            {
              "se_type": "google",
              "keyword": "free keyword research tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-12 13:00:00 +00:00",
                "competition": 0.56,
                "competition_level": "MEDIUM",
                "cpc": 9.11,
                "search_volume": 6600,
                "low_top_of_page_bid": 1.9,
                "high_top_of_page_bid": 9.93,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 14800
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 14800
                  }
                ],
                "search_volume_trend": {
                  "monthly": -21,
                  "quarterly": 19,
                  "yearly": -84
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 85,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13078,
                "dofollow": 9037.5,
                "referring_pages": 11702.1,
                "referring_domains": 3474,
                "referring_main_domains": 3303.1,
                "rank": 395.1,
                "main_domain_rank": 531,
                "last_updated_time": "2026-03-12 21:59:06 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 13:08:23 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-11 03:32:06 +00:00",
                "competition": 0.29,
                "competition_level": "LOW",
                "cpc": 13.4,
                "search_volume": 301000,
                "low_top_of_page_bid": 2.32,
                "high_top_of_page_bid": 14.5,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 3600
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 74000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1830000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1500000
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 301000
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 9900
                  }
                ],
                "search_volume_trend": {
                  "monthly": 24,
                  "quarterly": 89,
                  "yearly": -56
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 83,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 2
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 11522.8,
                "dofollow": 7860.6,
                "referring_pages": 10403.5,
                "referring_domains": 3254.4,
                "referring_main_domains": 3096.2,
                "rank": 411.3,
                "main_domain_rank": 565.4,
                "last_updated_time": "2026-03-11 22:33:40 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 00:33:18 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 05:08:47 +00:00",
                "competition": 0.42,
                "competition_level": "MEDIUM",
                "cpc": 8.14,
                "search_volume": 5400,
                "low_top_of_page_bid": 1.92,
                "high_top_of_page_bid": 8.39,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 8100
                  }
                ],
                "search_volume_trend": {
                  "monthly": -34,
                  "quarterly": -47,
                  "yearly": -71
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 89,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 2
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 16271.4,
                "dofollow": 11697.1,
                "referring_pages": 14688.1,
                "referring_domains": 4104.4,
                "referring_main_domains": 3896.6,
                "rank": 426.5,
                "main_domain_rank": 680.1,
                "last_updated_time": "2026-03-13 02:35:12 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-04 00:33:20 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool for keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-15 09:56:28 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 3.23,
                "search_volume": 5400,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 480
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 60500
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 720
                  }
                ],
                "search_volume_trend": {
                  "monthly": -34,
                  "quarterly": -19,
                  "yearly": -34
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keyword research tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 85,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 5
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13501.7,
                "dofollow": 8922.8,
                "referring_pages": 12181.8,
                "referring_domains": 3066.1,
                "referring_main_domains": 2901.1,
                "rank": 365.4,
                "main_domain_rank": 594.6,
                "last_updated_time": "2026-03-13 01:00:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-04 21:02:38 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-14 13:14:07 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 12.99,
                "search_volume": 27100,
                "low_top_of_page_bid": 3.41,
                "high_top_of_page_bid": 16.65,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 12100
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 9900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 9900
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 14800
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 22200
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 27100
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 60500
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 74000
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 27100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 27100
                  }
                ],
                "search_volume_trend": {
                  "monthly": 22,
                  "quarterly": 83,
                  "yearly": -33
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 78,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 8000.4,
                "dofollow": 5475.5,
                "referring_pages": 7091,
                "referring_domains": 2185.8,
                "referring_main_domains": 2079.2,
                "rank": 333.2,
                "main_domain_rank": 565,
                "last_updated_time": "2026-03-12 02:44:48 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:42:37 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

➠ Keyword Ideas filtered and sorted by the same parameters, but with "closely_variants" set to “false”. In this way, we’ll get the search terms that are semantically relevant to the “keyword research tool” query and relate to the same topic.

Request Sample

[
    {
        "keywords": [
            "keyword research tool"
        ],
        "closely_variants": false,
        "language_name": "English",
        "location_code": 2840,
        "filters": [
            [
                "keyword_info.search_volume",
                ">",
                5000
            ],
                "and",
            [
                "keyword_info.competition",
                "<",
                1
            ]
        ],
        "order_by": [
            "relevance,desc",
            "keyword_info.search_volume,desc"
        ],
        "limit": 5
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.4269 sec.",
  "cost": 0.0105,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261427-1535-0400-0000-3a52c1e4ecd1",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.3726 sec.",
      "cost": 0.0105,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "keyword_ideas",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_ideas",
        "se_type": "google",
        "keywords": [
          "keyword research tool"
        ],
        "closely_variants": true,
        "language_name": "English",
        "location_code": 2840,
        "filters": [
          [
            "keyword_info.search_volume",
            ">",
            5000
          ],
          "and",
          [
            "keyword_info.competition",
            "<",
            1
          ]
        ],
        "order_by": [
          "relevance,desc",
          "keyword_info.search_volume,desc"
        ],
        "limit": 5
      },
      "result": [
        {
          "se_type": "google",
          "seed_keywords": [
            "keyword research tool"
          ],
          "location_code": 2840,
          "language_code": "en",
          "total_count": 20,
          "items_count": 5,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0Ijo1LCJSZXF1ZXN0RGF0YSI6eyJrZXl3b3JkcyI6WyJrZXl3b3JkIHJlc2VhcmNoIHRvb2wiXSwibG9jYXRpb24iOjI4NDAsImxhbmd1YWdlIjoiZW4iLCJjbG9zZWx5X3ZhcmlhbnRzIjp0cnVlLCJuZXdlc3QiOmZhbHNlLCJleHRlbmRlZCI6ZmFsc2UsImxvYWRfc2VycF9pbmZvIjpmYWxzZSwiYXV0b2NvcnJlY3QiOnRydWUsInNldHRpbmdzIjp7InVzZV9jYXRlZ29yaWVzIjp0cnVlLCJpbnRlcnNlY3Rfd2l0aF9jYXRlZ29yaWVzIjpmYWxzZSwidXNlX2NsdXN0ZXJzIjp0cnVlLCJjbHVzdGVyX3NpbXBsaWZpZWRfbWF0Y2giOmZhbHNlLCJjbHVzdGVyc19jb3VudCI6Mywic2tpcF9uZWFyZXN0X2NsdXN0ZXJzX2NvdW50IjowLCJ1c2VfZGlzdGFuY2Vfc2NvcmUiOmZhbHNlLCJ1c2Vfc3Zfc2NvcmUiOnRydWV9LCJJc09sZCI6ZmFsc2UsInNlYXJjaF9hZnRlcl90b2tlbiI6bnVsbCwiaWdub3JlX3N5bm9ueW1zIjpmYWxzZSwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsInVzZV9uZXdfY2F0ZWdvcmllcyI6dHJ1ZSwib3JkZXJfYnkiOnsib3JkZXJfZmllbGQiOiJfc2NvcmUiLCJvcmRlcl90eXBlIjoiRGVzYyIsIm5leHQiOnsib3JkZXJfZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsIm9yZGVyX3R5cGUiOiJEZXNjIiwibmV4dCI6bnVsbH19LCJsaW1pdCI6NSwib2Zmc2V0IjowLCJhaWQiOjE1MzUsInVzZV9jYWNoZSI6dHJ1ZSwidGFza19pZCI6IjAzMjYxNDI3LTE1MzUtMDQwMC0wMDAwLTNhNTJjMWU0ZWNkMSIsImZsYWdzIjpudWxsfSwiUmF3UXVlcnkiOnsidHlwZSI6ImFuZCIsImxlZnQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uc2VhcmNoX3ZvbHVtZSIsInR5cGUiOiJndCIsInZhbHVlIjo1MDAwfSwicmlnaHQiOnsiZmllbGQiOiJrZXl3b3JkX2luZm8uY29tcGV0aXRpb24iLCJ0eXBlIjoibHQiLCJ2YWx1ZSI6MX19LCJJZCI6IjdmZjIzYmM1LTE5NzgtNDhlNy1hNzUwLWQxMzY3MjU5NTdiNyIsIlNlYXJjaEFmdGVyRGF0YSI6Wzg3LjY0NTk2LDI3MTAwLCJiYjgzMmU1YS1jYmJjLTJiN2QtOWUwOS02YmI5YjE3MGU3MmQiXX0=",
          "items": [
            {
              "se_type": "google",
              "keyword": "free keyword research tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-12 13:00:00 +00:00",
                "competition": 0.56,
                "competition_level": "MEDIUM",
                "cpc": 9.11,
                "search_volume": 6600,
                "low_top_of_page_bid": 1.9,
                "high_top_of_page_bid": 9.93,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 14800
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 14800
                  }
                ],
                "search_volume_trend": {
                  "monthly": -21,
                  "quarterly": 19,
                  "yearly": -84
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 85,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 4
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13078,
                "dofollow": 9037.5,
                "referring_pages": 11702.1,
                "referring_domains": 3474,
                "referring_main_domains": 3303.1,
                "rank": 395.1,
                "main_domain_rank": 531,
                "last_updated_time": "2026-03-12 21:59:06 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 13:08:23 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-11 03:32:06 +00:00",
                "competition": 0.29,
                "competition_level": "LOW",
                "cpc": 13.4,
                "search_volume": 301000,
                "low_top_of_page_bid": 2.32,
                "high_top_of_page_bid": 14.5,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 3600
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 1900
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 74000
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 1830000
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 1500000
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 301000
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 12100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 9900
                  }
                ],
                "search_volume_trend": {
                  "monthly": 24,
                  "quarterly": 89,
                  "yearly": -56
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 83,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 2
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 11522.8,
                "dofollow": 7860.6,
                "referring_pages": 10403.5,
                "referring_domains": 3254.4,
                "referring_main_domains": 3096.2,
                "rank": 411.3,
                "main_domain_rank": 565.4,
                "last_updated_time": "2026-03-11 22:33:40 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 00:33:18 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-13 05:08:47 +00:00",
                "competition": 0.42,
                "competition_level": "MEDIUM",
                "cpc": 8.14,
                "search_volume": 5400,
                "low_top_of_page_bid": 1.92,
                "high_top_of_page_bid": 8.39,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 2900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 3600
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 4400
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 5400
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 8100
                  }
                ],
                "search_volume_trend": {
                  "monthly": -34,
                  "quarterly": -47,
                  "yearly": -71
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 89,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 2
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 16271.4,
                "dofollow": 11697.1,
                "referring_pages": 14688.1,
                "referring_domains": 4104.4,
                "referring_main_domains": 3896.6,
                "rank": 426.5,
                "main_domain_rank": 680.1,
                "last_updated_time": "2026-03-13 02:35:12 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-04 00:33:20 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool for keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-15 09:56:28 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 3.23,
                "search_volume": 5400,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 480
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 60500
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 880
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 720
                  }
                ],
                "search_volume_trend": {
                  "monthly": -34,
                  "quarterly": -19,
                  "yearly": -34
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keyword research tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 85,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 5
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 13501.7,
                "dofollow": 8922.8,
                "referring_pages": 12181.8,
                "referring_domains": 3066.1,
                "referring_main_domains": 2901.1,
                "rank": 365.4,
                "main_domain_rank": 594.6,
                "last_updated_time": "2026-03-13 01:00:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-04 21:02:38 +00:00"
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keyword research",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2026-03-14 13:14:07 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 12.99,
                "search_volume": 27100,
                "low_top_of_page_bid": 3.41,
                "high_top_of_page_bid": 16.65,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2026,
                    "month": 2,
                    "search_volume": 12100
                  },
                  {
                    "year": 2026,
                    "month": 1,
                    "search_volume": 9900
                  },
                  {
                    "year": 2025,
                    "month": 12,
                    "search_volume": 6600
                  },
                  {
                    "year": 2025,
                    "month": 11,
                    "search_volume": 8100
                  },
                  {
                    "year": 2025,
                    "month": 10,
                    "search_volume": 9900
                  },
                  {
                    "year": 2025,
                    "month": 9,
                    "search_volume": 14800
                  },
                  {
                    "year": 2025,
                    "month": 8,
                    "search_volume": 22200
                  },
                  {
                    "year": 2025,
                    "month": 7,
                    "search_volume": 27100
                  },
                  {
                    "year": 2025,
                    "month": 6,
                    "search_volume": 60500
                  },
                  {
                    "year": 2025,
                    "month": 5,
                    "search_volume": 74000
                  },
                  {
                    "year": 2025,
                    "month": 4,
                    "search_volume": 27100
                  },
                  {
                    "year": 2025,
                    "month": 3,
                    "search_volume": 27100
                  }
                ],
                "search_volume_trend": {
                  "monthly": 22,
                  "quarterly": 83,
                  "yearly": -33
                }
              },
              "keyword_info_normalized_with_bing": null,
              "keyword_info_normalized_with_clickstream": null,
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 78,
                "detected_language": "en",
                "is_another_language": false,
                "words_count": 3
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 8000.4,
                "dofollow": 5475.5,
                "referring_pages": 7091,
                "referring_domains": 2185.8,
                "referring_main_domains": 2079.2,
                "rank": 333.2,
                "main_domain_rank": 565,
                "last_updated_time": "2026-03-12 02:44:48 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:42:37 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

What it costs

Just like the team of DataForSEO, our pricing model is results-driven, meaning that you pay for what you receive. The DataForSEO Labs API pricing depends on the number of tasks you set and the number of items that are returned in the results array. When you set one task, your account will be charged $0.01, and then for each data row (item) that you will receive in the results array, you'll be charged $0.0001. So, the total amount of money that you will pay for one task with 1000 items is $0,11. Check our Pricing page for more details.

Try it now >>

Related Keywords

What it does

Related Keywords endpoint provides you with phrases that Google suggests at the end of search results pages. Basically, these are eight words that you see when scrolling down to the bottom of every SERP.

You can get more related searches results by specifying the keyword search depth. Each subsequent search can be increased eightfold amounting up to 4680 keywords at the ultimate level.

You will also get all essential data (from Google Adwords) for each keyword, including:

How it helps

Related Keywords represent the terms that users are looking for within a single search session. Hence, you’ll get a number of handy and meaningful keywords that will help you to keep up with a user throughout their search.

Let’s say, you or one of your customers have a great e-commerce website that sells a wide range of sports gear, clothing, footwear, etc. Nevertheless, conversions are not going so well, and potential buyers are bouncing off the website without ever coming back. Eventually, general thoughts about finding more keyword ideas become a necessity.

That is precisely the case when Related Keywords can stand in good stead. What one has to do is set a task with one of the well-proven keywords - “buy treadmill,” for example - and get a great number of queries that users are likely to type into the search box after executing the initial “buy treadmill” search. We have a great feature to help with picking up only the most relevant keywords - customizable multi-level filters are designed to cast aside the terms that do not align with your objectives, budget or business model.

Moreover, each keyword in the generated list has SV, CPC and Competition values. It’s easy to exclude the terms with low Search Volume or high competition.

If everything is adjusted properly, the Related Keywords feature will help you to accompany a potential customer throughout their search session, and therefore increase the likelihood of them visiting yours or your client’s website.

How to get Related Keywords

DataForSEO Labs API is an extremely easy-to-use and robust REST API with output in JSON format. Just set a task and get your results with one POST request using the Live method.

Learn more about technicalities >>

Let’s take the example of “buy treadmill” and find related keywords for this query.

➠ Related keywords with Search Volume value greater than or equal to 5000 and Cost Per Click less than $3. One can find traffic-rich and relatively cheap keywords by setting up such filtering parameters.

Request Sample

[
    {
        "language_name": "English",
        "location_code": 2840,
        "keyword": "buy treadmill",
        "filters": [
            [
                "keyword_data.keyword_info.search_volume",
                ">=",
                5000
            ],
                "and",
            [
                "keyword_data.keyword_info.cpc",
                "<",
                3
            ]
        ],
		"order_by": [
            "keyword_data.keyword_info.search_volume,desc"
        ],
		"limit": 5
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.0539 sec.",
  "cost": 0.0101,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261445-1535-0387-0000-d91735f6e8a1",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0418 sec.",
      "cost": 0.0101,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "related_keywords",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "related_keywords",
        "se_type": "google",
        "language_name": "English",
        "location_code": 2840,
        "keyword": "buy treadmill",
        "filters": [
          [
            "keyword_data.keyword_info.search_volume",
            ">=",
            5000
          ],
          "and",
          [
            "keyword_data.keyword_info.cpc",
            "<",
            3
          ]
        ],
        "order_by": [
          "keyword_data.keyword_info.search_volume,desc"
        ],
        "limit": 5
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "buy treadmill",
          "seed_keyword_data": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 1,
          "items_count": 1,
          "items": [
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "costco treadmill",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2026-03-10 23:29:34 +00:00",
                  "competition": 1,
                  "competition_level": "HIGH",
                  "cpc": 1.88,
                  "search_volume": 12100,
                  "low_top_of_page_bid": 0.43,
                  "high_top_of_page_bid": 3.81,
                  "categories": [
                    10004
                  ],
                  "monthly_searches": [
                    {
                      "year": 2026,
                      "month": 2,
                      "search_volume": 12100
                    },
                    {
                      "year": 2026,
                      "month": 1,
                      "search_volume": 40500
                    },
                    {
                      "year": 2025,
                      "month": 12,
                      "search_volume": 18100
                    },
                    {
                      "year": 2025,
                      "month": 11,
                      "search_volume": 14800
                    },
                    {
                      "year": 2025,
                      "month": 10,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 9,
                      "search_volume": 6600
                    },
                    {
                      "year": 2025,
                      "month": 8,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 7,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 6,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 5,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 4,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 3,
                      "search_volume": 12100
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": -70,
                    "quarterly": -33,
                    "yearly": -18
                  }
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null,
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": null,
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 0,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=costco%20treadmill&hl=en&gl=US&ie=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "organic",
                    "people_also_ask",
                    "perspectives",
                    "related_searches",
                    "images"
                  ],
                  "se_results_count": 15700000,
                  "last_updated_time": "2026-03-12 13:39:54 +00:00",
                  "previous_updated_time": "2026-01-19 06:56:29 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 8.7,
                  "dofollow": 5.2,
                  "referring_pages": 8.1,
                  "referring_domains": 5.1,
                  "referring_main_domains": 4.8,
                  "rank": 42.6,
                  "main_domain_rank": 574,
                  "last_updated_time": "2026-03-12 11:39:54 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "transactional",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-06 03:19:54 +00:00"
                }
              },
              "depth": 1,
              "related_keywords": [
                "costco treadmill tm4800",
                "sam's treadmill",
                "bj's treadmill",
                "walmart treadmill",
                "costco treadmill lifesmart",
                "costco treadmill foldable",
                "costco treadmill return policy",
                "treadmill with incline"
              ]
            }
          ]
        }
      ]
    }
  ]
}

➠ Related keywords with Search Volume value greater or equal to 5000 and Competition less than or equal to 1. Such filtration parameters will help to get a list of traffic-rich keywords that are fairly easy to win.

Request Sample

[
    {
        "language_name": "English",
    	"location_code": 2840,
        "keyword": "buy treadmill",
        "filters": [
            [
                "keyword_data.keyword_info.search_volume",
                ">=",
                5000
            ],
                "and",
            [
                "keyword_data.keyword_info.competition",
                "<=",
                1
            ]
        ],
		"order_by": [
            "keyword_data.keyword_info.search_volume,desc"
        ],
		"limit": 5
    }
]

Response Sample

{
  "version": "0.1.20260318",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.3925 sec.",
  "cost": 0.0103,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03261506-1535-0387-0000-7b99b5709eda",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0710 sec.",
      "cost": 0.0103,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "related_keywords",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "related_keywords",
        "se_type": "google",
        "language_name": "English",
        "location_code": 2840,
        "keyword": "buy treadmill",
        "filters": [
          [
            "keyword_data.keyword_info.search_volume",
            ">=",
            5000
          ],
          "and",
          [
            "keyword_data.keyword_info.competition",
            "<=",
            1
          ]
        ],
        "order_by": [
          "keyword_data.keyword_info.search_volume,desc"
        ],
        "limit": 5
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "buy treadmill",
          "seed_keyword_data": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 3,
          "items_count": 3,
          "items": [
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "treadmill with incline",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2026-03-11 08:24:44 +00:00",
                  "competition": 1,
                  "competition_level": "HIGH",
                  "cpc": 3.09,
                  "search_volume": 27100,
                  "low_top_of_page_bid": 0.47,
                  "high_top_of_page_bid": 3.33,
                  "categories": [
                    10011,
                    10014,
                    10087,
                    10123,
                    10667,
                    11928,
                    12494,
                    12985,
                    13175
                  ],
                  "monthly_searches": [
                    {
                      "year": 2026,
                      "month": 2,
                      "search_volume": 27100
                    },
                    {
                      "year": 2026,
                      "month": 1,
                      "search_volume": 40500
                    },
                    {
                      "year": 2025,
                      "month": 12,
                      "search_volume": 27100
                    },
                    {
                      "year": 2025,
                      "month": 11,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 10,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 9,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 8,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 7,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 6,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 5,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 4,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 3,
                      "search_volume": 27100
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": -33,
                    "quarterly": 0,
                    "yearly": 0
                  }
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null,
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": null,
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 12,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=treadmill%20with%20incline&hl=en&gl=US&ie=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "popular_products",
                    "organic",
                    "product_considerations",
                    "people_also_ask",
                    "discussions_and_forums",
                    "people_also_search",
                    "perspectives",
                    "related_searches",
                    "images"
                  ],
                  "se_results_count": 17000000,
                  "last_updated_time": "2026-03-12 04:33:47 +00:00",
                  "previous_updated_time": "2026-01-19 05:31:50 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 51.1,
                  "dofollow": 31,
                  "referring_pages": 38.4,
                  "referring_domains": 21.8,
                  "referring_main_domains": 19.1,
                  "rank": 99.1,
                  "main_domain_rank": 597,
                  "last_updated_time": "2026-03-12 02:33:48 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "transactional",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-03 11:03:13 +00:00"
                }
              },
              "depth": 1,
              "related_keywords": [
                "treadmill with incline 12",
                "treadmill with incline workout",
                "treadmill with incline benefits",
                "foldable treadmill with incline",
                "treadmill with incline costco",
                "best treadmill with incline",
                "treadmill with incline calculator",
                "treadmill with incline for sale"
              ]
            },
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "best treadmill for home",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2026-03-15 15:16:52 +00:00",
                  "competition": 1,
                  "competition_level": "HIGH",
                  "cpc": 5.41,
                  "search_volume": 14800,
                  "low_top_of_page_bid": 0.64,
                  "high_top_of_page_bid": 6.75,
                  "categories": [
                    10003,
                    10011,
                    10032,
                    10042,
                    10087,
                    12494,
                    13175,
                    13687
                  ],
                  "monthly_searches": [
                    {
                      "year": 2026,
                      "month": 2,
                      "search_volume": 14800
                    },
                    {
                      "year": 2026,
                      "month": 1,
                      "search_volume": 27100
                    },
                    {
                      "year": 2025,
                      "month": 12,
                      "search_volume": 22200
                    },
                    {
                      "year": 2025,
                      "month": 11,
                      "search_volume": 18100
                    },
                    {
                      "year": 2025,
                      "month": 10,
                      "search_volume": 18100
                    },
                    {
                      "year": 2025,
                      "month": 9,
                      "search_volume": 14800
                    },
                    {
                      "year": 2025,
                      "month": 8,
                      "search_volume": 14800
                    },
                    {
                      "year": 2025,
                      "month": 7,
                      "search_volume": 14800
                    },
                    {
                      "year": 2025,
                      "month": 6,
                      "search_volume": 12100
                    },
                    {
                      "year": 2025,
                      "month": 5,
                      "search_volume": 12100
                    },
                    {
                      "year": 2025,
                      "month": 4,
                      "search_volume": 12100
                    },
                    {
                      "year": 2025,
                      "month": 3,
                      "search_volume": 12100
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": -45,
                    "quarterly": -33,
                    "yearly": 0
                  }
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null,
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": null,
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 24,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=best%20treadmill%20for%20home&hl=en&gl=US&ie=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "organic",
                    "perspectives",
                    "popular_products",
                    "people_also_ask",
                    "discussions_and_forums",
                    "people_also_search",
                    "related_searches"
                  ],
                  "se_results_count": 104000000,
                  "last_updated_time": "2026-03-12 10:56:56 +00:00",
                  "previous_updated_time": "2026-01-19 06:09:20 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 190,
                  "dofollow": 149.9,
                  "referring_pages": 164.8,
                  "referring_domains": 45,
                  "referring_main_domains": 44.2,
                  "rank": 145.4,
                  "main_domain_rank": 666.6,
                  "last_updated_time": "2026-03-12 08:56:57 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "transactional",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-03 18:31:43 +00:00"
                }
              },
              "depth": 1,
              "related_keywords": [
                "best treadmill for home walking",
                "best treadmill for home without subscription",
                "best treadmill for home reddit",
                "best treadmill for home small space",
                "best treadmill for home with incline",
                "best treadmill for home with screen",
                "best treadmill for home 400 lb capacity",
                "best treadmill for home 2026"
              ]
            },
            {
              "se_type": "google",
              "keyword_data": {
                "se_type": "google",
                "keyword": "costco treadmill",
                "location_code": 2840,
                "language_code": "en",
                "keyword_info": {
                  "se_type": "google",
                  "last_updated_time": "2026-03-10 23:29:34 +00:00",
                  "competition": 1,
                  "competition_level": "HIGH",
                  "cpc": 1.88,
                  "search_volume": 12100,
                  "low_top_of_page_bid": 0.43,
                  "high_top_of_page_bid": 3.81,
                  "categories": [
                    10004
                  ],
                  "monthly_searches": [
                    {
                      "year": 2026,
                      "month": 2,
                      "search_volume": 12100
                    },
                    {
                      "year": 2026,
                      "month": 1,
                      "search_volume": 40500
                    },
                    {
                      "year": 2025,
                      "month": 12,
                      "search_volume": 18100
                    },
                    {
                      "year": 2025,
                      "month": 11,
                      "search_volume": 14800
                    },
                    {
                      "year": 2025,
                      "month": 10,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 9,
                      "search_volume": 6600
                    },
                    {
                      "year": 2025,
                      "month": 8,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 7,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 6,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 5,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 4,
                      "search_volume": 8100
                    },
                    {
                      "year": 2025,
                      "month": 3,
                      "search_volume": 12100
                    }
                  ],
                  "search_volume_trend": {
                    "monthly": -70,
                    "quarterly": -33,
                    "yearly": -18
                  }
                },
                "keyword_info_normalized_with_bing": null,
                "keyword_info_normalized_with_clickstream": null,
                "clickstream_keyword_info": null,
                "keyword_properties": {
                  "se_type": "google",
                  "core_keyword": null,
                  "synonym_clustering_algorithm": "text_processing",
                  "keyword_difficulty": 0,
                  "detected_language": "en",
                  "is_another_language": false
                },
                "serp_info": {
                  "se_type": "google",
                  "check_url": "https://www.google.com/search?q=costco%20treadmill&hl=en&gl=US&ie=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc",
                  "serp_item_types": [
                    "organic",
                    "people_also_ask",
                    "perspectives",
                    "related_searches",
                    "images"
                  ],
                  "se_results_count": 15700000,
                  "last_updated_time": "2026-03-12 13:39:54 +00:00",
                  "previous_updated_time": "2026-01-19 06:56:29 +00:00"
                },
                "avg_backlinks_info": {
                  "se_type": "google",
                  "backlinks": 8.7,
                  "dofollow": 5.2,
                  "referring_pages": 8.1,
                  "referring_domains": 5.1,
                  "referring_main_domains": 4.8,
                  "rank": 42.6,
                  "main_domain_rank": 574,
                  "last_updated_time": "2026-03-12 11:39:54 +00:00"
                },
                "search_intent_info": {
                  "se_type": "google",
                  "main_intent": "transactional",
                  "foreign_intent": null,
                  "last_updated_time": "2023-03-06 03:19:54 +00:00"
                }
              },
              "depth": 1,
              "related_keywords": [
                "costco treadmill tm4800",
                "sam's treadmill",
                "bj's treadmill",
                "walmart treadmill",
                "costco treadmill lifesmart",
                "costco treadmill foldable",
                "costco treadmill return policy",
                "treadmill with incline"
              ]
            }
          ]
        }
      ]
    }
  ]
}

What it costs

Just like the team of DataForSEO, our pricing model is results-driven, meaning that you pay for what you receive. The DataForSEO Labs API pricing depends on the number of tasks you set and the number of items that are returned in the results array. When you set one task, your account will be charged $0.01, and then for each data row (item) that you will receive in the results array, you'll be charged $0.0001. So, the total amount of money that you will pay for one task with 1000 items is $0,11. Check our Pricing page for more details.

Try it now >>

TL;DR

When it comes to building an outstanding piece of SEO software, nothing is more important than including innovative features. DataForSEO Labs API has everything to help you design a really outstanding tool for building an extensive list of keywords ideas. With three different ways to confront the problem of keyword research, our API will bring a new meaning to your SEO tool.

We can provide you with a great set of essential metrics to analyze the generated keywords and an advanced filtering feature that will help to find the most relevant keyword ideas faster than ever before.

Moreover, DataForSEO Labs API is an easy-to-use keyword research solution that every SaaS business can afford.
TRY FOR FREE

Exit mobile version