Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.55 KB

File metadata and controls

17 lines (14 loc) · 1.55 KB

# SeoBacklinksCompetitorsRequest

Properties

Name Type Description Notes
target string Domain, subdomain, or page to analyze. A domain or subdomain is specified without https:// and www. (example.com); a page is specified as an absolute URL (https://example.com/blog/).
main_domain bool Treat the target and competitors as root domains rather than exact subdomains. [optional]
exclude_large_domains bool Exclude very large generic domains (e.g. youtube.com, facebook.com) from results. [optional]
exclude_internal_backlinks bool Exclude internal backlinks from the target's own subdomains. Defaults to true. [optional]
rank_scale \Unifapi\Sdk\Model\SeoBacklinksRankScale [optional]
filters \Unifapi\Sdk\Model\SeoBacklinksCompetitorsRequestFilters [optional]
order_by \Unifapi\Sdk\Model\DataForSeoOrderByRule[] Sort the returned competitors. Each rule is {"field","dir"} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: rank, intersections. [optional]
limit int Maximum number of records to return. Defaults to 100. [optional]
offset int Number of records to skip from the start of the results. [optional]

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