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