target | string | Yes | - | Domain, subdomain or page to analyse. Domains go in bare (example.com, blog.example.com); a single page needs its full URL (https://example.com/pricing). |
include_subdomains | boolean | No | True | Count links to subdomains of the target as well. Defaults to true. |
exclude_internal_backlinks | boolean | No | True | Leave out links coming from the target’s own subdomains. Defaults to true. |
backlinks_status_type | string or SelectableOption | No | live | Which backlinks to count: ‘live’ (default, found on the last crawl), ‘all’ (live and lost together) or ‘lost’ (only links that disappeared). |
rank_scale | string or SelectableOption | No | one_thousand | Scale for the rank, domain_from_rank and page_from_rank values: ‘one_thousand’ (DataForSEO’s default, 0 to 1000) or ‘one_hundred’ (0 to 100, comparable to the domain ratings other SEO tools show). |
top_n | integer | No | 5 | How many entries to keep in each distribution per row (top TLDs, countries, link types), 1 to 10. Defaults to 5. |
filters | array of FilterItem | No | - | Up to 8 filters on referring domain fields, e.g. rank GREATER_THAN 300, backlinks GREATER_THAN 5, backlinks_spam_score LESS_THAN 30, domain CONTAINS .edu. |
orders | array of OrderItem | No | - | Sort by up to 3 referring domain fields, e.g. rank DESC or backlinks DESC. |
limit | integer | No | 100 | Maximum number of referring domains to return (1 to 1000). Defaults to 100. |
offset | integer | No | - | Number of rows to skip, for paging. |
fields | string or array of string | No | - | Result columns to keep, e.g. domain, rank, backlinks, referring_pages, referring_domains, backlinks_spam_score, broken_backlinks, first_seen, lost_date, referring_links_types, referring_links_countries. Leave empty for the default set listed in the output description. |