NAVNavbar
Logo
cURL php NodeJS Python cSharp

Historical Keyword Data

‌‌ 
This endpoint provides Google historical keyword data for specified keywords, including search volume, cost-per-click, competition values for paid search, monthly searches, and search volume trends. You can get historical keyword data since the beginning of 2019, depending on keywords along with location and language combination. You can find the list of supported locations and languages here.

Datasource: DataForSEO Keyword Database
The data is based on Google Ads API. We update keyword metrics once a month after the data source completes its updates. Note that sometimes Google tends to rewrite search volume values for a given month, and we update the values in this endpoint respectively.

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access

<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
$client = new RestClient($api_url, null, 'login', 'password');

$post_array = array();
// simple way to set a task
$post_array[] = array(
	"keywords" => [
		"iphone"
	],
	"language_name" => "English",
	"location_code" => 2840
);
try {
	// POST /v3/dataforseo_labs/google/historical_keyword_data/live
	$result = $client->post('/v3/dataforseo_labs/google/historical_keyword_data/live', $post_array);
	print_r($result);
	// do something with post result
} catch (RestClientException $e) {
	echo "n";
	print "HTTP code: {$e->getHttpCode()}n";
	print "Error code: {$e->getCode()}n";
	print "Message: {$e->getMessage()}n";
	print  $e->getTraceAsString();
	echo "n";
}
$client = null;
?>

The above command returns JSON structured like this:

{
  "version": "0.1.20241227",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.1578 sec.",
  "cost": 0.0101,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "03121300-1535-0608-0000-873a6388d0a3",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0842 sec.",
      "cost": 0.0101,
      "result_count": 1,
      "path": [
        "v3",
        "dataforseo_labs",
        "google",
        "historical_keyword_data",
        "live"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "historical_keyword_data",
        "se_type": "google",
        "language_code": "en",
        "location_code": 2840,
        "keywords": [
          "iphone"
        ]
      },
      "result": [
        {
          "se_type": "google",
          "location_code": 2840,
          "language_code": "en",
          "items_count": 1,
          "items": [
            {
              "se_type": "google",
              "keyword": "iphone",
              "location_code": 2840,
              "language_code": "en",
              "history": [
                {
                  "year": 2025,
                  "month": 2,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2025-03-06 03:08:24 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.45,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 2.6,
                    "high_top_of_page_bid": 5.14,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2025,
                        "month": 2,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2025,
                        "month": 1,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 12,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": -19,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2025,
                  "month": 1,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2025-02-06 05:57:16 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.72,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 2.66,
                    "high_top_of_page_bid": 4.49,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2025,
                        "month": 1,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 12,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -19,
                      "quarterly": 0,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 12,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2025-01-14 06:26:52 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 7.71,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 2.66,
                    "high_top_of_page_bid": 6.65,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 12,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 23,
                      "quarterly": 23,
                      "yearly": 23
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 11,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-12-13 02:17:17 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.95,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 2.54,
                    "high_top_of_page_bid": 5.89,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": -33,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 10,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-11-09 03:50:46 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.3,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 1.56,
                    "high_top_of_page_bid": 4.23,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -33,
                      "quarterly": -19,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 9,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-10-06 14:40:29 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 3.98,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 1.43,
                    "high_top_of_page_bid": 4.5,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 22,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 8,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-09-13 22:41:43 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.27,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 1.8,
                    "high_top_of_page_bid": 4.39,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 8,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1830000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 23,
                      "yearly": 50
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 7,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-08-08 02:46:06 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.03,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": 2.59,
                    "high_top_of_page_bid": 4.41,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 23,
                      "quarterly": 23,
                      "yearly": 50
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 6,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-07-10 06:54:32 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.75,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.41,
                    "high_top_of_page_bid": 4.73,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 22,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 5,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-06-14 08:00:20 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.7,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.99,
                    "high_top_of_page_bid": 4.85,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 22,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 4,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-05-10 13:47:01 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.9,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 3.1,
                    "high_top_of_page_bid": 4.73,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 3,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-04-11 12:44:37 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.19,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 3.06,
                    "high_top_of_page_bid": 5.19,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 2,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-03-13 22:31:57 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.1,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.4,
                    "high_top_of_page_bid": 3.89,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": -18,
                      "yearly": 22
                    }
                  }
                },
                {
                  "year": 2024,
                  "month": 1,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-02-10 02:52:36 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.27,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.05,
                    "high_top_of_page_bid": 5.01,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": -18,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 12,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-01-11 03:13:34 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.56,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.6,
                    "high_top_of_page_bid": 6.01,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 22,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 11,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-12-15 10:32:41 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.29,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.39,
                    "high_top_of_page_bid": 5.46,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": -19,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 10,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-11-11 13:58:06 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.79,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.2,
                    "high_top_of_page_bid": 5.46,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -33,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 9,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-10-06 23:55:55 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.62,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.44,
                    "high_top_of_page_bid": 4.62,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 50,
                      "quarterly": 50,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 8,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-09-11 12:42:06 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.51,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.36,
                    "high_top_of_page_bid": 4.51,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 7,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-08-09 16:55:07 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.49,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.12,
                    "high_top_of_page_bid": 4.49,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 6,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-07-07 14:10:47 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.48,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.58,
                    "high_top_of_page_bid": 6.48,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 22,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 5,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-06-13 20:42:01 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.15,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 1.41,
                    "high_top_of_page_bid": 4.15,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 4,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-05-12 22:02:44 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.51,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.15,
                    "high_top_of_page_bid": 5.51,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 4,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": 0,
                      "yearly": -18
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 3,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-04-18 20:35:18 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 8.71,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.72,
                    "high_top_of_page_bid": 8.71,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 0,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 2,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-03-20 17:49:44 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.67,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.55,
                    "high_top_of_page_bid": 6.67,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": -33,
                      "yearly": 0
                    }
                  }
                },
                {
                  "year": 2023,
                  "month": 1,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2023-02-09 21:28:07 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.34,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.39,
                    "high_top_of_page_bid": 6.34,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2023,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": -18,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 12,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2024-08-16 10:20:24 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 6.03,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2024,
                        "month": 7,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2024,
                        "month": 6,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 5,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2024,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 2,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2024,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2023,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2023,
                        "month": 9,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2023,
                        "month": 8,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 23,
                      "quarterly": 23,
                      "yearly": 50
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 11,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-12-15 05:24:14 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 6.4,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.21,
                    "high_top_of_page_bid": 6.4,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": -19,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 10,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-11-14 15:41:21 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.06,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.21,
                    "high_top_of_page_bid": 5.06,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 10,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -33,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 9,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-10-15 00:44:50 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.76,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.01,
                    "high_top_of_page_bid": 5.76,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 50,
                      "quarterly": 50,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 8,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-09-12 10:54:55 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5.76,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 3.09,
                    "high_top_of_page_bid": 5.76,
                    "categories": [
                      10007,
                      10878,
                      12161,
                      13054,
                      13381
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 7,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-08-15 20:02:00 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.78,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.39,
                    "high_top_of_page_bid": 4.78,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 6,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-07-11 15:02:27 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4.5,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.12,
                    "high_top_of_page_bid": 4.5,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 5,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-06-14 19:26:30 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 4,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 1.93,
                    "high_top_of_page_bid": 4,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 4,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-06-02 02:46:25 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 3.79,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 1.86,
                    "high_top_of_page_bid": 3.79,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 22,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 3,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-04-16 12:25:08 +00:00",
                    "competition": 1,
                    "competition_level": "HIGH",
                    "cpc": 5,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": 2.27,
                    "high_top_of_page_bid": 5,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 2,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-03-19 21:29:31 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 4.559919,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": -33,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2022,
                  "month": 1,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-02-11 20:10:36 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 3.896471,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2022,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -18,
                      "quarterly": -18,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 12,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2022-01-13 13:32:51 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 4.300381,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 11,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2021-12-15 20:23:42 +00:00",
                    "competition": 0.9999994266003097,
                    "competition_level": null,
                    "cpc": 3.783765,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 11,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2020,
                        "month": 12,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": -19,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 10,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2021-11-24 06:01:04 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 2.926696,
                    "search_volume": 1000000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 10,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2020,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2020,
                        "month": 11,
                        "search_volume": 1500000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": -19,
                      "quarterly": 22,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 9,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2021-10-20 18:19:28 +00:00",
                    "competition": 1,
                    "competition_level": null,
                    "cpc": 2.995974,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 9,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2020,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2020,
                        "month": 11,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2020,
                        "month": 10,
                        "search_volume": 1830000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 50,
                      "quarterly": 50,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 8,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2021-09-22 17:41:11 +00:00",
                    "competition": 0.9999979568361199,
                    "competition_level": null,
                    "cpc": 2.501309,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 8,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2020,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2020,
                        "month": 11,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2020,
                        "month": 10,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2020,
                        "month": 9,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 0,
                      "quarterly": 22,
                      "yearly": null
                    }
                  }
                },
                {
                  "year": 2021,
                  "month": 7,
                  "keyword_info": {
                    "se_type": "google",
                    "last_updated_time": "2021-08-13 09:21:16 +00:00",
                    "competition": 0.999989726874962,
                    "competition_level": null,
                    "cpc": 2.527432,
                    "search_volume": 1220000,
                    "low_top_of_page_bid": null,
                    "high_top_of_page_bid": null,
                    "categories": [
                      10007,
                      10019,
                      10167,
                      10872,
                      10878,
                      11511,
                      12133,
                      12161,
                      13054,
                      13381,
                      13419
                    ],
                    "monthly_searches": [
                      {
                        "year": 2021,
                        "month": 7,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 6,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 5,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 4,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 3,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2021,
                        "month": 2,
                        "search_volume": 823000
                      },
                      {
                        "year": 2021,
                        "month": 1,
                        "search_volume": 1000000
                      },
                      {
                        "year": 2020,
                        "month": 12,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2020,
                        "month": 11,
                        "search_volume": 1500000
                      },
                      {
                        "year": 2020,
                        "month": 10,
                        "search_volume": 1830000
                      },
                      {
                        "year": 2020,
                        "month": 9,
                        "search_volume": 1220000
                      },
                      {
                        "year": 2020,
                        "month": 8,
                        "search_volume": 1220000
                      }
                    ],
                    "search_volume_trend": {
                      "monthly": 22,
                      "quarterly": 0,
                      "yearly": null
                    }
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

All POST data should be sent in the JSON format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute. The maximum number of requests that can be sent simultaneously is limited to 30.

Below you will find a detailed description of the fields you can use for setting a task.

Description of the fields for setting a task:

Field name Type Description
keywords array keywords
required field
The maximum number of keywords you can specify: 700
The maximum number of characters for each keyword: 80
The maximum number of words for each keyword phrase: 10
the specified keywords will be converted to lowercase format, data will be provided in a separate array

note that if some of the keywords specified in this array are omitted in the results you receive, then our database doesn’t contain such keywords and cannot return data on them
you will not be charged for the keywords omitted in the results

learn more about rules and limitations of keyword and keywords fields in DataForSEO APIs in this Help Center article

location_name string full name of the location
required field if you don’t specify location_code
Note: it is required to specify either location_name or location_code
you can receive the list of available locations with their location_name by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
United Kingdom
location_code integer location code
required field if you don’t specify location_name
Note: it is required to specify either location_name or location_code
you can receive the list of available locations with their location_code by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
2840
language_name string full name of the language
required field if you don’t specify language_code
Note: it is required to specify either language_name or language_code
you can receive the list of available locations with their language_name by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
English
language_code string language code
required field if you don’t specify language_name
Note: it is required to specify either language_name or language_code
you can receive the list of available locations with their language_code by making a separate request to the
https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
example:
en
tag string user-defined task identifier
optional field
the character limit is 255
you can use this parameter to identify the task and match it with the result
you will find the specified tag value in the data object of the response

As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:

Field name Type Description
version string the current version of the API
status_code integer general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
status_message string general informational message
you can find the full list of general informational messages here
time string execution time, seconds
cost float total tasks cost, USD
tasks_count integer the number of tasks in the tasks array
tasks_error integer the number of tasks in the tasks array returned with an error
tasks array array of tasks
        id string task identifier
unique task identifier in our system in the UUID format
        status_code integer status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here
        status_message string informational message of the task
you can find the full list of general informational messages here
        time string execution time, seconds
        cost float cost of the task, USD
        result_count integer number of elements in the result array
        path array URL path
        data object contains the same parameters that you specified in the POST request
        result array array of results
            se_type string search engine type
            location_code integer location code in a POST array
            language_code string language code in a POST array
            items_count integer the number of results returned in the items array
            items array contains keywords and related data
                se_type string search engine type
                keyword string keyword
keyword is returned with decoded %## (plus character ‘+’ will be decoded to a space character)
                location_code integer location code in a POST array
if there is no data, then the value is null
                language_code string language code in a POST array
                history array array of objects with historical data for the keyword
                    year integer year
                    month integer month
                    keyword_info object historical data for the keyword
                        se_type string search engine type
                        last_updated_time string date and time when keyword data was updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
                        competition float competition
represents the relative amount of competition associated with the given keyword;
the value is based on Google Ads data and can be between 0 and 1 (inclusive)
                        competition_level string competition level
represents the relative level of competition associated with the given keyword in paid SERP only;
possible values: LOW, MEDIUM, HIGH
if competition level is unknown, the value is null;
learn more about the metric in this help center article
                        cpc float cost-per-click
represents the average cost per click (USD) historically paid for the keyword
                        search_volume integer average monthly search volume rate
represents the (approximate) number of searches for the given keyword idea on google.com
                        low_top_of_page_bid float minimum bid for the ad to be displayed at the top of the first page
indicates the value greater than about 20% of the lowest bids for which ads were displayed (based on Google Ads statistics for advertisers)
the value may differ depending on the location specified in a POST request
                        high_top_of_page_bid float maximum bid for the ad to be displayed at the top of the first page
indicates the value greater than about 80% of the lowest bids for which ads were displayed (based on Google Ads statistics for advertisers)
the value may differ depending on the location specified in a POST request
                        categories array product and service categories
you can download the full list of possible categories
                        monthly_searches array monthly searches
represents the (approximate) number of searches on this keyword idea (as available for the past twelve months), targeted to the specified geographic locations
                            year integer year
                            month integer month
                            search_volume integer monthly average search volume rate
                        search_volume_trend object search volume trend changes
represents search volume change in percent compared to the previous period
                            monthly integer search volume change in percent compared to the previous month
                            quarterly integer search volume change in percent compared to the previous quarter
                            yearly integer search volume change in percent compared to the previous year

‌‌