Articles on: API Documentation

Get Google Suggestions with Keyword Features

To fetch results for Google suggestions of a keyword with features specifically located in the United States, you need to use following endpoint:

/api/planner?kw=pizza&key=YourPrivateAPIKey


* Please refer to https://en.wikipedia.org/wiki/ISO_3166-2 this page to get more information about country short-codes._

Additional parameters:



JSON Response of the example:

[ { "keyword":"pizza near me", "seo_data":{ "competition":"0.11", "volume":"7480000", "cpc":"2.07", "trend":[ { "month":"August", "year":2020, "value":7480000 }, { "month":"September", "year":2020, "value":7480000 }, .... ] } }, { "keyword":"pizza delivery", "seo_data":{ "competition":"0.17", "volume":"301000", "cpc":"2.76", "trend":[ { "month":"June", "year":2020, "value":368000 }, .... ] } }, { "keyword":"pizza delivery near me", "seo_data":{ "competition":"0.27", "volume":"1000000", "cpc":"2.76", "trend":[ { "month":"August", "year":2020, "value":1000000 }, ... { "month":"July", "year":2021, "value":1000000 } ] } }, { "keyword":"pizza recipe", "seo_data":{ "competition":"0.07", "volume":"201000", "cpc":"0.66", "trend":"135000|165000|165000|165000|165000|201000|201000|201000|165000|201000|201000|246000" } }, { "keyword":"dominion pizza", "seo_data":{ "competition":"0.18", "volume":"368000", "cpc":"0.18", "trend":[ { "month":"December", "year":2020, "value":301000 }, ..... ] } }]


We are also working on additional sorting options and adding more keyword suggestions in a single query.

Thank you for using Zutrix!

Updated on: 16/02/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!