Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.43 KB

File metadata and controls

23 lines (15 loc) · 1.43 KB

SeoKeywordSuggestionsRequest

Properties

Name Type Description Notes
keyword String Seed keyword. Returns long-tail search queries that include this keyword.
location SeoKeywordSuggestionsLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
limit Integer Maximum number of keyword suggestions to return. Defaults to 100. [optional]
offset Integer Number of keyword suggestions to skip from the start of the results. [optional]
offsetToken String Pagination token from a previous response. When set, all other params except limit are ignored. [optional]
exactMatch Boolean When true, return only suggestions that contain the exact seed keyword in the same word order. [optional]
ignoreSynonyms Boolean When true, exclude highly similar keywords and return only core keywords. [optional]
includeSerpInfo Boolean When true, include SERP data (result count and SERP feature types) for each keyword. Can add source cost. [optional]
includeSeedKeyword Boolean When true, include metrics for the seed keyword in the response. [optional]
view SeoKeywordView [optional]