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). |
report | string or SelectableOption | No | summary | ’summary’ (default): one row per page of the target with its backlink counts, the fastest way to find the most linked pages. ‘pages’: the same pages with the crawled on-page data as well (title, headings, word count, technologies, spam score). |
top_n | integer | No | 5 | summary only: 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. summary: url, backlinks, referring_domains, rank, backlinks_spam_score, broken_backlinks. pages: page, status_code, meta.title, meta.words_count, meta.page_spam_score, page_summary.backlinks, page_summary.referring_domains. |
orders | array of OrderItem | No | - | Sort by up to 3 result fields, e.g. backlinks DESC (summary) or page_summary.backlinks DESC (pages). |
limit | integer | No | 100 | Maximum number of pages 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. summary: url, backlinks, referring_domains, rank, backlinks_spam_score, broken_backlinks, first_seen, lost_date. pages: page, status_code, meta.title, meta.h1, meta.words_count, meta.internal_links_count, meta.external_links_count, meta.page_spam_score, page_summary.backlinks, page_summary.referring_domains, page_summary.rank. Leave empty for the default set listed in the output description. |