{
"searchParameters": [
{
"urls": [
],
"xsi_type": "RelatedToUrlSearchParameter"
},
{
"languages": [
{
"id": "1000"
}
],
"xsi_type": "LanguageSearchParameter"
},
{
"locations": [
{
"id": "2826"
}
],
"xsi_type": "LocationSearchParameter"
}
],
"ideaType": "KEYWORD",
"paging": {
"startIndex": "0",
"numberResults": "100"
},
"requestedAttributeTypes": [
"KEYWORD_TEXT",
"SEARCH_VOLUME",
"CATEGORY_PRODUCTS_AND_SERVICES",
"COMPETITION",
"AVERAGE_CPC",
"TARGETED_MONTHLY_SEARCHES"
],
"requestType": "IDEAS"
}
In response, I get 500+ ideas.
When I make the same call from the Keyword Planner Tool with location set to UK and language set to English I get a total of 72 ideas. Apart from an inconsitent number of ideas, the keywords retrieved from the planner are actually more relevant than the ones retrieved from the API.
Are there any additional parameters that I'm missing from the API? Or is this discrepancy expected to happen between the two modes of the service?
Thanks.