HELP CENTER

How to get precise search volume for keywords with the DataForSEO Search Volume endpoint?

As you may have noticed, Google Ads aggregates the search volume of all close variants and misspellings under the main keyword. It represents the search volume of the main keyword as a sum of the search volumes of close variants, misspellings, and so on. Thus, Google Ads search volume data on keywords is not reliable for granular keyword analysis.

Luckily, we developed a comprehensive solution to address this issue. With the DataForSEO Search Volume endpoint of Keyword Data API, you can obtain an accurate and granular search volume for keywords and their variations.

Let’s explore how DataForSEO Search Volume works and how to use it.

How is search volume calculated in the DataForSEO Search Volume endpoint?

The main feature of the DataForSEO Search Volume endpoint is that it provides search volume values for all keyword variations, refined with the Bing Ads search volume data or clickstream data.

Compared to Google Ads, Bing search engine provides granular search volume data. For instance, Bing Ads shows separate search volumes for different devices and displays exact values precise to the nearest tens without merging search volumes for similar terms.

Clickstream data captures the search terms people use to find websites and can be used to estimate the search volume of keywords and their variations. Unlike Bing Ads data, which requires a separate API request, we fetch clickstream data directly from our regularly updated database. Furthermore, our clickstream data allows us to provide results for all locations supported by DataForSEO APIs.

Here’s how we calculate search volume in the DataForSEO Search Volume endpoint:

1. We begin by fetching Google Ads search volume data for the keywords you’ve entered in the API request.

2. Next, we identify the relevant Google Ads “keyword groups” with merged search volumes and fetch all other queries within these groups.

3. For Bing Ads-based calculations, we retrieve Bing Ads search volume for each keyword within the identified Google Ads keyword groups. We then calculate the search volume for each search query separately.

4. For clickstream-based calculations, we fetch the quantity of clickstream events for every keyword within the Google Ads keyword groups. We compare these values and calculate a refined search volume for each keyword.

5. In both cases, we calculate the monthly search volume for each keyword over the last 12 months.

6. Finally, we return an API response containing the refined search volume and monthly search values for each keyword.

Additionally, we introduced normalized search volume for keywords within several DataForSEO Labs endpoints. You can find normalized search volume for keywords within keyword_info_normalized_with_bing and keyword_info_normalized_with_clickstream objects in the response.

Below is a list of DataForSEO Labs endpoints where you can fetch normalized search volume:

Now, let’s see examples how you can fetch refined search volume with DataForSEO Search Volume and DataForSEO Labs endpoints.

Examples:

1 Let’s assume that you want to get search volume values for the keyword “pdf,” and its variations, such as “pdfs”, “pdf file”, and “pdf document”.

First, call the DataForSEO Search Volume endpoint:

POST: https://api.dataforseo.com/v3/keywords_data/clickstream_data/dataforseo_search_volume/live

In the request, enter your queries into the keywords array. You can enter up to 1000 keywords in a single request. Then, specify the location and language.

If you want search volume values normalized with clickstream data, set the parameter use_clickstream to true. To get results normalized with Bing Ads data, set this parameter to false or don’t write use_clickstream in the request.

The request should be structured like this:

[
  {
    "location_code": 2840,
    "language_code": "en",
    "keywords": [
      "pdf",
      "pdfs",
      "pdf file",
      "pdf document"
    ]
  }
]

The result will return as follows:

{
  "version": "0.1.20240801",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.0973 sec.",
  "cost": 0.15,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "08201609-1535-0589-0000-52f92cc4698a",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0328 sec.",
      "cost": 0.15,
      "result_count": 1,
      "path": [
        "v3",
        "keywords_data",
        "clickstream_data",
        "dataforseo_search_volume",
        "live"
      ],
      "data": {
        "api": "keywords_data",
        "function": "dataforseo_search_volume",
        "se": "clickstream_data",
        "location_code": 2840,
        "language_code": "en",
        "keywords": [
          "pdf",
          "pdfs",
          "pdf file",
          "pdf document"
        ]
      },
      "result": [
        {
          "location_code": 2840,
          "language_code": "en",
          "use_clickstream": false,
          "items_count": 4,
          "items": [
            {
              "keyword": "pdf",
              "search_volume": 200069,
              "monthly_searches": [
                {
                  "year": 2024,
                  "month": 7,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 6,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 5,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 4,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 3,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 2,
                  "search_volume": 200069
                },
                {
                  "year": 2024,
                  "month": 1,
                  "search_volume": 244861
                },
                {
                  "year": 2023,
                  "month": 12,
                  "search_volume": 164236
                },
                {
                  "year": 2023,
                  "month": 11,
                  "search_volume": 164236
                },
                {
                  "year": 2023,
                  "month": 10,
                  "search_volume": 200069
                },
                {
                  "year": 2023,
                  "month": 9,
                  "search_volume": 200069
                },
                {
                  "year": 2023,
                  "month": 8,
                  "search_volume": 200069
                }
              ]
            },
            {
              "keyword": "pdfs",
              "search_volume": 422,
              "monthly_searches": [
                {
                  "year": 2024,
                  "month": 7,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 6,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 5,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 4,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 3,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 2,
                  "search_volume": 422
                },
                {
                  "year": 2024,
                  "month": 1,
                  "search_volume": 517
                },
                {
                  "year": 2023,
                  "month": 12,
                  "search_volume": 347
                },
                {
                  "year": 2023,
                  "month": 11,
                  "search_volume": 347
                },
                {
                  "year": 2023,
                  "month": 10,
                  "search_volume": 422
                },
                {
                  "year": 2023,
                  "month": 9,
                  "search_volume": 422
                },
                {
                  "year": 2023,
                  "month": 8,
                  "search_volume": 422
                }
              ]
            },
            {
              "keyword": "pdf file",
              "search_volume": 4840,
              "monthly_searches": [
                {
                  "year": 2024,
                  "month": 7,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 6,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 5,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 4,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 3,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 2,
                  "search_volume": 4840
                },
                {
                  "year": 2024,
                  "month": 1,
                  "search_volume": 4840
                },
                {
                  "year": 2023,
                  "month": 12,
                  "search_volume": 3957
                },
                {
                  "year": 2023,
                  "month": 11,
                  "search_volume": 3957
                },
                {
                  "year": 2023,
                  "month": 10,
                  "search_volume": 4840
                },
                {
                  "year": 2023,
                  "month": 9,
                  "search_volume": 4840
                },
                {
                  "year": 2023,
                  "month": 8,
                  "search_volume": 4840
                }
              ]
            },
            {
              "keyword": "pdf document",
              "search_volume": 471,
              "monthly_searches": [
                {
                  "year": 2024,
                  "month": 7,
                  "search_volume": 471
                },
                {
                  "year": 2024,
                  "month": 6,
                  "search_volume": 471
                },
                {
                  "year": 2024,
                  "month": 5,
                  "search_volume": 471
                },
                {
                  "year": 2024,
                  "month": 4,
                  "search_volume": 471
                },
                {
                  "year": 2024,
                  "month": 3,
                  "search_volume": 471
                },
                {
                  "year": 2024,
                  "month": 2,
                  "search_volume": 585
                },
                {
                  "year": 2024,
                  "month": 1,
                  "search_volume": 715
                },
                {
                  "year": 2023,
                  "month": 12,
                  "search_volume": 471
                },
                {
                  "year": 2023,
                  "month": 11,
                  "search_volume": 585
                },
                {
                  "year": 2023,
                  "month": 10,
                  "search_volume": 585
                },
                {
                  "year": 2023,
                  "month": 9,
                  "search_volume": 585
                },
                {
                  "year": 2023,
                  "month": 8,
                  "search_volume": 585
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

The items array contains objects with search volume data for each keyword. Specifically, the search_volume field displays the current search volume value for a keyword. Within the same object, the monthly_searches array provides monthly search volume values for the keyword over the last 12 months.

2 Suppose you want to expand your keyword list with additional terms that have normalized search volume. To do this, you can use the Keyword Suggestions endpoint of the DataForSEO Labs API.

Call the Keyword Suggestions endpoint:

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

In the request, specify the seed keyword, location, and language. To retrieve results with search volume normalized using Bing Ads data, set the order_by parameter to ["keyword_info_normalized_with_bing.search_volume,desc"]. This configuration will return the results sorted by Bing Ads-adjusted search volume in descending order.

To get search volume normalized with clickstream data, specify the include_clickstream_data parameter and set it to true. Then specify the order_by parameter with ["keyword_info_normalized_with_clickstream.search_volume,desc"].

Request example:

[
  {
    "keyword": "seo tool",
    "location_code": 2840,
    "language_code": "en",
    "order_by": [
      "keyword_info_normalized_with_bing.search_volume,desc"
    ]
  }
]

Response example:

{
  "version": "0.1.20240801",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.2628 sec.",
  "cost": 0.02,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "08201613-1535-0399-0000-5825e4bb39e8",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.2002 sec.",
      "cost": 0.02,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "keyword_suggestions",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_suggestions",
        "se_type": "google",
        "keyword": "seo tool",
        "location_code": 2840,
        "language_code": "en",
        "order_by": [
          "keyword_info_normalized_with_bing.search_volume,desc"
        ]
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "seo tool",
          "seed_keyword_data": null,
          "location_code": 2840,
          "language_code": "en",
          "total_count": 295,
          "items_count": 100,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0IjoxMDAsIlJlcXVlc3REYXRhIjp7ImtleXdvcmQiOiJzZW8gdG9vbCIsImluY2x1ZGVfc2VlZF9rZXl3b3JkIjpmYWxzZSwiZnVsbF9tYXRjaCI6ZmFsc2UsImxvYWRfc2VycF9pbmZvIjpmYWxzZSwic2VhcmNoX2FmdGVyX3Rva2VuIjpudWxsLCJpZ25vcmVfc3lub255bXMiOmZhbHNlLCJsYW5ndWFnZSI6ImVuIiwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsImxvY2F0aW9uIjoyODQwLCJ1c2VfbmV3X2NhdGVnb3JpZXMiOnRydWUsIm9yZGVyX2J5Ijp7Im9yZGVyX2ZpZWxkIjoiYmluZ19ub3JtYWxpemVkX2tleXdvcmRfaW5mby5zZWFyY2hfdm9sdW1lIiwib3JkZXJfdHlwZSI6IkRlc2MiLCJuZXh0IjpudWxsfSwibGltaXQiOjEwMCwib2Zmc2V0IjowLCJhaWQiOjE1MzV9LCJSYXdRdWVyeSI6bnVsbCwiSWQiOiI1NmRkNDQ3My1lNjE2LTQ3ODEtOGYwOS1iZGVlY2RhZWFhNjYiLCJTZWFyY2hBZnRlckRhdGEiOlsxMC4wLCIwM2IzMzhmZS05ZWNkLTJiNGEtODAyYy0xN2U4NzU5NGZjNGEiXX0=",
          "items": [
            {
              "se_type": "google",
              "keyword": "seo optimization tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 07:30:33 +00:00",
                "competition": 0.21,
                "competition_level": "LOW",
                "cpc": 9.67,
                "search_volume": 12100,
                "low_top_of_page_bid": 2.49,
                "high_top_of_page_bid": 10.21,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 18100
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 14800
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 9900
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 9900
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo optimizer tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 63,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-25 09:52:37 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.43,
                "ad_position_max": 2,
                "ad_position_average": 2.21,
                "cpc_min": 529.41,
                "cpc_max": 647.06,
                "cpc_average": 588.23,
                "daily_impressions_min": 22.51,
                "daily_impressions_max": 27.51,
                "daily_impressions_average": 25.01,
                "daily_clicks_min": 0.82,
                "daily_clicks_max": 1,
                "daily_clicks_average": 0.91,
                "daily_cost_min": 482.79,
                "daily_cost_max": 590.07,
                "daily_cost_average": 536.43
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 5353.4,
                "dofollow": 4235.3,
                "referring_pages": 4984.7,
                "referring_domains": 882.8,
                "referring_main_domains": 831.4,
                "rank": 303.7,
                "main_domain_rank": 542.7,
                "last_updated_time": "2024-08-04 13:26:32 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:41 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 1543,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1543
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1543
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 2308
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1887
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1887
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1543
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1887
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1262
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 1543
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 1543
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1543
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 1262
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 1164
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 58,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 58
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 58
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 87
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 71
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 71
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 58
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 71
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 47
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 58
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 58
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 58
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 47
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 46
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 18:33:37 +00:00",
                "competition": 0.21,
                "competition_level": "LOW",
                "cpc": 8.36,
                "search_volume": 6600,
                "low_top_of_page_bid": 2.64,
                "high_top_of_page_bid": 9,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 9900
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 4400
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo free tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 63,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 12:16:42 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.2,
                "ad_position_max": 2,
                "ad_position_average": 2,
                "cpc_min": 567.2,
                "cpc_max": 693.25,
                "cpc_average": 630.23,
                "daily_impressions_min": 92.21,
                "daily_impressions_max": 112.7,
                "daily_impressions_average": 102.46,
                "daily_clicks_min": 5.6,
                "daily_clicks_max": 6.84,
                "daily_clicks_average": 6.22,
                "daily_cost_min": 3529.27,
                "daily_cost_max": 4313.55,
                "daily_cost_average": 3921.41
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 115373,
                "dofollow": 58234.3,
                "referring_pages": 58932.8,
                "referring_domains": 612,
                "referring_main_domains": 580.5,
                "rank": 321.5,
                "main_domain_rank": 571.8,
                "last_updated_time": "2024-08-04 17:39:30 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 13:16:39 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 23:01:15 +00:00",
                "search_volume": 942,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 942
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1157
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1414
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1157
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 942
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 942
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 942
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 942
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 942
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 942
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 771
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 628
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 556
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 23:01:15 +00:00",
                "search_volume": 471,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 471
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 578
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 707
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 578
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 471
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 471
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 471
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 471
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 471
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 471
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 385
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 314
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 355
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo search keyword tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 01:02:58 +00:00",
                "competition": 0.11,
                "competition_level": "LOW",
                "cpc": 7.22,
                "search_volume": 720,
                "low_top_of_page_bid": 2.42,
                "high_top_of_page_bid": 6.48,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 4400
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keyword search tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 87,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 10008.8,
                "dofollow": 7341.8,
                "referring_pages": 9179.4,
                "referring_domains": 2540.2,
                "referring_main_domains": 2337.5,
                "rank": 339.8,
                "main_domain_rank": 626.9,
                "last_updated_time": "2024-07-15 18:37:38 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-08-30 15:06:41 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 01:02:58 +00:00",
                "search_volume": 720,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 4400
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 01:02:58 +00:00",
                "search_volume": 720,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 4400
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool rank checker",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 05:56:37 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 720,
                "low_top_of_page_bid": 3.12,
                "high_top_of_page_bid": 11.23,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 590
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo ranking checker tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 56,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 59268.4,
                "dofollow": 58728.2,
                "referring_pages": 58948.9,
                "referring_domains": 282.6,
                "referring_main_domains": 258.7,
                "rank": 285.6,
                "main_domain_rank": 433.3,
                "last_updated_time": "2024-07-22 19:17:53 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 05:56:37 +00:00",
                "search_volume": 720,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 590
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 05:56:37 +00:00",
                "search_volume": 720,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 590
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free seo analyzer tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 09:02:03 +00:00",
                "competition": 0.05,
                "competition_level": "LOW",
                "cpc": 11.29,
                "search_volume": 1000,
                "low_top_of_page_bid": 4.43,
                "high_top_of_page_bid": 11.9,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo analyzer tool free",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 75,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-21 10:37:10 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.59,
                "ad_position_max": 2,
                "ad_position_average": 2.36,
                "cpc_min": 474.15,
                "cpc_max": 579.52,
                "cpc_average": 526.83,
                "daily_impressions_min": 0.92,
                "daily_impressions_max": 1.13,
                "daily_impressions_average": 1.02,
                "daily_clicks_min": 0.04,
                "daily_clicks_max": 0.05,
                "daily_clicks_average": 0.05,
                "daily_cost_min": 21.57,
                "daily_cost_max": 26.36,
                "daily_cost_average": 23.97
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 118501.7,
                "dofollow": 61139.8,
                "referring_pages": 62226.4,
                "referring_domains": 964.9,
                "referring_main_domains": 906.7,
                "rank": 360.4,
                "main_domain_rank": 455.5,
                "last_updated_time": "2024-07-26 08:15:30 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 13:16:39 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 03:59:00 +00:00",
                "search_volume": 526,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 684
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 684
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 842
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 526
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 463
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 526
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 526
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 463
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 378
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 252
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 205
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 152
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 03:59:00 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "small seo plagiarism checker tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 04:54:34 +00:00",
                "competition": 0.27,
                "competition_level": "LOW",
                "cpc": 3.18,
                "search_volume": 480,
                "low_top_of_page_bid": 0.87,
                "high_top_of_page_bid": 3.17,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "small seo tools plagiarism checker",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 48,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 53029.2,
                "dofollow": 38949,
                "referring_pages": 42213.7,
                "referring_domains": 1092.9,
                "referring_main_domains": 1004.3,
                "rank": 346,
                "main_domain_rank": 388.9,
                "last_updated_time": "2023-09-01 18:36:12 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 09:07:45 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 04:54:34 +00:00",
                "search_volume": 480,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 03:51:08 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "rank tracker seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 06:14:39 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 1300,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 880
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo rank tracker tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 65,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-25 08:08:58 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 84.39,
                "cpc_max": 103.15,
                "cpc_average": 93.77,
                "daily_impressions_min": 0.16,
                "daily_impressions_max": 0.2,
                "daily_impressions_average": 0.18,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": 0.2,
                "daily_cost_max": 0.24,
                "daily_cost_average": 0.22
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 2374.2,
                "dofollow": 1474.2,
                "referring_pages": 1901.7,
                "referring_domains": 571.2,
                "referring_main_domains": 534.4,
                "rank": 301.3,
                "main_domain_rank": 445.5,
                "last_updated_time": "2024-08-05 18:21:05 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-07 04:37:14 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-04 14:30:38 +00:00",
                "search_volume": 433,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 533
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 533
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 433
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 433
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 333
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 333
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 240
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 533
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 533
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 533
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 293
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 293
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-04 14:30:40 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo backlink checker tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 19:16:27 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": 1.83,
                "search_volume": 390,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 170
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "backlink checker seo tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 73,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 67811.6,
                "dofollow": 65189.6,
                "referring_pages": 67267.7,
                "referring_domains": 1210.5,
                "referring_main_domains": 1120.4,
                "rank": 406.3,
                "main_domain_rank": 487.1,
                "last_updated_time": "2024-07-16 05:03:59 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-09-03 23:50:58 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-07-31 21:28:26 +00:00",
                "search_volume": 390,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 170
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 23:59:45 +00:00",
                "search_volume": 390,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 170
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo backlink tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 04:33:46 +00:00",
                "competition": 0.08,
                "competition_level": "LOW",
                "cpc": 6.16,
                "search_volume": 590,
                "low_top_of_page_bid": 2,
                "high_top_of_page_bid": 8.93,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo backlink tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 88,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-25 05:20:41 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 267033.1,
                "dofollow": 257951.4,
                "referring_pages": 264605.2,
                "referring_domains": 2556.7,
                "referring_main_domains": 3856.7,
                "rank": 433.6,
                "main_domain_rank": 492.5,
                "last_updated_time": "2023-12-21 12:44:43 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:23 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 21:27:44 +00:00",
                "search_volume": 295,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 440
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 295
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 360
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 295
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 240
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 240
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 195
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 160
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 295
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 240
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 295
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 195
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 130
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 21:27:44 +00:00",
                "search_volume": 295,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 440
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 295
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 360
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 295
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 240
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 240
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 195
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 160
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 295
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 240
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 295
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 195
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 195
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "youtube seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 09:53:58 +00:00",
                "competition": 0.2,
                "competition_level": "LOW",
                "cpc": 3.63,
                "search_volume": 260,
                "low_top_of_page_bid": 1.48,
                "high_top_of_page_bid": 4.7,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 260
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "tool seo youtube",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 06:40:23 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.58,
                "ad_position_max": 1,
                "ad_position_average": 1.44,
                "cpc_min": 358.31,
                "cpc_max": 437.93,
                "cpc_average": 398.12,
                "daily_impressions_min": 15.27,
                "daily_impressions_max": 18.66,
                "daily_impressions_average": 16.96,
                "daily_clicks_min": 1.05,
                "daily_clicks_max": 1.29,
                "daily_clicks_average": 1.17,
                "daily_cost_min": 419.33,
                "daily_cost_max": 512.51,
                "daily_cost_average": 465.92
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 20125.6,
                "dofollow": 19766.3,
                "referring_pages": 19905.4,
                "referring_domains": 49.8,
                "referring_main_domains": 42.6,
                "rank": 96.5,
                "main_domain_rank": 586.4,
                "last_updated_time": "2024-08-15 21:30:11 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 16:21:13 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 09:53:58 +00:00",
                "search_volume": 260,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 260
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 09:53:58 +00:00",
                "search_volume": 260,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 260
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo website analysis tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 04:59:06 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": 18.68,
                "search_volume": 260,
                "low_top_of_page_bid": 5.78,
                "high_top_of_page_bid": 15,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 210
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo website analysis tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 75,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 04:51:22 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 3.89,
                "ad_position_max": 3,
                "ad_position_average": 3.54,
                "cpc_min": 202.11,
                "cpc_max": 247.02,
                "cpc_average": 224.56,
                "daily_impressions_min": 0.34,
                "daily_impressions_max": 0.42,
                "daily_impressions_average": 0.38,
                "daily_clicks_min": 0.01,
                "daily_clicks_max": 0.01,
                "daily_clicks_average": 0.01,
                "daily_cost_min": 1.35,
                "daily_cost_max": 1.65,
                "daily_cost_average": 1.5
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 114974.8,
                "dofollow": 59460.8,
                "referring_pages": 60455.3,
                "referring_domains": 992.6,
                "referring_main_domains": 933,
                "rank": 378.6,
                "main_domain_rank": 458.8,
                "last_updated_time": "2024-08-15 23:31:59 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:50 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 05:47:57 +00:00",
                "search_volume": 260,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 140
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 04:59:06 +00:00",
                "search_volume": 260,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 210
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keywords ranking tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 19:16:09 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 210,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 34,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 13:14:04 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 2538.1,
                "dofollow": 1944.5,
                "referring_pages": 2192.3,
                "referring_domains": 335.1,
                "referring_main_domains": 309.8,
                "rank": 244.3,
                "main_domain_rank": 445.4,
                "last_updated_time": "2024-07-24 11:50:06 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational"
                ],
                "last_updated_time": "2023-03-02 01:43:38 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 19:16:09 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 19:16:09 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool mac",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 00:57:02 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 210,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tools for mac",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 5,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 5601.7,
                "dofollow": 3755.4,
                "referring_pages": 4944.8,
                "referring_domains": 1704,
                "referring_main_domains": 1622.5,
                "rank": 107.3,
                "main_domain_rank": 617.1,
                "last_updated_time": "2024-08-16 07:49:38 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 00:57:02 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 00:57:02 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keyword ranking tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 15:02:51 +00:00",
                "competition": 0.11,
                "competition_level": "LOW",
                "cpc": 5.85,
                "search_volume": 210,
                "low_top_of_page_bid": 1.69,
                "high_top_of_page_bid": 6.13,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keywords ranking tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 35,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 06:34:14 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.3,
                "ad_position_max": 1,
                "ad_position_average": 1.18,
                "cpc_min": 377.31,
                "cpc_max": 461.15,
                "cpc_average": 419.23,
                "daily_impressions_min": 0.87,
                "daily_impressions_max": 1.06,
                "daily_impressions_average": 0.97,
                "daily_clicks_min": 0.01,
                "daily_clicks_max": 0.02,
                "daily_clicks_average": 0.02,
                "daily_cost_min": 6.19,
                "daily_cost_max": 7.57,
                "daily_cost_average": 6.88
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 2545.2,
                "dofollow": 1950.4,
                "referring_pages": 2198.1,
                "referring_domains": 336.6,
                "referring_main_domains": 311.3,
                "rank": 229.6,
                "main_domain_rank": 445.4,
                "last_updated_time": "2024-07-27 12:59:21 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "informational",
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 15:02:51 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 15:02:51 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "mac seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 03:09:54 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 210,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tools for mac",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 10,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 8212.1,
                "dofollow": 5142.5,
                "referring_pages": 7123.7,
                "referring_domains": 2075.4,
                "referring_main_domains": 1960.2,
                "rank": 187.2,
                "main_domain_rank": 529,
                "last_updated_time": "2024-07-24 12:17:11 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-08-31 02:50:18 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 03:09:54 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 03:09:54 +00:00",
                "search_volume": 210,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "etsy seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 12:54:51 +00:00",
                "competition": 0.3,
                "competition_level": "LOW",
                "cpc": 4.72,
                "search_volume": 720,
                "low_top_of_page_bid": 1.37,
                "high_top_of_page_bid": 6.77,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 720
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo etsy tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 3,
                "detected_language": "et",
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-18 09:57:53 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.96,
                "ad_position_max": 2,
                "ad_position_average": 2.69,
                "cpc_min": 83.09,
                "cpc_max": 101.55,
                "cpc_average": 92.32,
                "daily_impressions_min": 0.49,
                "daily_impressions_max": 0.6,
                "daily_impressions_average": 0.55,
                "daily_clicks_min": 0.02,
                "daily_clicks_max": 0.02,
                "daily_clicks_average": 0.02,
                "daily_cost_min": 1.45,
                "daily_cost_max": 1.77,
                "daily_cost_average": 1.61
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 902.9,
                "dofollow": 594,
                "referring_pages": 674.9,
                "referring_domains": 104.5,
                "referring_main_domains": 98.1,
                "rank": 113.4,
                "main_domain_rank": 437.3,
                "last_updated_time": "2024-07-15 20:09:03 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 19:17:59 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 10:19:30 +00:00",
                "search_volume": 180,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 220
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 147
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 147
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 180
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 120
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 180
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 180
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 180
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 180
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 160
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 10:19:30 +00:00",
                "search_volume": 106,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 130
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 106
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 106
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 106
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 87
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 87
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 106
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 71
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 106
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 106
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 106
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 106
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 96
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo plagiarism checker tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 21:14:01 +00:00",
                "competition": 0.07,
                "competition_level": "LOW",
                "cpc": 0.61,
                "search_volume": 170,
                "low_top_of_page_bid": 0.02,
                "high_top_of_page_bid": 4.89,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tool plagiarism checker",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 96,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 98589.9,
                "dofollow": 46967.5,
                "referring_pages": 49657.2,
                "referring_domains": 1828.6,
                "referring_main_domains": 1662.1,
                "rank": 383.4,
                "main_domain_rank": 433.3,
                "last_updated_time": "2024-08-10 15:22:22 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-09-03 07:33:15 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 21:14:01 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 02:40:08 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keyword planner tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 12:27:55 +00:00",
                "competition": 0.1,
                "competition_level": "LOW",
                "cpc": 5.09,
                "search_volume": 170,
                "low_top_of_page_bid": 1.62,
                "high_top_of_page_bid": 4.57,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 94,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 29452.1,
                "dofollow": 22834.9,
                "referring_pages": 26278.9,
                "referring_domains": 6082.4,
                "referring_main_domains": 5610.7,
                "rank": 448.9,
                "main_domain_rank": 633.1,
                "last_updated_time": "2024-08-16 18:03:32 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-09-04 21:36:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 12:27:55 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 12:27:55 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword planner tool for seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 17:06:28 +00:00",
                "competition": 0.1,
                "competition_level": "LOW",
                "cpc": 5.09,
                "search_volume": 170,
                "low_top_of_page_bid": 1.62,
                "high_top_of_page_bid": 4.57,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keyword planner tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 89,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-22 02:20:27 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 10796.2,
                "dofollow": 8180.7,
                "referring_pages": 10011.3,
                "referring_domains": 3132.6,
                "referring_main_domains": 2920.8,
                "rank": 408.7,
                "main_domain_rank": 639.3,
                "last_updated_time": "2024-03-13 21:02:16 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 00:34:18 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 17:06:28 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 17:06:28 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "tool seo keywords",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 05:22:22 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 170,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keywords tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 88,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 12573.7,
                "dofollow": 9284.2,
                "referring_pages": 11486.2,
                "referring_domains": 3449.9,
                "referring_main_domains": 3199.6,
                "rank": 422.2,
                "main_domain_rank": 554.3,
                "last_updated_time": "2024-07-17 04:19:45 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-04 00:44:23 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 05:22:22 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 05:22:22 +00:00",
                "search_volume": 170,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo ai tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 15:32:46 +00:00",
                "competition": 0.26,
                "competition_level": "LOW",
                "cpc": 11.08,
                "search_volume": 4400,
                "low_top_of_page_bid": 3.46,
                "high_top_of_page_bid": 13.48,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 49500
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "ai seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 16,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1132.1,
                "dofollow": 620.5,
                "referring_pages": 1031.3,
                "referring_domains": 158.5,
                "referring_main_domains": 151.5,
                "rank": 189.9,
                "main_domain_rank": 401.1,
                "last_updated_time": "2024-07-21 13:10:51 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-06-23 06:58:59 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 20:10:43 +00:00",
                "search_volume": 169,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 38
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1903
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 33
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 38
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 22
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 22
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 18
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 12
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 12
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 15
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 20:10:43 +00:00",
                "search_volume": 283,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 64
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 3193
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 56
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 64
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 38
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 38
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 25
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo free tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 16:58:36 +00:00",
                "competition": 0.21,
                "competition_level": "LOW",
                "cpc": 8.36,
                "search_volume": 6600,
                "low_top_of_page_bid": 2.64,
                "high_top_of_page_bid": 9,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 9900
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 6600
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 5400
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 4400
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo free tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 67,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 09:34:14 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.22,
                "ad_position_max": 2,
                "ad_position_average": 2.02,
                "cpc_min": 458.77,
                "cpc_max": 560.72,
                "cpc_average": 509.75,
                "daily_impressions_min": 0.47,
                "daily_impressions_max": 0.58,
                "daily_impressions_average": 0.53,
                "daily_clicks_min": 0.02,
                "daily_clicks_max": 0.03,
                "daily_clicks_average": 0.02,
                "daily_cost_min": 10.79,
                "daily_cost_max": 13.19,
                "daily_cost_average": 11.99
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 118216.1,
                "dofollow": 60652.6,
                "referring_pages": 61677.6,
                "referring_domains": 952.7,
                "referring_main_domains": 898.3,
                "rank": 350.7,
                "main_domain_rank": 562.3,
                "last_updated_time": "2024-08-04 16:57:53 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:33 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 23:01:15 +00:00",
                "search_volume": 157,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 157
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 192
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 235
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 192
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 157
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 157
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 157
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 157
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 157
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 157
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 128
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 111
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 23:01:15 +00:00",
                "search_volume": 42,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 64
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 35
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 28
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 27
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo audit tool free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 13:19:39 +00:00",
                "competition": 0.22,
                "competition_level": "LOW",
                "cpc": 13.96,
                "search_volume": 590,
                "low_top_of_page_bid": 4.76,
                "high_top_of_page_bid": 14.18,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo audit free tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 64,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 00:12:55 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 6528.8,
                "dofollow": 4852.3,
                "referring_pages": 5815.1,
                "referring_domains": 1069.9,
                "referring_main_domains": 1007.3,
                "rank": 328.7,
                "main_domain_rank": 467.4,
                "last_updated_time": "2024-08-09 16:54:13 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:23 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 15:57:35 +00:00",
                "search_volume": 147,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 180
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 147
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 120
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 120
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 147
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 97
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 120
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 120
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 120
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 97
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 64
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 15:57:35 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 49
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 49
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 49
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 33
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 33
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 26
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 33
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 33
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 33
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 26
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword tool for seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 05:34:34 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": 6.2,
                "search_volume": 1300,
                "low_top_of_page_bid": 1.91,
                "high_top_of_page_bid": 8.62,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 880
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 720
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keywords tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 88,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 05:51:12 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 295.25,
                "cpc_max": 360.87,
                "cpc_average": 328.06,
                "daily_impressions_min": 0.14,
                "daily_impressions_max": 0.17,
                "daily_impressions_average": 0.16,
                "daily_clicks_min": 0.01,
                "daily_clicks_max": 0.01,
                "daily_clicks_average": 0.01,
                "daily_cost_min": 2.37,
                "daily_cost_max": 2.89,
                "daily_cost_average": 2.63
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 12424.9,
                "dofollow": 9170.8,
                "referring_pages": 11344.2,
                "referring_domains": 3369.7,
                "referring_main_domains": 3125.4,
                "rank": 407.9,
                "main_domain_rank": 554.3,
                "last_updated_time": "2024-07-15 10:38:44 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 00:34:20 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 18:55:49 +00:00",
                "search_volume": 144,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 211
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 211
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 266
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 177
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 144
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 144
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 144
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 144
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 177
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 111
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 97
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 80
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 84
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 18:55:49 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo keyword tool free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 15:12:14 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": 6.98,
                "search_volume": 1000,
                "low_top_of_page_bid": 2,
                "high_top_of_page_bid": 7.3,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keywords tool free",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 94,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-24 10:06:56 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.54,
                "ad_position_max": 2,
                "ad_position_average": 2.31,
                "cpc_min": 328.28,
                "cpc_max": 401.24,
                "cpc_average": 364.76,
                "daily_impressions_min": 1.2,
                "daily_impressions_max": 1.46,
                "daily_impressions_average": 1.33,
                "daily_clicks_min": 0.14,
                "daily_clicks_max": 0.17,
                "daily_clicks_average": 0.15,
                "daily_cost_min": 49.58,
                "daily_cost_max": 60.6,
                "daily_cost_average": 55.09
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 19202,
                "dofollow": 15335.8,
                "referring_pages": 17813.4,
                "referring_domains": 3741.7,
                "referring_main_domains": 3471.7,
                "rank": 426.2,
                "main_domain_rank": 528.7,
                "last_updated_time": "2024-08-06 03:44:10 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 01:03:18 +00:00",
                "search_volume": 142,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 185
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 228
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 228
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 185
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 142
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 125
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 102
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 102
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 125
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 84
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 84
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 55
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 45
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 01:03:18 +00:00",
                "search_volume": 666,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 866
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1066
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1066
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 866
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 666
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 586
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 586
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 393
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 393
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 213
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo site audit tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 20:31:53 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": 16.04,
                "search_volume": 140,
                "low_top_of_page_bid": 10.46,
                "high_top_of_page_bid": 34.31,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  11095,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 81,
                "detected_language": null,
                "is_another_language": null
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 7193.4,
                "dofollow": 5314.2,
                "referring_pages": 6279.7,
                "referring_domains": 1148,
                "referring_main_domains": 1082.2,
                "rank": 374.6,
                "main_domain_rank": 478.7,
                "last_updated_time": "2024-08-17 16:30:35 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-02 01:43:45 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 07:17:41 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 110
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 20:31:53 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "iweb seo tool download",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 02:39:57 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 140,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 480
                  }
                ]
              },
              "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
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 7.2,
                "dofollow": 2.6,
                "referring_pages": 7.2,
                "referring_domains": 2.7,
                "referring_main_domains": 2.4,
                "rank": 113.5,
                "main_domain_rank": 623.8,
                "last_updated_time": "2024-07-17 15:15:37 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-15 05:02:11 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 02:39:57 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 480
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 02:39:57 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 480
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "amazon seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 22:34:24 +00:00",
                "competition": 0.13,
                "competition_level": "LOW",
                "cpc": 18.06,
                "search_volume": 320,
                "low_top_of_page_bid": 3.68,
                "high_top_of_page_bid": 15,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 320
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 260
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-26 02:33:34 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.15,
                "ad_position_max": 2,
                "ad_position_average": 1.96,
                "cpc_min": 580.54,
                "cpc_max": 709.55,
                "cpc_average": 645.04,
                "daily_impressions_min": 4.42,
                "daily_impressions_max": 5.4,
                "daily_impressions_average": 4.91,
                "daily_clicks_min": 0.24,
                "daily_clicks_max": 0.29,
                "daily_clicks_average": 0.27,
                "daily_cost_min": 154.11,
                "daily_cost_max": 188.35,
                "daily_cost_average": 171.23
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 247,
                "dofollow": 194.2,
                "referring_pages": 234.9,
                "referring_domains": 54,
                "referring_main_domains": 52,
                "rank": 123.8,
                "main_domain_rank": 442.3,
                "last_updated_time": "2024-07-16 14:32:18 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-03 13:27:17 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 03:34:59 +00:00",
                "search_volume": 128,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 156
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 156
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 156
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 128
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 104
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 128
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 128
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 128
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 130
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 03:34:59 +00:00",
                "search_volume": 53,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 65
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 65
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 65
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 53
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 43
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 53
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 43
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 43
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 53
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 43
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 53
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 43
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 43
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "alexa seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 20:56:57 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 1.47,
                "search_volume": 110,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tool alexa",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 59,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-25 22:05:51 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 526460,
                "dofollow": 506992.8,
                "referring_pages": 508656.7,
                "referring_domains": 1609.2,
                "referring_main_domains": 1351.3,
                "rank": 242.2,
                "main_domain_rank": 482.7,
                "last_updated_time": "2023-01-26 14:34:33 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-04 14:12:55 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 20:56:57 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 20:56:57 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool alexa",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 04:49:22 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": 1.47,
                "search_volume": 110,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 13,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 435003.2,
                "dofollow": 433525.6,
                "referring_pages": 434204,
                "referring_domains": 1093.2,
                "referring_main_domains": 978.5,
                "rank": 191.2,
                "main_domain_rank": 478.6,
                "last_updated_time": "2024-08-10 18:33:59 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-08-31 12:24:07 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 04:49:22 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 04:49:22 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "advanced seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 18:51:48 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 110,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 52,
                "detected_language": null,
                "is_another_language": null
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 3142.6,
                "dofollow": 3041.7,
                "referring_pages": 3083.8,
                "referring_domains": 110.4,
                "referring_main_domains": 99.8,
                "rank": 247.3,
                "main_domain_rank": 451.6,
                "last_updated_time": "2024-08-18 21:15:33 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-04 06:08:39 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 18:51:48 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 18:51:48 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo site checker tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-13 02:56:57 +00:00",
                "competition": 0.16,
                "competition_level": "LOW",
                "cpc": 8.22,
                "search_volume": 5400,
                "low_top_of_page_bid": 2.6,
                "high_top_of_page_bid": 7.86,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 6600
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 5400
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 5400
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 5400
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 5400
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 4400
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 4400
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 3600
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 85,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-26 19:55:23 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 164374.2,
                "dofollow": 106224.9,
                "referring_pages": 108058.1,
                "referring_domains": 1239.4,
                "referring_main_domains": 1164.4,
                "rank": 418.5,
                "main_domain_rank": 493.8,
                "last_updated_time": "2024-07-21 12:38:00 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "navigational",
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:45 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 05:06:17 +00:00",
                "search_volume": 108,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 132
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 132
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 162
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 132
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 132
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 108
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 108
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 108
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 108
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 88
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 88
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 72
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 66
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 05:06:17 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "best seo competitor analysis tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-13 02:59:16 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 90,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 38,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-26 19:39:34 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 369.1,
                "dofollow": 282.4,
                "referring_pages": 334.6,
                "referring_domains": 135.6,
                "referring_main_domains": 128.9,
                "rank": 183.8,
                "main_domain_rank": 481.3,
                "last_updated_time": "2024-08-19 15:12:11 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 10:47:43 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-13 02:59:16 +00:00",
                "search_volume": 90,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-13 02:59:16 +00:00",
                "search_volume": 90,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "competitive seo analysis tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 23:54:47 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": 15.44,
                "search_volume": 1900,
                "low_top_of_page_bid": 5.06,
                "high_top_of_page_bid": 23.78,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 2900
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 2900
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1900
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1900
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 880
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo competitive analysis tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 39,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 399.4,
                "dofollow": 289.7,
                "referring_pages": 360.6,
                "referring_domains": 161.6,
                "referring_main_domains": 154.1,
                "rank": 228,
                "main_domain_rank": 493.8,
                "last_updated_time": "2024-08-05 10:47:23 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-08-30 01:38:40 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 01:56:31 +00:00",
                "search_volume": 82,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 82
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 104
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 126
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 126
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 104
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 82
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 82
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 82
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 104
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 69
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 56
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 38
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 41
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 01:56:31 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool group",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 18:12:19 +00:00",
                "competition": 0.11,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 70,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo group tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 34,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-12 08:58:28 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.22,
                "ad_position_max": 2,
                "ad_position_average": 2.02,
                "cpc_min": 130.25,
                "cpc_max": 159.19,
                "cpc_average": 144.72,
                "daily_impressions_min": 0.18,
                "daily_impressions_max": 0.22,
                "daily_impressions_average": 0.2,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": 0.54,
                "daily_cost_max": 0.66,
                "daily_cost_average": 0.6
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1802.5,
                "dofollow": 968.6,
                "referring_pages": 1463.8,
                "referring_domains": 339.1,
                "referring_main_domains": 311.3,
                "rank": 220.3,
                "main_domain_rank": 365.8,
                "last_updated_time": "2024-08-19 23:52:51 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 18:12:19 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 18:12:19 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 480
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo technical audit tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 14:22:29 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 70,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10019,
                  10168,
                  10276,
                  10290,
                  10296,
                  10885,
                  11095,
                  11181,
                  11270,
                  12209,
                  12581
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 54,
                "detected_language": null,
                "is_another_language": null
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 3060.9,
                "dofollow": 1974,
                "referring_pages": 2446.7,
                "referring_domains": 610.9,
                "referring_main_domains": 578.9,
                "rank": 314.4,
                "main_domain_rank": 528.4,
                "last_updated_time": "2024-07-18 17:34:13 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 14:22:29 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 14:22:29 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "tool for seo audit",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 20:46:56 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 70,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo audit tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 47,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-22 09:38:24 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 3591,
                "dofollow": 2226.7,
                "referring_pages": 2801.7,
                "referring_domains": 626.1,
                "referring_main_domains": 595.1,
                "rank": 237,
                "main_domain_rank": 479.3,
                "last_updated_time": "2024-07-12 12:22:50 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 09:20:51 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 20:46:56 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 20:46:56 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "google seo keyword search tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 18:02:25 +00:00",
                "competition": 0.06,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 70,
                "low_top_of_page_bid": 2.44,
                "high_top_of_page_bid": 8.63,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "google keyword search tool seo",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 76,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-12 08:56:43 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 8551.1,
                "dofollow": 6141.7,
                "referring_pages": 7827.4,
                "referring_domains": 2515.8,
                "referring_main_domains": 2238.7,
                "rank": 343.5,
                "main_domain_rank": 663.1,
                "last_updated_time": "2024-07-11 17:32:26 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-05 21:47:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 18:02:25 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 18:02:25 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "best etsy seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 10:23:53 +00:00",
                "competition": 0.41,
                "competition_level": "MEDIUM",
                "cpc": 6.16,
                "search_volume": 140,
                "low_top_of_page_bid": 2.01,
                "high_top_of_page_bid": 9.22,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 170
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "best etsy seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 644.9,
                "dofollow": 336.7,
                "referring_pages": 421.6,
                "referring_domains": 106.9,
                "referring_main_domains": 100.8,
                "rank": 53,
                "main_domain_rank": 486.6,
                "last_updated_time": "2024-07-07 17:21:11 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 09:55:38 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 11:43:59 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 45
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 45
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 45
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 55
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 85
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 55
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 105
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 85
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 85
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 140
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 11:43:59 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 140
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool keyword density",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 04:21:39 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 70,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "keyword density seo tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 50,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-23 05:16:46 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1153.8,
                "dofollow": 1010.5,
                "referring_pages": 1113.9,
                "referring_domains": 277.3,
                "referring_main_domains": 248.7,
                "rank": 248.4,
                "main_domain_rank": 408,
                "last_updated_time": "2024-07-18 17:34:14 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 04:21:39 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 04:21:39 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo optimizer tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 02:25:07 +00:00",
                "competition": 0.13,
                "competition_level": "LOW",
                "cpc": 10.03,
                "search_volume": 70,
                "low_top_of_page_bid": 4.6,
                "high_top_of_page_bid": 13.24,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo optimizer tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 70,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-16 22:18:21 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.22,
                "ad_position_max": 2,
                "ad_position_average": 2.02,
                "cpc_min": 358.79,
                "cpc_max": 438.52,
                "cpc_average": 398.66,
                "daily_impressions_min": 1.29,
                "daily_impressions_max": 1.58,
                "daily_impressions_average": 1.43,
                "daily_clicks_min": 0.05,
                "daily_clicks_max": 0.06,
                "daily_clicks_average": 0.06,
                "daily_cost_min": 20.6,
                "daily_cost_max": 25.17,
                "daily_cost_average": 22.89
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 6018,
                "dofollow": 4549.7,
                "referring_pages": 5607.2,
                "referring_domains": 1059.7,
                "referring_main_domains": 982.1,
                "rank": 340.2,
                "main_domain_rank": 491.2,
                "last_updated_time": "2024-07-11 07:54:51 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:41 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 02:25:07 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 02:25:07 +00:00",
                "search_volume": 70,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "automated seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 07:12:38 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": 10.49,
                "search_volume": 1000,
                "low_top_of_page_bid": 3.72,
                "high_top_of_page_bid": 12.94,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 320
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 210
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "automated seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 4,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-23 11:46:18 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 507.62,
                "cpc_max": 620.42,
                "cpc_average": 564.02,
                "daily_impressions_min": 0.12,
                "daily_impressions_max": 0.14,
                "daily_impressions_average": 0.13,
                "daily_clicks_min": 0.02,
                "daily_clicks_max": 0.02,
                "daily_clicks_average": 0.02,
                "daily_cost_min": 8.48,
                "daily_cost_max": 10.36,
                "daily_cost_average": 9.42
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 39.4,
                "dofollow": 18.6,
                "referring_pages": 30.4,
                "referring_domains": 20.1,
                "referring_main_domains": 19.7,
                "rank": 78.7,
                "main_domain_rank": 420.4,
                "last_updated_time": "2024-07-22 15:35:32 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 03:22:24 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 13:47:15 +00:00",
                "search_volume": 66,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 39
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 14
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 21
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 17
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 540
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 26
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 14
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 14
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 17
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 14
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 17
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 14
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 32
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 13:47:15 +00:00",
                "search_volume": 333,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 196
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 106
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 86
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 2700
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 130
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 86
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 86
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 160
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "best seo optimization tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 09:19:48 +00:00",
                "competition": 0.1,
                "competition_level": "LOW",
                "cpc": 12.74,
                "search_volume": 3600,
                "low_top_of_page_bid": 3.79,
                "high_top_of_page_bid": 18,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 8100
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 5400
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 3600
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 2900
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 2900
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 2900
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 3600
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 2900
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 2400
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 47,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 11:49:24 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.44,
                "ad_position_max": 2,
                "ad_position_average": 2.22,
                "cpc_min": 580.05,
                "cpc_max": 708.95,
                "cpc_average": 644.5,
                "daily_impressions_min": 0.64,
                "daily_impressions_max": 0.78,
                "daily_impressions_average": 0.71,
                "daily_clicks_min": 0.01,
                "daily_clicks_max": 0.01,
                "daily_clicks_average": 0.01,
                "daily_cost_min": 5.78,
                "daily_cost_max": 7.07,
                "daily_cost_average": 6.43
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1665.8,
                "dofollow": 609.6,
                "referring_pages": 1564.3,
                "referring_domains": 147.5,
                "referring_main_domains": 143.3,
                "rank": 196.7,
                "main_domain_rank": 606.6,
                "last_updated_time": "2024-08-05 03:39:37 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-02 10:47:44 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 13:35:38 +00:00",
                "search_volume": 64,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 144
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 96
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 64
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 51
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 51
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 51
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 64
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 51
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 35
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 13:35:38 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "keyword research tool for seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 01:17:38 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": 8.68,
                "search_volume": 1900,
                "low_top_of_page_bid": 2.62,
                "high_top_of_page_bid": 10.86,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 2400
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 2400
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 1900
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 1600
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "keywords research tools for seo",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 89,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 22:52:25 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.22,
                "ad_position_max": 2,
                "ad_position_average": 2.02,
                "cpc_min": 181.25,
                "cpc_max": 221.53,
                "cpc_average": 201.39,
                "daily_impressions_min": 0.37,
                "daily_impressions_max": 0.45,
                "daily_impressions_average": 0.41,
                "daily_clicks_min": 0.02,
                "daily_clicks_max": 0.03,
                "daily_clicks_average": 0.02,
                "daily_cost_min": 4.26,
                "daily_cost_max": 5.21,
                "daily_cost_average": 4.74
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 12953.9,
                "dofollow": 9508.7,
                "referring_pages": 11722.5,
                "referring_domains": 3317.4,
                "referring_main_domains": 3060.1,
                "rank": 350.2,
                "main_domain_rank": 587.3,
                "last_updated_time": "2024-08-05 09:44:59 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 00:34:19 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 15:37:41 +00:00",
                "search_volume": 63,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 80
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 63
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 80
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 80
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 80
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 63
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 80
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 80
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 80
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 63
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 53
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 53
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 65
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 15:37:41 +00:00",
                "search_volume": 111,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 141
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 111
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 141
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 141
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 141
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 111
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 141
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 141
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 141
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 111
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 94
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 94
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 68
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "tool for seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 19:27:25 +00:00",
                "competition": 0.21,
                "competition_level": "LOW",
                "cpc": 9.67,
                "search_volume": 12100,
                "low_top_of_page_bid": 2.49,
                "high_top_of_page_bid": 10.21,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 18100
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 14800
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 9900
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 9900
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 47,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-25 15:53:18 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.67,
                "ad_position_max": 1,
                "ad_position_average": 1.52,
                "cpc_min": 393.7,
                "cpc_max": 481.19,
                "cpc_average": 437.44,
                "daily_impressions_min": 0.24,
                "daily_impressions_max": 0.29,
                "daily_impressions_average": 0.26,
                "daily_clicks_min": 0.01,
                "daily_clicks_max": 0.01,
                "daily_clicks_average": 0.01,
                "daily_cost_min": 4.02,
                "daily_cost_max": 4.91,
                "daily_cost_average": 4.47
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 799.7,
                "dofollow": 560.3,
                "referring_pages": 719.2,
                "referring_domains": 273.5,
                "referring_main_domains": 261.8,
                "rank": 241,
                "main_domain_rank": 591.8,
                "last_updated_time": "2024-08-04 13:20:53 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 09:20:51 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 61,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 92
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 75
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 75
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 75
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 52
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "tool seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 10:48:53 +00:00",
                "competition": 0.21,
                "competition_level": "LOW",
                "cpc": 9.67,
                "search_volume": 12100,
                "low_top_of_page_bid": 2.49,
                "high_top_of_page_bid": 10.21,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 18100
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 14800
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 12100
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 14800
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 9900
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 12100
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 9900
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 66,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-21 13:13:04 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 103676.4,
                "dofollow": 91804.2,
                "referring_pages": 99097.8,
                "referring_domains": 5701.3,
                "referring_main_domains": 5247.1,
                "rank": 372,
                "main_domain_rank": 567.6,
                "last_updated_time": "2024-07-14 22:24:35 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-03 09:21:10 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 61,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 92
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 75
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 75
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 61
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 75
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 61
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 52
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 01:37:49 +00:00",
                "search_volume": 19,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 19
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 19
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 29
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 19
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 23
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 19
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 19
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 19
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 15
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool for youtube",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 21:34:38 +00:00",
                "competition": 0.08,
                "competition_level": "LOW",
                "cpc": 6.13,
                "search_volume": 590,
                "low_top_of_page_bid": 1.75,
                "high_top_of_page_bid": 5.88,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "tool seo youtube",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 41,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 17:15:14 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 16404,
                "dofollow": 15972.3,
                "referring_pages": 16180.9,
                "referring_domains": 230.9,
                "referring_main_domains": 214.6,
                "rank": 179.9,
                "main_domain_rank": 650.4,
                "last_updated_time": "2024-07-15 21:47:15 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 15:05:43 +00:00",
                "search_volume": 59,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 72
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 88
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 88
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 72
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 59
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 59
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 39
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 48
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 39
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 29
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 15:05:43 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo youtube tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 23:40:59 +00:00",
                "competition": 0.08,
                "competition_level": "LOW",
                "cpc": 6.13,
                "search_volume": 590,
                "low_top_of_page_bid": 1.75,
                "high_top_of_page_bid": 5.88,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 720
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 590
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 590
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 390
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "tool seo youtube",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 41,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 20:16:46 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 18144,
                "dofollow": 17087.6,
                "referring_pages": 17653.3,
                "referring_domains": 734.8,
                "referring_main_domains": 689,
                "rank": 201.2,
                "main_domain_rank": 650.4,
                "last_updated_time": "2024-07-15 21:47:18 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:52 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 15:05:43 +00:00",
                "search_volume": 59,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 72
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 88
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 88
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 72
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 59
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 59
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 59
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 39
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 48
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 39
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 29
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 15:05:43 +00:00",
                "search_volume": 31,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 37
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 46
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 46
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 37
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 31
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 31
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 31
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 31
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 31
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 16
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo analytics tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 07:46:04 +00:00",
                "competition": 0.07,
                "competition_level": "LOW",
                "cpc": 13.97,
                "search_volume": 1300,
                "low_top_of_page_bid": 3.97,
                "high_top_of_page_bid": 18.31,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1300
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 1600
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 880
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 720
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo analytics tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 67,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 09:21:13 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 23002.2,
                "dofollow": 13990,
                "referring_pages": 22249.8,
                "referring_domains": 2939.3,
                "referring_main_domains": 2720.4,
                "rank": 349.2,
                "main_domain_rank": 572.7,
                "last_updated_time": "2024-08-05 22:40:29 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:22 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 06:43:02 +00:00",
                "search_volume": 55,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 68
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 55
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 55
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 55
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 55
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 55
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 55
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 68
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 37
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 26
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 06:43:02 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo analyzer tool free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 10:14:52 +00:00",
                "competition": 0.05,
                "competition_level": "LOW",
                "cpc": 11.29,
                "search_volume": 1000,
                "low_top_of_page_bid": 4.43,
                "high_top_of_page_bid": 11.9,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 1300
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 1900
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 1600
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 1000
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 880
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 1000
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 880
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 720
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 480
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 390
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 75,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 13:22:24 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 118473.2,
                "dofollow": 61175,
                "referring_pages": 62271.3,
                "referring_domains": 985.3,
                "referring_main_domains": 925.9,
                "rank": 373,
                "main_domain_rank": 450.1,
                "last_updated_time": "2024-08-05 22:40:20 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:22 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 03:59:00 +00:00",
                "search_volume": 52,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 68
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 68
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 100
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 84
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 46
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 52
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 52
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 46
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 37
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 15
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 03:59:00 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "youtube seo tool free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 18:08:37 +00:00",
                "competition": 0.32,
                "competition_level": "LOW",
                "cpc": 4.64,
                "search_volume": 210,
                "low_top_of_page_bid": 1.28,
                "high_top_of_page_bid": 4.3,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 140
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 5,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 11:42:37 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 81.83,
                "cpc_max": 100.02,
                "cpc_average": 90.93,
                "daily_impressions_min": 0.18,
                "daily_impressions_max": 0.22,
                "daily_impressions_average": 0.2,
                "daily_clicks_min": 0.03,
                "daily_clicks_max": 0.04,
                "daily_clicks_average": 0.04,
                "daily_cost_min": 2.96,
                "daily_cost_max": 3.61,
                "daily_cost_average": 3.28
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 20255.6,
                "dofollow": 19851.2,
                "referring_pages": 20023.8,
                "referring_domains": 117.9,
                "referring_main_domains": 105.7,
                "rank": 132.5,
                "main_domain_rank": 558.3,
                "last_updated_time": "2024-08-16 05:49:03 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-03 16:21:13 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 20:15:41 +00:00",
                "search_volume": 52,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 42
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 65
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 52
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 65
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 65
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 35
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 42
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 65
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 35
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 27
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 20:15:41 +00:00",
                "search_volume": 60,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 48
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 60
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 60
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 48
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 74
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 60
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 74
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 74
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 48
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 74
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 31
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo difficulty tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 19:15:52 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 52,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-25 16:08:14 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 2992.8,
                "dofollow": 2182.6,
                "referring_pages": 2667.5,
                "referring_domains": 1052.2,
                "referring_main_domains": 996.1,
                "rank": 230.2,
                "main_domain_rank": 489.5,
                "last_updated_time": "2024-07-11 07:54:57 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:29 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 19:15:52 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 19:15:52 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo analysis tool online free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 11:02:48 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 81,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 119994.3,
                "dofollow": 61794.6,
                "referring_pages": 63318.1,
                "referring_domains": 1181.4,
                "referring_main_domains": 1107.7,
                "rank": 390.6,
                "main_domain_rank": 452.9,
                "last_updated_time": "2024-07-20 02:57:07 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-30 16:21:17 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 11:02:48 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 11:02:48 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool check up",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 21:30:47 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 75,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-25 23:09:23 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 118502.9,
                "dofollow": 61037.6,
                "referring_pages": 62313.5,
                "referring_domains": 990.7,
                "referring_main_domains": 929.9,
                "rank": 336.6,
                "main_domain_rank": 472.4,
                "last_updated_time": "2024-07-19 09:59:23 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 21:30:47 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 21:30:47 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free seo ranking tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 00:37:45 +00:00",
                "competition": 0.19,
                "competition_level": "LOW",
                "cpc": 6.73,
                "search_volume": 50,
                "low_top_of_page_bid": 3.42,
                "high_top_of_page_bid": 9,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo ranking tools free",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 63,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-22 20:16:07 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.27,
                "ad_position_max": 1,
                "ad_position_average": 1.15,
                "cpc_min": 463.28,
                "cpc_max": 566.23,
                "cpc_average": 514.76,
                "daily_impressions_min": 1.26,
                "daily_impressions_max": 1.55,
                "daily_impressions_average": 1.41,
                "daily_clicks_min": 0.13,
                "daily_clicks_max": 0.16,
                "daily_clicks_average": 0.15,
                "daily_cost_min": 68.93,
                "daily_cost_max": 84.25,
                "daily_cost_average": 76.59
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 113159.5,
                "dofollow": 57114.1,
                "referring_pages": 57884.2,
                "referring_domains": 668.4,
                "referring_main_domains": 635.1,
                "rank": 353.7,
                "main_domain_rank": 566.4,
                "last_updated_time": "2024-07-11 18:25:36 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "informational",
                  "commercial"
                ],
                "last_updated_time": "2023-03-03 13:16:39 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 00:37:45 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 00:37:45 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "majestic seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 22:08:02 +00:00",
                "competition": 0.06,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": 0.97,
                "high_top_of_page_bid": 14.21,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 18:40:06 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.48,
                "ad_position_max": 1,
                "ad_position_average": 1.35,
                "cpc_min": 153.99,
                "cpc_max": 188.21,
                "cpc_average": 171.1,
                "daily_impressions_min": 0.81,
                "daily_impressions_max": 0.99,
                "daily_impressions_average": 0.9,
                "daily_clicks_min": 0.05,
                "daily_clicks_max": 0.07,
                "daily_clicks_average": 0.06,
                "daily_cost_min": 9.3,
                "daily_cost_max": 11.37,
                "daily_cost_average": 10.33
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 59860.8,
                "dofollow": 57805.7,
                "referring_pages": 58978.6,
                "referring_domains": 1244.2,
                "referring_main_domains": 1159.7,
                "rank": 117.7,
                "main_domain_rank": 489.8,
                "last_updated_time": "2024-07-19 14:59:31 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "transactional",
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 23:40:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-03 01:53:54 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 70
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-03 01:53:59 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 70
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "etsy seo keywords tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 09:37:23 +00:00",
                "competition": 0.38,
                "competition_level": "MEDIUM",
                "cpc": 2.36,
                "search_volume": 50,
                "low_top_of_page_bid": 0.88,
                "high_top_of_page_bid": 3.53,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "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
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 03:02:40 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 263.95,
                "cpc_max": 322.61,
                "cpc_average": 293.28,
                "daily_impressions_min": 0.83,
                "daily_impressions_max": 1.01,
                "daily_impressions_average": 0.92,
                "daily_clicks_min": 0.09,
                "daily_clicks_max": 0.11,
                "daily_clicks_average": 0.1,
                "daily_cost_min": 25.42,
                "daily_cost_max": 31.06,
                "daily_cost_average": 28.24
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 784.3,
                "dofollow": 472.8,
                "referring_pages": 557.3,
                "referring_domains": 108.9,
                "referring_main_domains": 102.4,
                "rank": 106.2,
                "main_domain_rank": 396.7,
                "last_updated_time": "2024-07-11 19:40:41 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 19:17:59 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 09:37:23 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 09:37:23 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 110
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "ebay seo tool free",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 13:23:06 +00:00",
                "competition": 0.24,
                "competition_level": "LOW",
                "cpc": 3.21,
                "search_volume": 50,
                "low_top_of_page_bid": 1.46,
                "high_top_of_page_bid": 3.71,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "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
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-21 17:44:22 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 60.5,
                "dofollow": 31.3,
                "referring_pages": 48.2,
                "referring_domains": 18.5,
                "referring_main_domains": 14.4,
                "rank": 100.6,
                "main_domain_rank": 423.7,
                "last_updated_time": "2024-07-31 23:10:33 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-07 05:15:02 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 13:23:06 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 13:23:06 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo ninja tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 23:37:15 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "ninja seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 21,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 19:54:26 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 2827.5,
                "dofollow": 999.7,
                "referring_pages": 1097.5,
                "referring_domains": 95.5,
                "referring_main_domains": 80.3,
                "rank": 147.4,
                "main_domain_rank": 324.6,
                "last_updated_time": "2024-05-10 05:09:54 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:40 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 23:37:15 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-04 19:44:23 +00:00",
                "search_volume": 25,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 25
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 5
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 130
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 45
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 25
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free online seo analysis tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 03:45:01 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo analysis tool online free",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 75,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 116476.9,
                "dofollow": 59987.6,
                "referring_pages": 61199.8,
                "referring_domains": 992.5,
                "referring_main_domains": 933.9,
                "rank": 366.2,
                "main_domain_rank": 461.6,
                "last_updated_time": "2024-07-13 15:08:40 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-13 10:19:45 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 03:45:01 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 03:45:01 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "complete seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 03:49:20 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 50,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 46,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 14:56:32 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 798.4,
                "dofollow": 558,
                "referring_pages": 715.7,
                "referring_domains": 273,
                "referring_main_domains": 261.3,
                "rank": 248.6,
                "main_domain_rank": 574.1,
                "last_updated_time": "2024-07-31 23:47:13 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 21:42:00 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 03:49:20 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 03:49:20 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "best seo software tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 04:27:56 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": 12.25,
                "search_volume": 140,
                "low_top_of_page_bid": 4.33,
                "high_top_of_page_bid": 24.01,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "best seo software tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 45,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-25 05:23:13 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 248.6,
                "dofollow": 132.9,
                "referring_pages": 191.5,
                "referring_domains": 108.2,
                "referring_main_domains": 99.4,
                "rank": 218,
                "main_domain_rank": 564.4,
                "last_updated_time": "2024-08-18 02:39:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 10:47:44 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 04:35:16 +00:00",
                "search_volume": 46,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 56
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 86
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 36
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 56
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 23
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 46
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 04:27:56 +00:00",
                "search_volume": 140,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 260
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 170
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 210
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "smart seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 01:39:36 +00:00",
                "competition": 0.26,
                "competition_level": "LOW",
                "cpc": 6.63,
                "search_volume": 90,
                "low_top_of_page_bid": 1.55,
                "high_top_of_page_bid": 5.11,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 210
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 90
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "smart seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 27,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-25 01:04:40 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 309.28,
                "cpc_max": 378.01,
                "cpc_average": 343.65,
                "daily_impressions_min": 0.31,
                "daily_impressions_max": 0.38,
                "daily_impressions_average": 0.34,
                "daily_clicks_min": 0.02,
                "daily_clicks_max": 0.03,
                "daily_clicks_average": 0.03,
                "daily_cost_min": 8.49,
                "daily_cost_max": 10.38,
                "daily_cost_average": 9.43
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 182191.4,
                "dofollow": 180413.1,
                "referring_pages": 181408.6,
                "referring_domains": 352.1,
                "referring_main_domains": 361.7,
                "rank": 217.3,
                "main_domain_rank": 447.7,
                "last_updated_time": "2023-12-25 17:09:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-03 09:14:00 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-17 00:28:54 +00:00",
                "search_volume": 45,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 25
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 105
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 55
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 35
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 45
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 35
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 45
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 45
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 55
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-17 00:28:54 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 11
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 46
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 15
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 24
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 33
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo analysis free tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 00:08:41 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo free analysis tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 81,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 22:03:04 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 117460.4,
                "dofollow": 60519.3,
                "referring_pages": 61907.5,
                "referring_domains": 1181.6,
                "referring_main_domains": 1111.6,
                "rank": 380.6,
                "main_domain_rank": 487.7,
                "last_updated_time": "2024-07-14 11:23:04 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:22 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 00:08:41 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 00:08:41 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "stat seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 14:01:43 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 30,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 05:54:03 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 131232.2,
                "dofollow": 117385.1,
                "referring_pages": 130561,
                "referring_domains": 680.1,
                "referring_main_domains": 632.3,
                "rank": 210.4,
                "main_domain_rank": 586.2,
                "last_updated_time": "2024-07-12 13:58:20 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-04 16:58:35 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 14:01:43 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 14:01:43 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "moz seo report tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 04:41:54 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 38,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-23 06:49:11 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 150718.9,
                "dofollow": 13830.1,
                "referring_pages": 144433.8,
                "referring_domains": 4307.7,
                "referring_main_domains": 3889.1,
                "rank": 268.8,
                "main_domain_rank": 548.3,
                "last_updated_time": "2024-07-31 21:53:28 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-04 01:03:43 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 04:41:54 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 04:41:54 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free keyword suggestion tool for seo",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-13 03:37:58 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo keyword suggestion tool free",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 97,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 36621.7,
                "dofollow": 29058.5,
                "referring_pages": 33132.7,
                "referring_domains": 6239.2,
                "referring_main_domains": 5823.7,
                "rank": 454.7,
                "main_domain_rank": 546.9,
                "last_updated_time": "2024-08-14 07:07:10 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 13:09:23 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-13 03:37:58 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-13 03:37:58 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo tool joomla",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 23:52:19 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tools joomla",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-24 22:04:42 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 167.8,
                "dofollow": 143.7,
                "referring_pages": 160.9,
                "referring_domains": 21.7,
                "referring_main_domains": 20.3,
                "rank": 123.8,
                "main_domain_rank": 523.7,
                "last_updated_time": "2024-08-01 11:27:45 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 23:52:19 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 23:52:19 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo competitor analysis tool online",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 21:20:59 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 40,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 42,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 16:48:43 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 5352,
                "dofollow": 3355.1,
                "referring_pages": 4248.5,
                "referring_domains": 1002.8,
                "referring_main_domains": 944.5,
                "rank": 240,
                "main_domain_rank": 455,
                "last_updated_time": "2024-07-31 18:56:34 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:27 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 21:20:59 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 21:20:59 +00:00",
                "search_volume": 40,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "kdp/amazon bsr & keyword research seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 21:50:39 +00:00",
                "competition": 0.19,
                "competition_level": "LOW",
                "cpc": 5.12,
                "search_volume": 110,
                "low_top_of_page_bid": 1.81,
                "high_top_of_page_bid": 4.82,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 55.7,
                "dofollow": 43.1,
                "referring_pages": 52.8,
                "referring_domains": 8.5,
                "referring_main_domains": 7.7,
                "rank": 65.2,
                "main_domain_rank": 386,
                "last_updated_time": "2024-07-17 22:36:22 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-11-02 04:23:04 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 09:16:11 +00:00",
                "search_volume": 36,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 23
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 36
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 130
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 86
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 46
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 36
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 13
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 16
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 6
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 21:50:39 +00:00",
                "search_volume": 110,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 90
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 110
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 390
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 260
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 140
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 110
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 90
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "beste seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 04:50:11 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo tool best",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 77,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 17:00:29 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-03 18:44:34 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 04:50:11 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 04:50:11 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "gsa seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 21:36:56 +00:00",
                "competition": 0.02,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "gsa seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 19,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 17:35:49 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 9388,
                "dofollow": 3273.5,
                "referring_pages": 3334,
                "referring_domains": 96.8,
                "referring_main_domains": 85.7,
                "rank": 176.4,
                "main_domain_rank": 563.4,
                "last_updated_time": "2024-04-15 08:31:45 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-01 21:19:46 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 21:36:56 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 21:36:56 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "bulk seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 10:28:18 +00:00",
                "competition": 0.16,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo bulk tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 33,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-18 14:25:49 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-03 16:01:02 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 10:28:18 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 10:28:18 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 70
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "kdp amazon bsr & keyword research seo tool free download",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 23:06:07 +00:00",
                "competition": 0.45,
                "competition_level": "MEDIUM",
                "cpc": 2.91,
                "search_volume": 30,
                "low_top_of_page_bid": 1.25,
                "high_top_of_page_bid": 4.25,
                "categories": [
                  10007,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 55.7,
                "dofollow": 43.1,
                "referring_pages": 52.8,
                "referring_domains": 8.5,
                "referring_main_domains": 7.7,
                "rank": 65.1,
                "main_domain_rank": 386.2,
                "last_updated_time": "2024-07-14 19:24:26 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "transactional",
                  "commercial"
                ],
                "last_updated_time": "2024-05-31 05:04:12 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 23:06:07 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 23:06:07 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 140
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "tool seo book",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 01:23:52 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": 1.52,
                "high_top_of_page_bid": 3.7,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 0,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-21 22:55:18 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 6518.6,
                "dofollow": 4996,
                "referring_pages": 5375.6,
                "referring_domains": 490.2,
                "referring_main_domains": 413.1,
                "rank": 93.6,
                "main_domain_rank": 534.5,
                "last_updated_time": "2024-07-21 05:13:05 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-03 09:21:10 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 01:23:52 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 01:23:52 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 40
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "adobe seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 22:26:06 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 22,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 01:43:01 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 269.8,
                "dofollow": 245.7,
                "referring_pages": 260.6,
                "referring_domains": 34.6,
                "referring_main_domains": 33.8,
                "rank": 75.9,
                "main_domain_rank": 496.6,
                "last_updated_time": "2023-01-26 15:50:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional",
                  "navigational"
                ],
                "last_updated_time": "2023-03-04 06:00:01 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 22:26:06 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 22:26:06 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo text tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 16:52:39 +00:00",
                "competition": 0.01,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 58,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-22 01:28:48 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 7705.2,
                "dofollow": 5004.4,
                "referring_pages": 6210.4,
                "referring_domains": 967.8,
                "referring_main_domains": 887,
                "rank": 274.5,
                "main_domain_rank": 413.4,
                "last_updated_time": "2024-08-01 11:27:08 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 16:52:39 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 16:52:39 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "uk seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 17:49:04 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 41,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 60055.7,
                "dofollow": 52430,
                "referring_pages": 57503.2,
                "referring_domains": 4437,
                "referring_main_domains": 4174.4,
                "rank": 264.8,
                "main_domain_rank": 494.6,
                "last_updated_time": "2024-07-14 07:45:47 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-09-03 08:38:56 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 17:49:04 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 17:49:04 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo on-page optimization tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 23:49:22 +00:00",
                "competition": 0.13,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 30,
                "low_top_of_page_bid": 3.38,
                "high_top_of_page_bid": 8.13,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo page optimization tool",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 65,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 21:04:10 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 114802.4,
                "dofollow": 58875.3,
                "referring_pages": 59684.7,
                "referring_domains": 740.3,
                "referring_main_domains": 699.9,
                "rank": 323.7,
                "main_domain_rank": 431.7,
                "last_updated_time": "2024-07-14 11:23:03 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2023-03-02 01:43:41 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 23:49:22 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 23:49:22 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "etsy seo optimization tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 13:18:44 +00:00",
                "competition": 0.44,
                "competition_level": "MEDIUM",
                "cpc": 5.08,
                "search_volume": 30,
                "low_top_of_page_bid": 2.41,
                "high_top_of_page_bid": 10.07,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": null,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": null,
                "last_updated_time": "2023-09-03 21:06:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 13:18:44 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-07 13:18:44 +00:00",
                "search_volume": 30,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo content analysis tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 05:55:08 +00:00",
                "competition": 0.06,
                "competition_level": "LOW",
                "cpc": 20.07,
                "search_volume": 50,
                "low_top_of_page_bid": 5.07,
                "high_top_of_page_bid": 15,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 44,
                "detected_language": null,
                "is_another_language": null
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 895.6,
                "dofollow": 583.1,
                "referring_pages": 818.8,
                "referring_domains": 266.6,
                "referring_main_domains": 254.3,
                "rank": 202,
                "main_domain_rank": 461.2,
                "last_updated_time": "2024-05-10 05:10:02 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 01:43:28 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 09:06:55 +00:00",
                "search_volume": 25,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 85
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 25
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 15
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 25
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 05:55:08 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo evaluation tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 22:39:45 +00:00",
                "competition": 0.26,
                "competition_level": "LOW",
                "cpc": 21.24,
                "search_volume": 50,
                "low_top_of_page_bid": 5.74,
                "high_top_of_page_bid": 25.55,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo evaluation tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 80,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-26 02:51:43 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 2.16,
                "ad_position_max": 2,
                "ad_position_average": 1.97,
                "cpc_min": 422.17,
                "cpc_max": 515.99,
                "cpc_average": 469.08,
                "daily_impressions_min": 2.47,
                "daily_impressions_max": 3.01,
                "daily_impressions_average": 2.74,
                "daily_clicks_min": 0.2,
                "daily_clicks_max": 0.24,
                "daily_clicks_average": 0.22,
                "daily_cost_min": 91.5,
                "daily_cost_max": 111.84,
                "daily_cost_average": 101.67
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 79088.5,
                "dofollow": 41949.8,
                "referring_pages": 43621.5,
                "referring_domains": 1142.4,
                "referring_main_domains": 1084.9,
                "rank": 382.1,
                "main_domain_rank": 536.7,
                "last_updated_time": "2024-02-18 03:48:20 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-02 01:43:30 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 20:29:50 +00:00",
                "search_volume": 25,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 35
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 25
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 25
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 35
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 22:39:45 +00:00",
                "search_volume": 50,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 50
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 50
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "google seo audit tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-10 04:33:45 +00:00",
                "competition": 0.14,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": 2.76,
                "high_top_of_page_bid": 15.48,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "google seo audit tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": null,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-22 04:16:26 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-05 21:47:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-10 04:33:45 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-10 04:33:45 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "webflow seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-07 21:40:33 +00:00",
                "competition": 0.18,
                "competition_level": "LOW",
                "cpc": 3.03,
                "search_volume": 20,
                "low_top_of_page_bid": 3.56,
                "high_top_of_page_bid": 8,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "webflow seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": null,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2024-04-22 23:13:04 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-07 21:40:33 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 12:57:56 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 3
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo scan tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 02:32:22 +00:00",
                "competition": 0.08,
                "competition_level": "LOW",
                "cpc": 16.76,
                "search_volume": 20,
                "low_top_of_page_bid": 2.86,
                "high_top_of_page_bid": 12.38,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 81,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 102764.4,
                "dofollow": 53651.6,
                "referring_pages": 55435.5,
                "referring_domains": 1283,
                "referring_main_domains": 1210.4,
                "rank": 388,
                "main_domain_rank": 503.3,
                "last_updated_time": "2024-05-07 08:56:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-09-03 08:18:31 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-16 22:47:43 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 7,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-11 02:32:22 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "online seo testing tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 04:49:34 +00:00",
                "competition": 0.06,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo test tool online",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 100,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-18 05:37:02 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 21712.2,
                "dofollow": 16047.6,
                "referring_pages": 20681.9,
                "referring_domains": 1872.3,
                "referring_main_domains": 1766.2,
                "rank": 452.2,
                "main_domain_rank": 487,
                "last_updated_time": "2022-10-20 00:19:34 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-03-04 09:54:27 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 04:49:34 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 04:49:34 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo test tool online",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 02:01:57 +00:00",
                "competition": 0.06,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 100,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 08:10:06 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 24613.4,
                "dofollow": 19201.5,
                "referring_pages": 23562.1,
                "referring_domains": 2081.5,
                "referring_main_domains": 1924.7,
                "rank": 441.8999938964844,
                "main_domain_rank": 467.4,
                "last_updated_time": "2022-09-27 10:39:05 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-02 01:43:48 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 02:01:57 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 02:01:57 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "moz local seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 00:54:54 +00:00",
                "competition": 0.09,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": 9.84,
                "high_top_of_page_bid": 30,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": 55,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 05:56:03 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1767.2,
                "dofollow": 1491,
                "referring_pages": 1657.2,
                "referring_domains": 436.2,
                "referring_main_domains": 416.5,
                "rank": 275.1,
                "main_domain_rank": 571.1,
                "last_updated_time": "2024-01-19 15:48:46 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "transactional",
                "foreign_intent": [
                  "navigational",
                  "commercial"
                ],
                "last_updated_time": "2023-03-04 01:03:42 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 00:54:54 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 00:54:54 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "best seo tool 2019",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 04:46:58 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "best seo tools 2019",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 52,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-20 16:41:58 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 1698.4,
                "dofollow": 996.6,
                "referring_pages": 1639.8,
                "referring_domains": 298.6,
                "referring_main_domains": 418.7,
                "rank": 150.7,
                "main_domain_rank": 481.5,
                "last_updated_time": "2023-06-09 23:59:49 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": null,
                "last_updated_time": "2023-03-02 10:47:44 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 04:46:58 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 04:46:58 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo content check tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 14:16:42 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 67,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 112044.5,
                "dofollow": 58622.6,
                "referring_pages": 60271.2,
                "referring_domains": 998.9,
                "referring_main_domains": 926,
                "rank": 329.7,
                "main_domain_rank": 479.3,
                "last_updated_time": "2024-05-23 17:35:13 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "navigational"
                ],
                "last_updated_time": "2023-09-03 19:53:07 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-08 14:16:42 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-08 14:16:42 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 20
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "free website seo evaluation tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-12 23:50:10 +00:00",
                "competition": 0.04,
                "competition_level": "LOW",
                "cpc": 9.92,
                "search_volume": 20,
                "low_top_of_page_bid": 3.38,
                "high_top_of_page_bid": 9,
                "categories": [
                  10004,
                  10007,
                  10273,
                  10276,
                  11068,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": null,
                "synonym_clustering_algorithm": null,
                "keyword_difficulty": null,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-03-26 08:08:21 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-03 13:20:49 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-12 23:50:10 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-12 23:50:10 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 170
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "seo studio tool youtube",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-11 22:57:59 +00:00",
                "competition": 0.29,
                "competition_level": "LOW",
                "cpc": 2.49,
                "search_volume": 20,
                "low_top_of_page_bid": 1.51,
                "high_top_of_page_bid": 2.39,
                "categories": [
                  10004,
                  10007,
                  10013,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13388,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "seo studio tools youtube",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": null,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2024-06-05 14:46:31 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-11 22:57:59 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 70
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-16 12:28:45 +00:00",
                "search_volume": 0,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 0
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 0
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 0
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "pride seo tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-09 19:34:24 +00:00",
                "competition": 0.03,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10004,
                  10007,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316,
                  13418
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "clickstream_keyword_info": null,
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "pride seo tools",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": null,
                "detected_language": null,
                "is_another_language": true
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": null,
                "bid": null,
                "match_type": null,
                "ad_position_min": null,
                "ad_position_max": null,
                "ad_position_average": null,
                "cpc_min": null,
                "cpc_max": null,
                "cpc_average": null,
                "daily_impressions_min": null,
                "daily_impressions_max": null,
                "daily_impressions_average": null,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": null,
                "daily_cost_max": null,
                "daily_cost_average": null
              },
              "serp_info": null,
              "avg_backlinks_info": null,
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "commercial",
                "foreign_intent": [
                  "transactional"
                ],
                "last_updated_time": "2024-06-05 23:05:03 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-08-09 19:34:24 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              },
              "keyword_info_normalized_with_clickstream": {
                "last_updated_time": "2024-08-09 19:34:24 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 50
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 40
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 10
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 10
                  }
                ]
              }
            },
            {
              "se_type": "google",
              "keyword": "google seo check tool",
              "location_code": 2840,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-08-08 01:41:56 +00:00",
                "competition": 0.15,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 20,
                "low_top_of_page_bid": 1.99,
                "high_top_of_page_bid": 13.27,
                "categories": [
                  10004,
                  10276,
                  11088,
                  12376,
                  13152,
                  13316
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 7,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 10,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 9,
                    "search_volume": 40
                  },
                  {
                    "year": 2023,
                    "month": 8,
                    "search_volume": 30
                  }
                ]
              },
              "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
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-18 00:16:59 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 3.33,
                "ad_position_max": 3,
                "ad_position_average": 3.03,
                "cpc_min": 128.78,
                "cpc_max": 157.4,
                "cpc_average": 143.09,
                "daily_impressions_min": 0.13,
                "daily_impressions_max": 0.16,
                "daily_impressions_average": 0.15,
                "daily_clicks_min": null,
                "daily_clicks_max": 0.01,
                "daily_clicks_average": 0.01,
                "daily_cost_min": 0.67,
                "daily_cost_max": 0.81,
                "daily_cost_average": 0.74
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 11561.8,
                "dofollow": 10544.4,
                "referring_pages": 11359.4,
                "referring_domains": 661.9,
                "referring_main_domains": 612.7,
                "rank": 229.9,
                "main_domain_rank": 615.5,
                "last_updated_time": "2024-04-15 09:07:30 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "navigational",
                "foreign_intent": [
                  "commercial"
                ],
                "last_updated_time": "2023-03-05 21:47:37 +00:00"
              },
              "keyword_info_normalized_with_bing": {
                "last_updated_time": "2024-07-30 16:36:42 +00:00",
                "search_volume": 20,
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 6,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 5,
                    "search_volume": 20
                  },
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 10
                  },
                  {
                    "year": 2024,
                    "month": 3,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 2,
                    "search_volume": 30
                  },
                  {
                    "year": 2024,
                    "month": 1,
                    "search_volume": 30
                  },
                  {
                    "year": 2023,
                    "month": 12,
                    "search_volume": 20
                  },
                  {
                    "year": 2023,
                    "month": 11,