Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 938 Bytes

File metadata and controls

13 lines (10 loc) · 938 Bytes

# SeoKeywordAutocompleteRequest

Properties

Name Type Description Notes
keyword string Seed query typed into Google search. Returns the autocomplete suggestions Google offers.
location \Unifapi\Sdk\Model\SeoAutocompleteLocation [optional]
language string Search language as an ISO code or full language name. Defaults to en. [optional]
cursor_pointer int Cursor position within the keyword. Defaults to the end of the keyword, matching how Google expands suggestions as you type. [optional]
client string Autocomplete client to emulate, such as chrome or gws-wiz. Different clients can return different suggestion sets. [optional]

[Back to Model list] [Back to API list] [Back to README]