Even though long-tail keywords have relatively low search volumes compared to short-tail ones, they have at least three significant advantages:
- Long-tail keywords are more specific, so they convert better;
- Long-tail keywords are widely used in voice search;
- Long-tail keywords are easier to rank for since they’re less competitive and often overlooked by big brands.
Experienced SEOs realize the potential of long-tail keywords, so they leverage keyword research tools that can provide them.
With DataForSEO API, you can also empower your tool with long-tail keywords data.
By calling the Keyword Suggestions endpoint, you will easily find long-tail keyword ideas for any seed keyword.
How it works
The algorithm is based on the full-text search for the specified keyword against our keyword database. The API response returns only search terms that contain the keyword you set in the Task POST array with additional words before, after, or within the specified key phrase. Returned keyword suggestions can contain the words from the specified key phrase in an order different from the one you specify.
As a result, you get a list of long-tail keywords, with each keyword in the list matching the specified search term.
How to set a task in the Keyword Suggestions endpoint
1Call the Keyword suggestions endpoint.
POST https://api.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live
2Add the keyword
field to the Task POST body and specify the seed keyword in it. Note that the more words the seed keyword will include, the longer the returned long-tail keywords will be. To ensure the API provides long-tail terms only, it’s a good idea to add seed terms containing 2-3 words.
3Specify location_name
(or location_code
) and language_name
(or language code
) to get location-specific metrics for suggested keywords. If you ignore these fields, the API will return global data.
To get the full list of locations and languages for DataForSEO Labs API, call the Locations and Languages endpoint.
GET https://api.dataforseo.com/v3/dataforseo_labs/locations_and_languages
4Add the exact_match
field to the Task POST array and set it to either true
or false
. The default value is true
. When set to true
, the returned keywords will include the exact keyword phrase you specified with potentially other words before or after that phrase.
Example:
Seed keyword | Returned keyword suggestion |
How to bathe a cat | How to bathe a cat that hates water |
When set to false
, the API will return keywords with phrase match.
Example:
Seed keyword | Returned keyword suggestion |
How to bathe a cat | How often to bathe a cat |
Learn more about keyword matching options in this article.
5Set a limit on the number of returned keywords by adding the limit
field to the Task POST array. Note that the Keyword Suggestions endpoint can return no more than 1000 keywords per one request. Thus, the maximum limit
value can be 1000
. If you don’t add this parameter, the API response will return 100 keywords as the default limit
value is 100
.
Your Task POST request should be structured as in the example below:
[
{
"keyword": "how to bathe a cat",
"language_name": "English",
"location_code": 2840,
"limit": 10,
"exact_match": false
}
]
Example of the response in JSON:
{
"version": "0.1.20220216",
"status_code": 20000,
"status_message": "Ok.",
"time": "1.8367 sec.",
"cost": 0.011,
"tasks_count": 1,
"tasks_error": 0,
"tasks": [
{
"id": "03211319-2806-0399-0000-1a573fa3cf49",
"status_code": 20000,
"status_message": "Ok.",
"time": "1.7904 sec.",
"cost": 0.011,
"result_count": 1,
"path": [
"v3",
"dataforseo_labs",
"google",
"keyword_suggestions",
"live"
],
"data": {
"api": "dataforseo_labs",
"function": "keyword_suggestions",
"se_type": "google",
"keyword": "how to bathe a cat",
"language_name": "English",
"location_code": 2840,
"limit": 10
},
"result": [
{
"se_type": "google",
"seed_keyword": "how to bathe a cat",
"seed_keyword_data": null,
"location_code": 2840,
"language_code": "en",
"total_count": 103,
"items_count": 10,
"offset": 0,
"offset_token": "eyJDdXJyZW50T2Zmc2V0IjoxMCwiUmVxdWVzdERhdGEiOnsia2V5d29yZCI6ImhvdyB0byBiYXRoZSBhIGNhdCIsImluY2x1ZGVfc2VlZF9rZXl3b3JkIjpmYWxzZSwiZnVsbF9tYXRjaCI6ZmFsc2UsImxvYWRfc2VycF9pbmZvIjpmYWxzZSwic2VhcmNoX2FmdGVyX3Rva2VuIjpudWxsLCJsYW5ndWFnZSI6ImVuIiwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsImxvY2F0aW9uIjoyODQwLCJvcmRlcl9ieSI6eyJvcmRlcl9maWVsZCI6ImtleXdvcmRfaW5mby5zZWFyY2hfdm9sdW1lIiwib3JkZXJfdHlwZSI6IkRlc2MiLCJuZXh0IjpudWxsfSwibGltaXQiOjEwLCJvZmZzZXQiOjAsIlRva2VuIjp7IklzQ2FuY2VsbGF0aW9uUmVxdWVzdGVkIjpmYWxzZSwiQ2FuQmVDYW5jZWxlZCI6dHJ1ZSwiV2FpdEhhbmRsZSI6eyJIYW5kbGUiOnsidmFsdWUiOjMzMTZ9LCJTYWZlV2FpdEhhbmRsZSI6eyJJc0ludmFsaWQiOmZhbHNlLCJJc0Nsb3NlZCI6ZmFsc2V9fX19LCJSYXdRdWVyeSI6bnVsbCwiU2VhcmNoQWZ0ZXJEYXRhIjpbMTQwLCJjY2Q4MTc3Zi1lNmFkLTEyYzktNTAwYi0zZTc5OWVlYWM5MWIiXX0=",
"items": [
{
"se_type": "google",
"keyword": "how to bathe a cat",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-15 19:56:46 +00:00",
"competition": 0.34384169884169885,
"cpc": 0.432545,
"search_volume": 8100,
"categories": [
10013,
10015,
10103,
10108,
10130,
10556,
10684,
11973,
11979,
13691
],
"monthly_searches": [
{
"year": 2022,
"month": 2,
"search_volume": 8100
},
{
"year": 2022,
"month": 1,
"search_volume": 9900
},
{
"year": 2021,
"month": 12,
"search_volume": 8100
},
{
"year": 2021,
"month": 11,
"search_volume": 8100
},
{
"year": 2021,
"month": 10,
"search_volume": 8100
},
{
"year": 2021,
"month": 9,
"search_volume": 8100
},
{
"year": 2021,
"month": 8,
"search_volume": 8100
},
{
"year": 2021,
"month": 7,
"search_volume": 8100
},
{
"year": 2021,
"month": 6,
"search_volume": 8100
},
{
"year": 2021,
"month": 5,
"search_volume": 8100
},
{
"year": 2021,
"month": 4,
"search_volume": 8100
},
{
"year": 2021,
"month": 3,
"search_volume": 8100
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 50
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-19 06:47:58 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": 1.12,
"ad_position_max": 1,
"ad_position_average": 1.06,
"cpc_min": 68.27,
"cpc_max": 83.44,
"cpc_average": 75.85,
"daily_impressions_min": 222.96,
"daily_impressions_max": 272.51,
"daily_impressions_average": 247.73,
"daily_clicks_min": 18.44,
"daily_clicks_max": 22.54,
"daily_clicks_average": 20.49,
"daily_cost_min": 1398.65,
"daily_cost_max": 1709.47,
"daily_cost_average": 1554.06
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how often to bathe a cat",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-15 18:29:20 +00:00",
"competition": 0.05279312461632903,
"cpc": 0.081593,
"search_volume": 1600,
"categories": [
10013,
10015,
10103,
10108,
10130,
10556,
10684,
11973,
11979,
13691
],
"monthly_searches": [
{
"year": 2022,
"month": 2,
"search_volume": 1600
},
{
"year": 2022,
"month": 1,
"search_volume": 1900
},
{
"year": 2021,
"month": 12,
"search_volume": 1600
},
{
"year": 2021,
"month": 11,
"search_volume": 1600
},
{
"year": 2021,
"month": 10,
"search_volume": 1600
},
{
"year": 2021,
"month": 9,
"search_volume": 1600
},
{
"year": 2021,
"month": 8,
"search_volume": 1300
},
{
"year": 2021,
"month": 7,
"search_volume": 1300
},
{
"year": 2021,
"month": 6,
"search_volume": 1300
},
{
"year": 2021,
"month": 5,
"search_volume": 1300
},
{
"year": 2021,
"month": 4,
"search_volume": 1300
},
{
"year": 2021,
"month": 3,
"search_volume": 1600
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": "how often to bathe cat",
"keyword_difficulty": 50
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-17 10:47:35 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": 1.11,
"ad_position_max": 1,
"ad_position_average": 1.06,
"cpc_min": 125.52,
"cpc_max": 153.42,
"cpc_average": 139.47,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat that hates water",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-19 17:22:10 +00:00",
"competition": 0.9697841726618706,
"cpc": 0.268196,
"search_volume": 720,
"categories": [
10007,
10013,
10015,
10019,
10103,
10108,
10125,
10167,
10168,
10556,
10672,
10885,
11942,
11950,
12204,
13377,
13418,
13691,
13694,
13785
],
"monthly_searches": [
{
"year": 2022,
"month": 2,
"search_volume": 720
},
{
"year": 2022,
"month": 1,
"search_volume": 720
},
{
"year": 2021,
"month": 12,
"search_volume": 720
},
{
"year": 2021,
"month": 11,
"search_volume": 590
},
{
"year": 2021,
"month": 10,
"search_volume": 720
},
{
"year": 2021,
"month": 9,
"search_volume": 880
},
{
"year": 2021,
"month": 8,
"search_volume": 1000
},
{
"year": 2021,
"month": 7,
"search_volume": 880
},
{
"year": 2021,
"month": 6,
"search_volume": 720
},
{
"year": 2021,
"month": 5,
"search_volume": 720
},
{
"year": 2021,
"month": 4,
"search_volume": 720
},
{
"year": 2021,
"month": 3,
"search_volume": 720
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": "how to bathe a cat who hates water",
"keyword_difficulty": 32
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-16 20:35:10 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat who hates water",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-19 20:57:30 +00:00",
"competition": 0.9697841726618706,
"cpc": 0.268196,
"search_volume": 720,
"categories": [
10007,
10013,
10015,
10019,
10103,
10108,
10125,
10167,
10168,
10556,
10672,
10885,
11942,
11950,
12204,
13377,
13418,
13691,
13694,
13785
],
"monthly_searches": [
{
"year": 2022,
"month": 2,
"search_volume": 720
},
{
"year": 2022,
"month": 1,
"search_volume": 720
},
{
"year": 2021,
"month": 12,
"search_volume": 720
},
{
"year": 2021,
"month": 11,
"search_volume": 590
},
{
"year": 2021,
"month": 10,
"search_volume": 720
},
{
"year": 2021,
"month": 9,
"search_volume": 880
},
{
"year": 2021,
"month": 8,
"search_volume": 1000
},
{
"year": 2021,
"month": 7,
"search_volume": 880
},
{
"year": 2021,
"month": 6,
"search_volume": 720
},
{
"year": 2021,
"month": 5,
"search_volume": 720
},
{
"year": 2021,
"month": 4,
"search_volume": 720
},
{
"year": 2021,
"month": 3,
"search_volume": 720
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": "how to bathe a cat that hates water",
"keyword_difficulty": 32
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-09 20:08:13 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat for fleas",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-02 20:37:59 +00:00",
"competition": 0.9690603514132926,
"cpc": 1.241306,
"search_volume": 390,
"categories": [
10004,
10009,
10015,
10130,
10406,
10683,
10684,
11965,
11973,
13250,
13460
],
"monthly_searches": [
{
"year": 2022,
"month": 1,
"search_volume": 390
},
{
"year": 2021,
"month": 12,
"search_volume": 480
},
{
"year": 2021,
"month": 11,
"search_volume": 720
},
{
"year": 2021,
"month": 10,
"search_volume": 880
},
{
"year": 2021,
"month": 9,
"search_volume": 720
},
{
"year": 2021,
"month": 8,
"search_volume": 590
},
{
"year": 2021,
"month": 7,
"search_volume": 320
},
{
"year": 2021,
"month": 6,
"search_volume": 320
},
{
"year": 2021,
"month": 5,
"search_volume": 210
},
{
"year": 2021,
"month": 4,
"search_volume": 140
},
{
"year": 2021,
"month": 3,
"search_volume": 170
},
{
"year": 2021,
"month": 2,
"search_volume": 170
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 43
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-02-11 10:21:57 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat with fleas",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-02-13 12:10:19 +00:00",
"competition": 0.9690603514132926,
"cpc": 1.241306,
"search_volume": 390,
"categories": [
10004,
10009,
10015,
10130,
10406,
10683,
10684,
11965,
11973,
13250,
13460
],
"monthly_searches": [
{
"year": 2022,
"month": 1,
"search_volume": 390
},
{
"year": 2021,
"month": 12,
"search_volume": 480
},
{
"year": 2021,
"month": 11,
"search_volume": 720
},
{
"year": 2021,
"month": 10,
"search_volume": 880
},
{
"year": 2021,
"month": 9,
"search_volume": 720
},
{
"year": 2021,
"month": 8,
"search_volume": 590
},
{
"year": 2021,
"month": 7,
"search_volume": 320
},
{
"year": 2021,
"month": 6,
"search_volume": 320
},
{
"year": 2021,
"month": 5,
"search_volume": 210
},
{
"year": 2021,
"month": 4,
"search_volume": 140
},
{
"year": 2021,
"month": 3,
"search_volume": 170
},
{
"year": 2021,
"month": 2,
"search_volume": 170
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": "how to bathe a cat for fleas",
"keyword_difficulty": 43
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-17 09:52:35 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat with claws",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-02-14 05:53:30 +00:00",
"competition": 0.990644116588701,
"cpc": 0.372332,
"search_volume": 320,
"categories": [
10013,
10015,
10103,
10108,
10130,
10556,
10684,
11973,
11979,
13691
],
"monthly_searches": [
{
"year": 2022,
"month": 1,
"search_volume": 390
},
{
"year": 2021,
"month": 12,
"search_volume": 140
},
{
"year": 2021,
"month": 11,
"search_volume": 260
},
{
"year": 2021,
"month": 10,
"search_volume": 320
},
{
"year": 2021,
"month": 9,
"search_volume": 320
},
{
"year": 2021,
"month": 8,
"search_volume": 320
},
{
"year": 2021,
"month": 7,
"search_volume": 480
},
{
"year": 2021,
"month": 6,
"search_volume": 390
},
{
"year": 2021,
"month": 5,
"search_volume": 390
},
{
"year": 2021,
"month": 4,
"search_volume": 480
},
{
"year": 2021,
"month": 3,
"search_volume": 320
},
{
"year": 2021,
"month": 2,
"search_volume": 320
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 50
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-17 21:39:43 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": 1.11,
"ad_position_max": 1,
"ad_position_average": 1.06,
"cpc_min": 38.69,
"cpc_max": 47.29,
"cpc_average": 42.99,
"daily_impressions_min": 0.29,
"daily_impressions_max": 0.35,
"daily_impressions_average": 0.32,
"daily_clicks_min": 0.01,
"daily_clicks_max": 0.01,
"daily_clicks_average": 0.01,
"daily_cost_min": 0.45,
"daily_cost_max": 0.55,
"daily_cost_average": 0.5
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat without getting scratched",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-02-14 00:06:32 +00:00",
"competition": 1,
"cpc": 0.303361,
"search_volume": 320,
"categories": [
10013,
10015,
10103,
10108,
10130,
10556,
10684,
11973,
11979,
13691
],
"monthly_searches": [
{
"year": 2022,
"month": 1,
"search_volume": 320
},
{
"year": 2021,
"month": 12,
"search_volume": 320
},
{
"year": 2021,
"month": 11,
"search_volume": 480
},
{
"year": 2021,
"month": 10,
"search_volume": 590
},
{
"year": 2021,
"month": 9,
"search_volume": 390
},
{
"year": 2021,
"month": 8,
"search_volume": 170
},
{
"year": 2021,
"month": 7,
"search_volume": 170
},
{
"year": 2021,
"month": 6,
"search_volume": 170
},
{
"year": 2021,
"month": 5,
"search_volume": 140
},
{
"year": 2021,
"month": 4,
"search_volume": 140
},
{
"year": 2021,
"month": 3,
"search_volume": 390
},
{
"year": 2021,
"month": 2,
"search_volume": 320
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 49
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-17 17:22:41 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a cat with ringworm",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-18 16:14:34 +00:00",
"competition": 0.9948979591836735,
"cpc": 1.164841,
"search_volume": 140,
"categories": null,
"monthly_searches": [
{
"year": 2022,
"month": 2,
"search_volume": 110
},
{
"year": 2022,
"month": 1,
"search_volume": 140
},
{
"year": 2021,
"month": 12,
"search_volume": 170
},
{
"year": 2021,
"month": 11,
"search_volume": 170
},
{
"year": 2021,
"month": 10,
"search_volume": 210
},
{
"year": 2021,
"month": 9,
"search_volume": 170
},
{
"year": 2021,
"month": 8,
"search_volume": 170
},
{
"year": 2021,
"month": 7,
"search_volume": 170
},
{
"year": 2021,
"month": 6,
"search_volume": 170
},
{
"year": 2021,
"month": 5,
"search_volume": 110
},
{
"year": 2021,
"month": 4,
"search_volume": 90
},
{
"year": 2021,
"month": 3,
"search_volume": 40
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 45
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-21 03:57:36 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
},
{
"se_type": "google",
"keyword": "how to bathe a stray cat",
"location_code": 2840,
"language_code": "en",
"keyword_info": {
"se_type": "google",
"last_updated_time": "2022-03-02 11:40:05 +00:00",
"competition": 0.8928571428571429,
"cpc": 0.383873,
"search_volume": 140,
"categories": [
10015,
10130,
10684,
11969,
11981,
13014
],
"monthly_searches": [
{
"year": 2022,
"month": 1,
"search_volume": 140
},
{
"year": 2021,
"month": 12,
"search_volume": 140
},
{
"year": 2021,
"month": 11,
"search_volume": 110
},
{
"year": 2021,
"month": 10,
"search_volume": 140
},
{
"year": 2021,
"month": 9,
"search_volume": 140
},
{
"year": 2021,
"month": 8,
"search_volume": 140
},
{
"year": 2021,
"month": 7,
"search_volume": 140
},
{
"year": 2021,
"month": 6,
"search_volume": 140
},
{
"year": 2021,
"month": 5,
"search_volume": 140
},
{
"year": 2021,
"month": 4,
"search_volume": 140
},
{
"year": 2021,
"month": 3,
"search_volume": 210
},
{
"year": 2021,
"month": 2,
"search_volume": 170
}
]
},
"keyword_properties": {
"se_type": "google",
"core_keyword": null,
"keyword_difficulty": 47
},
"impressions_info": {
"se_type": "google",
"last_updated_time": "2022-03-16 23:18:45 +00:00",
"bid": 999,
"match_type": "exact",
"ad_position_min": null,
"ad_position_max": null,
"ad_position_average": null,
"cpc_min": null,
"cpc_max": null,
"cpc_average": null,
"daily_impressions_min": null,
"daily_impressions_max": null,
"daily_impressions_average": null,
"daily_clicks_min": null,
"daily_clicks_max": null,
"daily_clicks_average": null,
"daily_cost_min": null,
"daily_cost_max": null,
"daily_cost_average": null
},
"serp_info": null
}
]
}
]
}
]
}