Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.13 KB

File metadata and controls

16 lines (13 loc) · 1.13 KB

# SeoCompetitorsDomainRequest

Properties

Name Type Description Notes
target string Target domain, such as example.com or https://example.com. Specified without www.
location \Unifapi\Sdk\Model\SeoCompetitorsDomainLocation [optional]
language string Search language as an ISO code or full language name. Defaults to en. [optional]
exclude_top_domains bool When true, exclude the largest global domains (e.g. wikipedia, amazon) from results. [optional]
intersecting_domains string[] Restrict results to competitors that also share keywords with these domains. [optional]
limit int Maximum number of competing domains to return. Defaults to 100. [optional]
offset int Number of domains to skip from the start of the results. [optional]
view SeoDomainMetricsView [optional]

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