| Name | Type | Description | Notes |
|---|---|---|---|
| target | string | Target domain, such as example.com or https://example.com. Returns keywords the domain is relevant for. | |
| location | \Unifapi\Sdk\Model\SeoKeywordsForSiteLocation | [optional] | |
| language | string | Search language as an ISO code or full language name. Defaults to en. | [optional] |
| limit | int | Maximum number of keywords to return. Defaults to 100. | [optional] |
| offset | int | Number of keywords 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] |
| include_subdomains | bool | When true (default), include keywords from subdomains of the target. | [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] |