| 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/). | |
| MainDomain | bool | Treat the target and competitors as root domains rather than exact subdomains. | [optional] |
| ExcludeLargeDomains | bool | Exclude very large generic domains (e.g. youtube.com, facebook.com) from results. | [optional] |
| ExcludeInternalBacklinks | bool | Exclude internal backlinks from the target's own subdomains. Defaults to true. | [optional] |
| RankScale | SeoBacklinksRankScale | [optional] | |
| Filters | SeoBacklinksCompetitorsRequestFilters | [optional] | |
| OrderBy | List<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] |