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...m48 | Search volume on a given month. |
| (m1...m48)_month | The exact month number for the "m1" to "m48" values. |
| (m1...m48)_year | The exact year for the "m1" to "m48" values. |
| trend | Search volume trend, represents percentage change in search volume between the most recent month and the last available month, calculated as (m1 − m48) divided by m48. |
| 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. |
| close_variants | Array of keyword variations that Google Ads considers as close variants to the search term. |
| close_variants_source | The original keyword used as the primary reference for generating metrics when keywords are grouped as close variants. |
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": 2740000,
"m1": 2740000,
"m1_month": 12,
"m1_year": 2025,
"m2": 2740000,
"m2_month": 11,
"m2_year": 2025,
"m3": 3350000,
"m3_month": 10,
"m3_year": 2025,
"m4": 3350000,
"m4_month": 9,
"m4_year": 2025,
"m5": 3350000,
"m5_month": 8,
"m5_year": 2025,
"m6": 3350000,
"m6_month": 7,
"m6_year": 2025,
"m7": 3350000,
"m7_month": 6,
"m7_year": 2025,
"m8": 2740000,
"m8_month": 5,
"m8_year": 2025,
"m9": 2740000,
"m9_month": 4,
"m9_year": 2025,
"m10": 2740000,
"m10_month": 3,
"m10_year": 2025,
"m11": 2740000,
"m11_month": 2,
"m11_year": 2025,
"m12": 2740000,
"m12_month": 1,
"m12_year": 2025,
"m13": 2740000,
"m13_month": 12,
"m13_year": 2024,
"m14": 2740000,
"m14_month": 11,
"m14_year": 2024,
"m15": 2740000,
"m15_month": 10,
"m15_year": 2024,
"m16": 2740000,
"m16_month": 9,
"m16_year": 2024,
"m17": 2740000,
"m17_month": 8,
"m17_year": 2024,
"m18": 2740000,
"m18_month": 7,
"m18_year": 2024,
"m19": 2740000,
"m19_month": 6,
"m19_year": 2024,
"m20": 2740000,
"m20_month": 5,
"m20_year": 2024,
"m21": 2740000,
"m21_month": 4,
"m21_year": 2024,
"m22": 2740000,
"m22_month": 3,
"m22_year": 2024,
"m23": 2740000,
"m23_month": 2,
"m23_year": 2024,
"m24": 2740000,
"m24_month": 1,
"m24_year": 2024,
"m25": 2740000,
"m25_month": 12,
"m25_year": 2023,
"m26": 3350000,
"m26_month": 11,
"m26_year": 2023,
"m27": 3350000,
"m27_month": 10,
"m27_year": 2023,
"m28": 3350000,
"m28_month": 9,
"m28_year": 2023,
"m29": 3350000,
"m29_month": 8,
"m29_year": 2023,
"m30": 4090000,
"m30_month": 7,
"m30_year": 2023,
"m31": 4090000,
"m31_month": 6,
"m31_year": 2023,
"m32": 4090000,
"m32_month": 5,
"m32_year": 2023,
"m33": 5000000,
"m33_month": 4,
"m33_year": 2023,
"m34": 5000000,
"m34_month": 3,
"m34_year": 2023,
"m35": 5000000,
"m35_month": 2,
"m35_year": 2023,
"m36": 5000000,
"m36_month": 1,
"m36_year": 2023,
"m37": 5000000,
"m37_month": 12,
"m37_year": 2022,
"m38": 5000000,
"m38_month": 11,
"m38_year": 2022,
"m39": 5000000,
"m39_month": 10,
"m39_year": 2022,
"m40": 5000000,
"m40_month": 9,
"m40_year": 2022,
"m41": 5000000,
"m41_month": 8,
"m41_year": 2022,
"m42": 5000000,
"m42_month": 7,
"m42_year": 2022,
"m43": 5000000,
"m43_month": 6,
"m43_year": 2022,
"m44": 5000000,
"m44_month": 5,
"m44_year": 2022,
"m45": 5000000,
"m45_month": 4,
"m45_year": 2022,
"m46": 5000000,
"m46_month": 3,
"m46_year": 2022,
"m47": 4090000,
"m47_month": 2,
"m47_year": 2022,
"m48": 4090000,
"m48_month": 1,
"m48_year": 2022,
"trend": -0.33,
"cpc": 0.3,
"top_of_page_bid_low": 0.02,
"top_of_page_bid_high": 0.46,
"cmp": 0.85
}
},
"total_keywords": 1
}<?xml version="1.0"?>
<results>
<total_keywords>1</total_keywords>
<itemgroup>
<item string="table" volume="2740000" m1="2740000" m1_month="12" m1_year="2025" m2="2740000" m2_month="11" m2_year="2025" m3="3350000" m3_month="10" m3_year="2025" m4="3350000" m4_month="9" m4_year="2025" m5="3350000" m5_month="8" m5_year="2025" m6="3350000" m6_month="7" m6_year="2025" m7="3350000" m7_month="6" m7_year="2025" m8="2740000" m8_month="5" m8_year="2025" m9="2740000" m9_month="4" m9_year="2025" m10="2740000" m10_month="3" m10_year="2025" m11="2740000" m11_month="2" m11_year="2025" m12="2740000" m12_month="1" m12_year="2025" m13="2740000" m13_month="12" m13_year="2024" m14="2740000" m14_month="11" m14_year="2024" m15="2740000" m15_month="10" m15_year="2024" m16="2740000" m16_month="9" m16_year="2024" m17="2740000" m17_month="8" m17_year="2024" m18="2740000" m18_month="7" m18_year="2024" m19="2740000" m19_month="6" m19_year="2024" m20="2740000" m20_month="5" m20_year="2024" m21="2740000" m21_month="4" m21_year="2024" m22="2740000" m22_month="3" m22_year="2024" m23="2740000" m23_month="2" m23_year="2024" m24="2740000" m24_month="1" m24_year="2024" m25="2740000" m25_month="12" m25_year="2023" m26="3350000" m26_month="11" m26_year="2023" m27="3350000" m27_month="10" m27_year="2023" m28="3350000" m28_month="9" m28_year="2023" m29="3350000" m29_month="8" m29_year="2023" m30="4090000" m30_month="7" m30_year="2023" m31="4090000" m31_month="6" m31_year="2023" m32="4090000" m32_month="5" m32_year="2023" m33="5000000" m33_month="4" m33_year="2023" m34="5000000" m34_month="3" m34_year="2023" m35="5000000" m35_month="2" m35_year="2023" m36="5000000" m36_month="1" m36_year="2023" m37="5000000" m37_month="12" m37_year="2022" m38="5000000" m38_month="11" m38_year="2022" m39="5000000" m39_month="10" m39_year="2022" m40="5000000" m40_month="9" m40_year="2022" m41="5000000" m41_month="8" m41_year="2022" m42="5000000" m42_month="7" m42_year="2022" m43="5000000" m43_month="6" m43_year="2022" m44="5000000" m44_month="5" m44_year="2022" m45="5000000" m45_month="4" m45_year="2022" m46="5000000" m46_month="3" m46_year="2022" m47="4090000" m47_month="2" m47_year="2022" m48="4090000" m48_month="1" m48_year="2022" trend="-0.33" cpc="0.3" top_of_page_bid_low="0.02" top_of_page_bid_high="0.46" cmp="0.85"/>
</itemgroup>
</results>Updated 5 days ago
What’s Next
