Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

File metadata and controls

18 lines (14 loc) · 1.28 KB

Unifapi.Sdk.Model.SeoKeywordsForSiteRequest

Properties

Name Type Description Notes
Target string Target domain, such as example.com or https://example.com. Returns keywords the domain is relevant for.
Location 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]
OffsetToken string Pagination token from a previous response. When set, all other params except limit are ignored. [optional]
IncludeSubdomains bool When true (default), include keywords from subdomains of the target. [optional]
IncludeSerpInfo bool When true, include SERP data (result count and SERP feature types) for each keyword. Can add source cost. [optional]
View SeoKeywordView [optional]

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