Responses
The table below shows the description of the values that can be found in API responses.
Value | Description |
---|---|
string | A keyword that the search volume data is provided for. |
volume | Average monthly search volume for the last 12 months. |
m1...m12 | Search volume on a given month. |
(m1...m12)_month | The exact month number for the "m1" to "m12" values. |
(m1...m12)_year | The exact year for the "m1" to "m12" values. |
trend | Search volume trend. |
cpc | Google Ads Cost-Per-Click (CPC) for the keyword. |
top_of_page_bid_low | Google Ads Top of Page Bid (Low) for the keyword. |
top_of_page_bid_high | Google Ads Top of Page Bid (High) for the keyword. |
cmp | Google Ads competition metric for the keyword. |
You can choose to get the API responses in either JSON or XML format.
Below you can see the sample API response in JSON and XML.
{
"results": {
"table": {
"string": "table",
"volume": 4090000,
"m1": 3350000,
"m1_month": 11,
"m1_year": 2023,
"m2": 3350000,
"m2_month": 10,
"m2_year": 2023,
"m3": 3350000,
"m3_month": 9,
"m3_year": 2023,
"m4": 3350000,
"m4_month": 8,
"m4_year": 2023,
"m5": 4090000,
"m5_month": 7,
"m5_year": 2023,
"m6": 4090000,
"m6_month": 6,
"m6_year": 2023,
"m7": 4090000,
"m7_month": 5,
"m7_year": 2023,
"m8": 5000000,
"m8_month": 4,
"m8_year": 2023,
"m9": 5000000,
"m9_month": 3,
"m9_year": 2023,
"m10": 5000000,
"m10_month": 2,
"m10_year": 2023,
"m11": 5000000,
"m11_month": 1,
"m11_year": 2023,
"m12": 5000000,
"m12_month": 12,
"m12_year": 2022,
"trend": 0,
"cpc": 0.52,
"cmp": 0.8
}
},
"total_keywords": 1
}
<?xml version="1.0"?>
<results>
<total_keywords>2</total_keywords>
<itemgroup>
<item string="table" volume="4090000" m1="3350000" m1_month="11" m1_year="2023" m2="3350000" m2_month="10" m2_year="2023" m3="3350000" m3_month="9" m3_year="2023" m4="3350000" m4_month="8" m4_year="2023" m5="4090000" m5_month="7" m5_year="2023" m6="4090000" m6_month="6" m6_year="2023" m7="4090000" m7_month="5" m7_year="2023" m8="5000000" m8_month="4" m8_year="2023" m9="5000000" m9_month="3" m9_year="2023" m10="5000000" m10_month="2" m10_year="2023" m11="5000000" m11_month="1" m11_year="2023" m12="5000000" m12_month="12" m12_year="2022" trend="0" cpc="0.52" cmp="0.8"/>
</itemgroup>
</results>
Updated 10 months ago
What’s Next