| Name | Type | Description | Notes |
|---|---|---|---|
| keywords | string[] | Seed keywords (1-200). Returns search terms relevant to the product or service categories of these keywords. | |
| location | \Unifapi\Sdk\Model\SeoKeywordIdeasLocation | [optional] | |
| language | string | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| limit | int | Maximum number of keyword ideas to return. Defaults to 100. | [optional] |
| offset | int | Number of keyword ideas 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] |
| closely_variants | bool | When true, use phrase-match search; when false (default), use broad-match search for wider ideas. | [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] |
| view | SeoKeywordView | [optional] |