| Name | Type | Description | Notes |
|---|---|---|---|
| targets | List<String> | Domains, subdomains, or pages to find common referring pages for (1-20). Order is preserved as the 1-based index in the response. | |
| excludeTargets | List<String> | Domains, subdomains, or pages to exclude (up to 10). Pages linking to these are dropped. | [optional] |
| intersectionMode | IntersectionModeEnum | all (default) returns pages linking to any target; partial returns only pages linking to every target. | [optional] |
| backlinksStatusType | SeoBacklinksStatusType | [optional] | |
| includeSubdomains | Boolean | Include backlinks pointing to the target's subdomains. Defaults to true. | [optional] |
| includeIndirectLinks | Boolean | Include indirect links (via redirects or canonicals) to the target. Defaults to true. | [optional] |
| excludeInternalBacklinks | Boolean | Exclude internal backlinks from the target's own subdomains. Defaults to true. | [optional] |
| internalListLimit | Integer | Maximum number of entries kept in each referring_links_* breakdown map. Defaults to 10. | [optional] |
| rankScale | SeoBacklinksRankScale | [optional] | |
| filters | SeoBacklinksPageIntersectionRequestFilters | [optional] | |
| orderBy | List<DataForSeoOrderByRule> | Sort the intersecting referring pages. Prefix each field with the 1-based target index, e.g. 1.rank. Each rule is {"field","dir"} with dir asc or desc; up to 3 rules, applied in order. Sortable fields: dofollow, is_new, is_lost, is_broken, rank, page_from_rank, domain_from_rank, backlink_spam_score, item_type, anchor, tld_from, semantic_location, first_seen, last_seen. | [optional] |
| limit | Integer | Maximum number of records to return. Defaults to 100. | [optional] |
| offset | Integer | Number of records to skip from the start of the results. | [optional] |
| view | SeoBacklinksView | [optional] |
| Name | Value |
|---|---|
| ALL | "all" |
| PARTIAL | "partial" |