Filters available for DataForSEO Backlinks API

 
Backlinks API features plenty of parameters that support custom filtration. By applying filters to your POST requests, you will be able to effortlessly extract data that matches your requirements. Note that we do not charge any fees for using data filtering or sorting rules.
‌‌
Here you will find all the necessary information about filters that can be used with DataForSEO Backlinks API endpoints.

Note that filters are associated with a certain object in the result array, and thus should be specified accordingly. You can learn more about how to use filters in this help center article.

Pricing

Your account will not be charged for using this API

checked GET

You will receive the full list of filters by calling this API. You can also download the full list of possible filters by this link.

‌‌As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Field nameTypeDescription
versionstring

the current version of the API

status_codeinteger

general status code
you can find the full list of the response codes here

status_messagestring

general informational message
you can find the full list of general informational messages here

timestring

execution time, seconds

costfloat

total tasks cost, USD

tasks_countinteger

the number of tasks in the tasks array

tasks_errorinteger

the number of tasks in the tasks array returned with an error

tasksarray

array of tasks

    idstring

task identifier
unique task identifier in our system in the UUID format

    status_codeinteger

status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here

    status_messagestring

informational message of the task
you can find the full list of general informational messages here

    timestring

execution time, seconds

    costfloat

cost of the task, USD

    result_countinteger

number of elements in the result array

    patharray

URL path

    dataobject

contains the parameters passed in the URL of the GET request

    resultarray

array of results
contains the full list of available parameters that can be used for data filtration
the parameters are grouped by the endpoint they can be used with



Below you will find a detailed description of filters available in DataForSEO Backlinks API endpoints. You can specify up to 8 filters by using the and, or logical operators between the conditions.

Note: in Domain Intersection and Page Intersection endpoints the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
for example, if you specify the pages in the POST request as follows:
"targets":[
"https://football.com/news",
"https://fifa.com/updates",
"https://uefa.com/updates"]

the specified pages will be assigned with sequence numbers; e.g. the filter by the “https://fifa.com/updates” page will be assigned a “2” and will look as follows:
"filters": ["2.domain_from","=","news24.com"]

Note #2: in Backlinks Anchors, Domain Pages and Domain Intersection endpoints you may come across empty-titled fields in the referring_links_semantic_locations array, which, however, are also available in filters. These empty fields are denoted as $empty and have the num type.
example:
referring_links_semantic_locations.$empty

Note #3: in the following endpoints, you can filter the results by any top-level domain (TLD) from the referring_links_tld object of the response, but the structure of the filtered field is different:

• in Backlinks Anchors, Referring Domains, Referring Networks, and Domain Pages Summary endpoints, use referring_links_tld.$tld;
• in the Domain Pages endpoint, use page_summary.referring_links_tld.$tld;
• in the Domain Intersection endpoint, use $key.referring_links_tld.$tld.

In all cases, replace the $tld variable with the necessary TLD returned in the referring_links_tld object of the endpoint’s response. Example filter:
"filters": ["1.referring_links_tld.com",">",0]

unlike other fields, referring_links_tld.$tld is only available in filters and cannot be used in the order_by parameter for sorting the results.

Description of the available filters:

Field nameTypeDescription
filtersarray

array of results filtering parameters
filters have the following structure:
[filered_fieldfilter_operatorfilter_value]
you can add several filters at once (8 filters maximum)
if you add more than one filter, you must set a logical operator and, or between the conditions
example:
[["domain_from","=", "dataforseo.com"],"and",[["acnhor","like","%seo%"],"or",["texr_pre","like","%seo%"]]]

    filtered_fieldstr

fields that support filtration
you can find all available filtered_field values here

Note: fields with an $empty mark are empty, but their values can still be filtered;
in the fields containing $key, this variable denotes the sequence number of the target indicated in the targets array of the POST request

    filter_operatorstr

operator in the filter
available filter operators:
• if bool: =, <>
• if num: <, <=, >, >=, =, <>, in, not_in
• if str: match, not_match, like, not_like, ilike, not_ilike, in, not_in, =, <>, regex, not_regex
• if array.str: has, has_not
• if array.num: has, has_not
• if time: <, >time should be specified in the format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2021-01-29 15:02:37 +00:00

if you specify in or not_in operator, the $filter_value should be specified as an array
example:
["rank","in",[1,5]]

regex and not_regex operators can be specified with string values using the RE2 regex syntax;
Note: the maximum limit for the number of characters you can specify in regex and not_regex is 1000;

like and not_like operators require adding % symbol to get accurate results;
example:
["anchor", "like", "%seo%"] return backlinks items that contain “seo” in the anchor field
["texr_pre", "not_like", "%seo%"] do not return backlinks items that contain “seo” in the text_pre field

    filter_valueobject

filtering value
values specified in the filter_value should match the format of the specified filtered_field

backlinksobject

filters available for the backlinks endpoint:

    domain_fromstr

domain referring to the target domain or webpage
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["domain_from","like","forbes.%"],"and",["domain_from","<>","forbes.com"]]

    url_fromstr

URL of the page where the backlink is found
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["domain_from","=","forbes.com"],"and",["url_from","like","%/sites/%"]]

    url_from_httpsbool

indicates whether the referring URL is secured with HTTPS
the following operators are supported: =, <>
example:
"filters": ["url_from_https","=",true]

    domain_tostr

domain the backlink is pointing to
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["domain_to","like","forbes.%"],"and",["domain_to","not_like","%forbes.com"]]

    url_tostr

URL of the page the backlink is pointing to
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["domain_to","=","forbes.com"],"and",["url_to","like","%/stories/collection%"]]

    url_to_httpsbool

indicates if the URL the backlink is pointing to is secured with HTTPS
the following operators are supported: =, <>
example:
"filters": ["url_to_https","=",false]

    tld_fromstr

top-level domain of the referring URL
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["tld_from","=",".gov"],"or",["tld_from","=",".edu"]]

    is_newbool

indicates whether the backlink is new
the following operators are supported: =, <>
example:
"filters": ["is_new","=",true]

    is_lostbool

indicates whether the backlink was removed
the following operators are supported: =, <>
example:
"filters": ["is_lost","=",true]

    backlink_spam_scorenum

spam score of the backlink
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["backlink_spam_score","<", "10"]],"and",["backlink_spam_score",">","50"]]

    ranknum

backlink rank
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["rank","<", "10"]],"and",["rank",">","1"]]

    page_from_ranknum

page rank of the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["page_from_rank","<", "10"]],"and",["page_from_rank",">","1"]]

    domain_from_ranknum

domain rank of the referring domain
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["domain_from_rank","<", "10"]],"and",["domain_from_rank",">","1"]]

    domain_from_platform_typearray.str

platform types of the referring domain
the following operators are supported: has
example:
"filters": ["domain_from_platform_type","has","blogs"]

    domain_from_is_ipbool

domain rank of the referring domain
the following operators are supported: =, <>
example:
"filters": ["domain_from_is_ip","=", false]

    domain_from_ipstr

IP address of the referring domain
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": [["domain_from_ip","=","172.64.32.57"],"or",["domain_from_ip","=","108.162.193.154"]]

    page_from_external_linksnum

number of external links found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["page_from_external_links","<", "10"]],"and",["page_from_external_links",">","1"]]

    page_from_internal_linksnum

number of internal links found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["page_from_internal_links","<", "10"]],"and",["page_from_internal_links",">","1"]]

    page_from_sizenum

size of the referring page, in bytes
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["page_from_page_from_size","<","63357"]

    page_from_encodingstr

character encoding of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["page_from_encoding","=","utf-8"]

    page_from_languagestr

language of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["page_from_language","=","en"]

    page_from_titlestr

language of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["page_from_title","not_like","%seo%"]

    page_from_status_codenum

HTTP status code returned by the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["page_from_status_code","≥", "200"]],"and",["page_from_external_links","<","300"]]

    first_seentime

date and time when our crawler found the backlink for the first time
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["first_seen",">","2021-01-29 01:24:54 +00:00"]

    prev_seentime

previous to the most recent date when our crawler visited the backlink
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["prev_seen",">","2019-11-15 12:57:46 +00:00"]

    last_seentime

most recent date when our crawler visited the backlink
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["last_seen",">","2020-11-15 12:57:46 +00:00"]

    item_typestr

link type
possible values:
anchor, image, meta, canonical, alternate, redirect
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["item_type","<>","redirect"]

    dofollowbool

indicates whether the backlink is dofollow
the following operators are supported: =, <>
example:
"filters": ["dofollow","=",true]

    originalbool

indicates whether the backlink was present on the referring page when our crawler first visited it
the following operators are supported: =, <>
example:
"filters": ["original","=",false]

    altstr

alternative text of the image
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["alt","like","%logo%"]

    anchorstr

anchor text of the backlink
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["anchor","like","%dataforseo%"]

    text_prestr

text snippet before the anchor text
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["text_pre","like","%seo data provider%"]

    text_poststr

text snippet after the anchor text
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["text_post","like","%seo data provider%"]

    semantic_locationstr

indicates semantic element in HTML where the backlink is found
you can get the full list of semantic elements here
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match
example:
"filters": ["semantic_location","=","article"]

    links_countnum

number of identical backlinks found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["links_count","≥", "1"]

    group_countnum

indicates total number of backlinks from this domain
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["group_count","≥", "5000"]

    is_brokenbool

indicates whether the backlink is broken
the following operators are supported: =, <>
example:
"filters": ["is_broken","=",true]

    url_to_status_codenum

status code of the referenced page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": ["url_to_status_code","=", "200"]

    url_to_spam_scorenum

spam score of the referenced page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["url_to_spam_score","<", "10"]],"and",["url_to_spam_score",">","50"]]

page_intersectionobject

filters available for the page intersection endpoint:

    $key.domain_fromstr

domain referring to the target domain or webpage
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
if you specify the pages in the POST request as follows:
"targets":[
"https://football.com/news",
"https://fifa.com/updates",
"https://uefa.com/updates"

the specified pages will be assigned with sequence numbers and the filter by the "https://fifa.com/updates" page will look as follows:
"filters": ["2.domain_from","=","news24.com"]

    $key.url_fromstr

URL of the page where the backlink is found
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.url_from","=","https://news24.com/world-cup-2022"]

    $key.url_fromstr

URL of the page where the backlink is found
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.url_from","=","https://news24.com/world-cup-2022"]

    $key.url_from_httpsbool

indicates whether the referring URL is secured with HTTPS
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.url_from_https","=","true"]

    $key.domain_tostr

domain the backlink is pointing to
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": [["2.domain_to","<>","uefa.com"], "and", ["2.domain_to","<>","football.com"]]

    $key.url_tostr

URL the backlink is pointing to
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.url_to","<>","https://fifa.com/updates"]

    $key.url_to_httpsbool

indicates if the URL the backlink is pointing to is secured with HTTPS
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.url_from_https","=","true"]

    $key.tld_fromstr

top-level domain of the referring URL
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": [["1.tld_from","=","com"], "and", ["2.tld_from","=","com"], and, ["3.tld_from","=","com"]]

    $key.is_newbool

indicates whether the backlink is new
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.is_new","=","true"]

    $key.is_lostbool

indicates whether the backlink was removed
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.is_lost","<>","true"]

    $key.backlink_spam_scorenum

spam score of the backlink
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["1.backlink_spam_score",">","80"]],"and",["2.backlink_spam_score","<","10"]]

    $key.ranknum

backlink rank
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["1.rank",">","800"]],"and",["2.rank","<","100"]]

    $key.page_from_ranknum

page rank of the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["1.page_from_rank",">","800"]],"or",["2.page_from_rank",">","800"]]

    $key.domain_from_ranknum

page rank of the referring domain
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
example:
"filters": [["1.domain_from_rank",">","800"]],"or",["2.domain_from_rank",">","800"]]

    domain_from_platform_typearray.str

platform types of the referring domain
the following operators are supported: has
example:
"filters": ["domain_from_platform_type","has","blogs"]

    $key.domain_from_is_ipbool

indicates if the domain is IP
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.domain_from_is_ip","=","false"]

    $key.domain_from_ipstr

IP address of the referring domain
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.domain_from_ip","like","%231.150"]

    $key.page_from_external_linksnum

number of external links found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": [["1.page_from_external_links",">","10"]],"or",["2.page_from_external_links",">","10"]]

    $key.page_from_internal_linksnum

number of internal links found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.page_from_internal_links",">","50"]

    $key.page_from_sizenum

size of the referring page, in bytes
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.page_from_size","<","1000000"]

    $key.page_from_encodingstr

character encoding of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.page_from_encoding","like","utf-%"]

    $key.page_from_languagestr

language of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.page_from_language","=","de"]

    $key.page_from_titlestr

title of the referring page
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.page_from_title","like","%world cup%"]

    $key.page_from_status_codenum

HTTP status code returned by the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.page_from_status_code","=","200"]

    $key.first_seentime

date and time when our crawler found the backlink for the first time
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.first_seen",">","2021-01-29 01:24:54 +00:00"]

    $key.prev_seentime

previous to the most recent date when our crawler visited the backlink
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.prev_seen",">","2019-11-15 12:57:46 +00:00"]

    $key.last_seentime

most recent date when our crawler visited the backlink
in the ISO 8601 format
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.last_seen",">","2020-11-15 12:57:46 +00:00"]

    $key.item_typestr

link type
possible values:
anchor, image, link, meta, canonical, alternate, redirect;
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.item_type","=","anchor"]

    $key.dofollowbool

indicates whether the backlink is dofollow
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.dofollow","=","true"]

    $key.originalbool

indicates whether the backlink was present on the referring page when our crawler first visited it
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.original","=","true"]

    $key.altstr

alternative text of the image
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.alt","like","%Gianni%"]

    $key.anchorstr

anchor text of the backlink
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.anchor","like","%FIFA%"]

    $key.text_prestr

text snippet before the anchor text
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.text_pre","like","%Gianni%"]

    $key.text_poststr

text snippet after the anchor text
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.text_post","not_like","%Gianni%"]

    $key.semantic_locationstr

indicates semantic element in HTML where the backlink is found
the following operators are supported: =, <>, like, not_like, ilike, not_ilike, match, not_match;

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["1.semantic_location","=","article"]

    $key.links_countnum

number of identical backlinks found on the referring page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.links_count",">","5"]

    $key.group_countnum

indicates the total number of backlinks from this domain
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.group_count",">","100"]

    $key.is_brokenbool

indicates whether the backlink is broken
the following operators are supported: =, <>

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["2.is_broken","=","false"]

    $key.url_to_status_codenum

status code of the referenced page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in

Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.url_to_status_code","=","200"]

    $key.url_to_spam_scorenum

spam score of the referenced page
the following operators are supported: <, <=, >, >=, =, <>, in, not_in
Note: the $key parameter refers to the variable denoting the sequence number of the page indicated in the targets array of the POST request;
example:
"filters": ["3.url_to_spam_score",">","50"]

‌‌

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access

The list of available filtration parameters:

{
  "version": "0.1.20240801",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.0573 sec.",
  "cost": 0,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "09111945-1535-0331-0000-0f6659f6aa81",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0 sec.",
      "cost": 0,
      "result_count": 1,
      "path": [
        "v3",
        "backlinks",
        "available_filters"
      ],
      "data": {
        "api": "backlinks",
        "function": "available_filters"
      },
      "result": [
        {
          "content_duplicates": {
            "main_domain": "str",
            "domain": "str",
            "tld": "str",
            "page": "str",
            "ip": "str",
            "first_visited": "time",
            "prev_visited": "time",
            "fetch_time": "time",
            "status_code": "num",
            "location": "str",
            "size": "num",
            "encoded_size": "num",
            "content_encoding": "str",
            "media_type": "str",
            "server": "str",
            "meta.title": "str",
            "meta.canonical": "str",
            "meta.internal_links_count": "num",
            "meta.external_links_count": "num",
            "meta.images_count": "num",
            "meta.words_count": "num",
            "meta.page_spam_score": "num",
            "meta.language": "str",
            "meta.charset": "str",
            "meta.technologies.web-servers": "str"
          },
          "backlinks": {
            "domain_from": "str",
            "url_from": "str",
            "url_from_https": "bool",
            "domain_to": "str",
            "url_to": "str",
            "url_to_https": "bool",
            "tld_from": "str",
            "is_new": "bool",
            "is_lost": "bool",
            "backlink_spam_score": "num",
            "rank": "num",
            "page_from_rank": "num",
            "domain_from_rank": "num",
            "domain_from_platform_type": "array.str",
            "domain_from_is_ip": "bool",
            "domain_from_ip": "str",
            "domain_from_country": "str",
            "page_from_external_links": "num",
            "page_from_internal_links": "num",
            "page_from_size": "num",
            "page_from_encoding": "str",
            "page_from_language": "str",
            "page_from_title": "str",
            "page_from_status_code": "num",
            "first_seen": "time",
            "prev_seen": "time",
            "last_seen": "time",
            "type": "str",
            "dofollow": "bool",
            "original": "bool",
            "alt": "str",
            "image_url": "str",
            "anchor": "str",
            "text_pre": "str",
            "text_post": "str",
            "semantic_location": "str",
            "links_count": "num",
            "group_count": "num",
            "is_broken": "bool",
            "url_to_status_code": "num",
            "url_to_spam_score": "num",
            "url_to_redirect_target": "str",
            "item_type": "str",
            "ranked_keywords_info.page_from_keywords_count_top_3": "num",
            "ranked_keywords_info.page_from_keywords_count_top_10": "num",
            "ranked_keywords_info.page_from_keywords_count_top_100": "num",
            "is_indirect_link": "bool",
            "indirect_link_path.type": "array.str",
            "indirect_link_path.status_code": "array.num",
            "indirect_link_path.url": "array.str"
          },
          "domain_pages": {
            "main_domain": "str",
            "domain": "str",
            "tld": "str",
            "page": "str",
            "ip": "str",
            "first_visited": "time",
            "prev_visited": "time",
            "fetch_time": "time",
            "status_code": "num",
            "location": "str",
            "size": "num",
            "encoded_size": "num",
            "content_encoding": "str",
            "media_type": "str",
            "server": "str",
            "meta.title": "str",
            "meta.canonical": "str",
            "meta.internal_links_count": "num",
            "meta.external_links_count": "num",
            "meta.images_count": "num",
            "meta.words_count": "num",
            "meta.page_spam_score": "num",
            "meta.meta_social": "num",
            "meta.h1": "num",
            "meta.h2": "num",
            "meta.h3": "num",
            "meta.images_alt": "num",
            "meta.powered_by": "num",
            "meta.language": "str",
            "meta.charset": "str",
            "meta.platform_type": "array.str",
            "meta.technologies": "str",
            "page_summary.first_seen": "time",
            "page_summary.lost_date": "time",
            "page_summary.backlinks_spam_score": "num",
            "page_summary.rank": "num",
            "page_summary.backlinks": "num",
            "page_summary.referring_pages": "num",
            "page_summary.referring_pages_nofollow": "num",
            "page_summary.referring_links_tld.$tld": "num",
            "page_summary.referring_links_types.anchor": "num",
            "page_summary.referring_links_types.alternate": "num",
            "page_summary.referring_links_types.canonical": "num",
            "page_summary.referring_links_types.redirect": "num",
            "page_summary.referring_links_types.image": "num",
            "page_summary.referring_links_types.link": "num",
            "page_summary.referring_links_types.meta": "num",
            "page_summary.referring_links_types.rss": "num",
            "page_summary.referring_links_types.form": "num",
            "page_summary.referring_links_attributes.alternate": "num",
            "page_summary.referring_links_attributes.author": "num",
            "page_summary.referring_links_attributes.bookmark": "num",
            "page_summary.referring_links_attributes.canonical": "num",
            "page_summary.referring_links_attributes.dns-prefetch": "num",
            "page_summary.referring_links_attributes.external": "num",
            "page_summary.referring_links_attributes.expect": "num",
            "page_summary.referring_links_attributes.help": "num",
            "page_summary.referring_links_attributes.icon": "num",
            "page_summary.referring_links_attributes.license": "num",
            "page_summary.referring_links_attributes.manifest": "num",
            "page_summary.referring_links_attributes.me": "num",
            "page_summary.referring_links_attributes.modulepreload": "num",
            "page_summary.referring_links_attributes.next": "num",
            "page_summary.referring_links_attributes.nofollow": "num",
            "page_summary.referring_links_attributes.noopener": "num",
            "page_summary.referring_links_attributes.noreferrer": "num",
            "page_summary.referring_links_attributes.opener": "num",
            "page_summary.referring_links_attributes.pingback": "num",
            "page_summary.referring_links_attributes.preconnect": "num",
            "page_summary.referring_links_attributes.prefetch": "num",
            "page_summary.referring_links_attributes.preload": "num",
            "page_summary.referring_links_attributes.prerender": "num",
            "page_summary.referring_links_attributes.prev": "num",
            "page_summary.referring_links_attributes.privacy-policy": "num",
            "page_summary.referring_links_attributes.search": "num",
            "page_summary.referring_links_attributes.stylesheet": "num",
            "page_summary.referring_links_attributes.tag": "num",
            "page_summary.referring_links_attributes.terms-of-service": "num",
            "page_summary.referring_links_platform_types.unknown": "num",
            "page_summary.referring_links_platform_types.cms": "num",
            "page_summary.referring_links_platform_types.blogs": "num",
            "page_summary.referring_links_platform_types.ecommerce": "num",
            "page_summary.referring_links_platform_types.message_boards": "num",
            "page_summary.referring_links_platform_types.wiki": "num",
            "page_summary.referring_links_semantic_locations.$empty": "num",
            "page_summary.referring_links_semantic_locations.article": "num",
            "page_summary.referring_links_semantic_locations.aside": "num",
            "page_summary.referring_links_semantic_locations.details": "num",
            "page_summary.referring_links_semantic_locations.figcaption": "num",
            "page_summary.referring_links_semantic_locations.figure": "num",
            "page_summary.referring_links_semantic_locations.footer": "num",
            "page_summary.referring_links_semantic_locations.header": "num",
            "page_summary.referring_links_semantic_locations.main": "num",
            "page_summary.referring_links_semantic_locations.mark": "num",
            "page_summary.referring_links_semantic_locations.nav": "num",
            "page_summary.referring_links_semantic_locations.section": "num",
            "page_summary.referring_links_semantic_locations.summary": "num",
            "page_summary.referring_links_semantic_locations.time": "num",
            "page_summary.referring_domains": "num",
            "page_summary.referring_domains_nofollow": "num",
            "page_summary.referring_main_domains": "num",
            "page_summary.referring_main_domains_nofollow": "num",
            "page_summary.internal_links_count": "num",
            "page_summary.external_links_count": "num",
            "page_summary.broken_pages": "num",
            "page_summary.broken_backlinks": "num",
            "page_summary.referring_ips": "num",
            "page_summary.referring_subnets": "num"
          },
          "anchors": {
            "anchor": "str",
            "first_seen": "time",
            "lost_date": "time",
            "rank": "num",
            "backlinks": "num",
            "backlinks_spam_score": "num",
            "referring_pages": "num",
            "referring_pages_nofollow": "num",
            "referring_links_tld.$tld": "num",
            "referring_links_types.anchor": "num",
            "referring_links_types.alternate": "num",
            "referring_links_types.canonical": "num",
            "referring_links_types.redirect": "num",
            "referring_links_types.image": "num",
            "referring_links_types.link": "num",
            "referring_links_types.meta": "num",
            "referring_links_types.rss": "num",
            "referring_links_types.form": "num",
            "referring_links_attributes.alternate": "num",
            "referring_links_attributes.author": "num",
            "referring_links_attributes.bookmark": "num",
            "referring_links_attributes.canonical": "num",
            "referring_links_attributes.dns-prefetch": "num",
            "referring_links_attributes.external": "num",
            "referring_links_attributes.expect": "num",
            "referring_links_attributes.help": "num",
            "referring_links_attributes.icon": "num",
            "referring_links_attributes.license": "num",
            "referring_links_attributes.manifest": "num",
            "referring_links_attributes.me": "num",
            "referring_links_attributes.modulepreload": "num",
            "referring_links_attributes.next": "num",
            "referring_links_attributes.nofollow": "num",
            "referring_links_attributes.noopener": "num",
            "referring_links_attributes.noreferrer": "num",
            "referring_links_attributes.opener": "num",
            "referring_links_attributes.pingback": "num",
            "referring_links_attributes.preconnect": "num",
            "referring_links_attributes.prefetch": "num",
            "referring_links_attributes.preload": "num",
            "referring_links_attributes.prerender": "num",
            "referring_links_attributes.prev": "num",
            "referring_links_attributes.privacy-policy": "num",
            "referring_links_attributes.search": "num",
            "referring_links_attributes.stylesheet": "num",
            "referring_links_attributes.tag": "num",
            "referring_links_attributes.terms-of-service": "num",
            "referring_links_platform_types.unknown": "num",
            "referring_links_platform_types.cms": "num",
            "referring_links_platform_types.blogs": "num",
            "referring_links_platform_types.ecommerce": "num",
            "referring_links_platform_types.message_boards": "num",
            "referring_links_platform_types.wiki": "num",
            "referring_links_semantic_locations.$empty": "num",
            "referring_links_semantic_locations.article": "num",
            "referring_links_semantic_locations.aside": "num",
            "referring_links_semantic_locations.details": "num",
            "referring_links_semantic_locations.figcaption": "num",
            "referring_links_semantic_locations.figure": "num",
            "referring_links_semantic_locations.footer": "num",
            "referring_links_semantic_locations.header": "num",
            "referring_links_semantic_locations.main": "num",
            "referring_links_semantic_locations.mark": "num",
            "referring_links_semantic_locations.nav": "num",
            "referring_links_semantic_locations.section": "num",
            "referring_links_semantic_locations.summary": "num",
            "referring_links_semantic_locations.time": "num",
            "referring_domains": "num",
            "referring_domains_nofollow": "num",
            "referring_main_domains": "num",
            "referring_main_domains_nofollow": "num",
            "broken_pages": "num",
            "broken_backlinks": "num",
            "referring_ips": "num",
            "referring_subnets": "num"
          },
          "referring_domains": {
            "domain": "str",
            "first_seen": "time",
            "lost_date": "time",
            "rank": "num",
            "backlinks": "num",
            "backlinks_spam_score": "num",
            "referring_pages": "num",
            "referring_pages_nofollow": "num",
            "referring_links_tld.$tld": "num",
            "referring_links_types.anchor": "num",
            "referring_links_types.alternate": "num",
            "referring_links_types.canonical": "num",
            "referring_links_types.redirect": "num",
            "referring_links_types.image": "num",
            "referring_links_types.link": "num",
            "referring_links_types.meta": "num",
            "referring_links_types.rss": "num",
            "referring_links_types.form": "num",
            "referring_links_attributes.alternate": "num",
            "referring_links_attributes.author": "num",
            "referring_links_attributes.bookmark": "num",
            "referring_links_attributes.canonical": "num",
            "referring_links_attributes.dns-prefetch": "num",
            "referring_links_attributes.external": "num",
            "referring_links_attributes.expect": "num",
            "referring_links_attributes.help": "num",
            "referring_links_attributes.icon": "num",
            "referring_links_attributes.license": "num",
            "referring_links_attributes.manifest": "num",
            "referring_links_attributes.me": "num",
            "referring_links_attributes.modulepreload": "num",
            "referring_links_attributes.next": "num",
            "referring_links_attributes.nofollow": "num",
            "referring_links_attributes.noopener": "num",
            "referring_links_attributes.noreferrer": "num",
            "referring_links_attributes.opener": "num",
            "referring_links_attributes.pingback": "num",
            "referring_links_attributes.preconnect": "num",
            "referring_links_attributes.prefetch": "num",
            "referring_links_attributes.preload": "num",
            "referring_links_attributes.prerender": "num",
            "referring_links_attributes.prev": "num",
            "referring_links_attributes.privacy-policy": "num",
            "referring_links_attributes.search": "num",
            "referring_links_attributes.stylesheet": "num",
            "referring_links_attributes.tag": "num",
            "referring_links_attributes.terms-of-service": "num",
            "referring_links_platform_types.unknown": "num",
            "referring_links_platform_types.cms": "num",
            "referring_links_platform_types.blogs": "num",
            "referring_links_platform_types.ecommerce": "num",
            "referring_links_platform_types.message_boards": "num",
            "referring_links_platform_types.wiki": "num",
            "referring_links_semantic_locations.article": "num",
            "referring_links_semantic_locations.aside": "num",
            "referring_links_semantic_locations.details": "num",
            "referring_links_semantic_locations.figcaption": "num",
            "referring_links_semantic_locations.figure": "num",
            "referring_links_semantic_locations.footer": "num",
            "referring_links_semantic_locations.header": "num",
            "referring_links_semantic_locations.main": "num",
            "referring_links_semantic_locations.mark": "num",
            "referring_links_semantic_locations.nav": "num",
            "referring_links_semantic_locations.section": "num",
            "referring_links_semantic_locations.summary": "num",
            "referring_links_semantic_locations.time": "num",
            "referring_domains": "num",
            "referring_domains_nofollow": "num",
            "referring_main_domains": "num",
            "referring_main_domains_nofollow": "num",
            "broken_pages": "num",
            "broken_backlinks": "num",
            "referring_ips": "num",
            "referring_subnets": "num"
          },
          "domain_intersection": {
            "$key.target": "str",
            "$key.first_seen": "time",
            "$key.lost_date": "time",
            "$key.rank": "num",
            "$key.backlinks": "num",
            "$key.backlinks_spam_score": "num",
            "$key.referring_pages": "num",
            "$key.referring_pages_nofollow": "num",
            "$key.referring_links_tld.$tld": "num",
            "$key.referring_links_types.anchor": "num",
            "$key.referring_links_types.alternate": "num",
            "$key.referring_links_types.canonical": "num",
            "$key.referring_links_types.redirect": "num",
            "$key.referring_links_types.image": "num",
            "$key.referring_links_types.link": "num",
            "$key.referring_links_types.meta": "num",
            "$key.referring_links_types.rss": "num",
            "$key.referring_links_types.form": "num",
            "$key.referring_links_attributes.alternate": "num",
            "$key.referring_links_attributes.author": "num",
            "$key.referring_links_attributes.bookmark": "num",
            "$key.referring_links_attributes.canonical": "num",
            "$key.referring_links_attributes.dns-prefetch": "num",
            "$key.referring_links_attributes.external": "num",
            "$key.referring_links_attributes.expect": "num",
            "$key.referring_links_attributes.help": "num",
            "$key.referring_links_attributes.icon": "num",
            "$key.referring_links_attributes.license": "num",
            "$key.referring_links_attributes.manifest": "num",
            "$key.referring_links_attributes.me": "num",
            "$key.referring_links_attributes.modulepreload": "num",
            "$key.referring_links_attributes.next": "num",
            "$key.referring_links_attributes.nofollow": "num",
            "$key.referring_links_attributes.noopener": "num",
            "$key.referring_links_attributes.noreferrer": "num",
            "$key.referring_links_attributes.opener": "num",
            "$key.referring_links_attributes.pingback": "num",
            "$key.referring_links_attributes.preconnect": "num",
            "$key.referring_links_attributes.prefetch": "num",
            "$key.referring_links_attributes.preload": "num",
            "$key.referring_links_attributes.prerender": "num",
            "$key.referring_links_attributes.prev": "num",
            "$key.referring_links_attributes.privacy-policy": "num",
            "$key.referring_links_attributes.search": "num",
            "$key.referring_links_attributes.stylesheet": "num",
            "$key.referring_links_attributes.tag": "num",
            "$key.referring_links_attributes.terms-of-service": "num",
            "$key.referring_links_platform_types.unknown": "num",
            "$key.referring_links_platform_types.cms": "num",
            "$key.referring_links_platform_types.blogs": "num",
            "$key.referring_links_platform_types.ecommerce": "num",
            "$key.referring_links_platform_types.message_boards": "num",
            "$key.referring_links_platform_types.wiki": "num",
            "$key.referring_links_semantic_locations.$empty": "num",
            "$key.referring_links_semantic_locations.article": "num",
            "$key.referring_links_semantic_locations.aside": "num",
            "$key.referring_links_semantic_locations.details": "num",
            "$key.referring_links_semantic_locations.figcaption": "num",
            "$key.referring_links_semantic_locations.figure": "num",
            "$key.referring_links_semantic_locations.footer": "num",
            "$key.referring_links_semantic_locations.header": "num",
            "$key.referring_links_semantic_locations.main": "num",
            "$key.referring_links_semantic_locations.mark": "num",
            "$key.referring_links_semantic_locations.nav": "num",
            "$key.referring_links_semantic_locations.section": "num",
            "$key.referring_links_semantic_locations.summary": "num",
            "$key.referring_links_semantic_locations.time": "num",
            "$key.referring_domains": "num",
            "$key.referring_domains_nofollow": "num",
            "$key.referring_main_domains": "num",
            "$key.referring_main_domains_nofollow": "num",
            "$key.broken_pages": "num",
            "$key.broken_backlinks": "num",
            "$key.referring_ips": "num",
            "$key.referring_subnets": "num",
            "intersections_count": "num"
          },
          "page_intersection": {
            "$key.domain_from": "str",
            "$key.url_from": "str",
            "$key.url_from_https": "bool",
            "$key.domain_to": "str",
            "$key.url_to": "str",
            "$key.url_to_https": "bool",
            "$key.tld_from": "str",
            "$key.is_new": "bool",
            "$key.is_lost": "bool",
            "$key.backlink_spam_score": "num",
            "$key.rank": "num",
            "$key.page_from_rank": "num",
            "$key.domain_from_rank": "num",
            "$key.domain_from_platform_type": "array.str",
            "$key.domain_from_is_ip": "bool",
            "$key.domain_from_ip": "str",
            "$key.domain_from_country": "str",
            "$key.page_from_external_links": "num",
            "$key.page_from_internal_links": "num",
            "$key.page_from_size": "num",
            "$key.page_from_encoding": "str",
            "$key.page_from_language": "str",
            "$key.page_from_title": "str",
            "$key.page_from_status_code": "num",
            "$key.first_seen": "time",
            "$key.prev_seen": "time",
            "$key.last_seen": "time",
            "$key.type": "str",
            "$key.dofollow": "bool",
            "$key.original": "bool",
            "$key.alt": "str",
            "$key.anchor": "str",
            "$key.text_pre": "str",
            "$key.text_post": "str",
            "$key.semantic_location": "str",
            "$key.links_count": "num",
            "$key.group_count": "num",
            "$key.is_broken": "bool",
            "$key.url_to_status_code": "num",
            "$key.url_to_spam_score": "num",
            "$key.url_to_redirect_target": "str",
            "$key.is_indirect_link": "bool",
            "$key.indirect_link_path.type": "array.str",
            "$key.indirect_link_path.status_code": "array.num",
            "$key.indirect_link_path.url": "array.str",
            "intersections_count": "num"
          },
          "referring_networks": {
            "network_address": "str",
            "first_seen": "time",
            "lost_date": "time",
            "rank": "num",
            "backlinks": "num",
            "referring_pages": "num",
            "referring_pages_nofollow": "num",
            "referring_links_tld.$tld": "num",
            "referring_links_types.anchor": "num",
            "referring_links_types.alternate": "num",
            "referring_links_types.canonical": "num",
            "referring_links_types.redirect": "num",
            "referring_links_types.image": "num",
            "referring_links_types.link": "num",
            "referring_links_types.meta": "num",
            "referring_links_types.rss": "num",
            "referring_links_types.form": "num",
            "referring_links_attributes.alternate": "num",
            "referring_links_attributes.author": "num",
            "referring_links_attributes.bookmark": "num",
            "referring_links_attributes.canonical": "num",
            "referring_links_attributes.dns-prefetch": "num",
            "referring_links_attributes.external": "num",
            "referring_links_attributes.expect": "num",
            "referring_links_attributes.help": "num",
            "referring_links_attributes.icon": "num",
            "referring_links_attributes.license": "num",
            "referring_links_attributes.manifest": "num",
            "referring_links_attributes.me": "num",
            "referring_links_attributes.modulepreload": "num",
            "referring_links_attributes.next": "num",
            "referring_links_attributes.nofollow": "num",
            "referring_links_attributes.noopener": "num",
            "referring_links_attributes.noreferrer": "num",
            "referring_links_attributes.opener": "num",
            "referring_links_attributes.pingback": "num",
            "referring_links_attributes.preconnect": "num",
            "referring_links_attributes.prefetch": "num",
            "referring_links_attributes.preload": "num",
            "referring_links_attributes.prerender": "num",
            "referring_links_attributes.prev": "num",
            "referring_links_attributes.privacy-policy": "num",
            "referring_links_attributes.search": "num",
            "referring_links_attributes.stylesheet": "num",
            "referring_links_attributes.tag": "num",
            "referring_links_attributes.terms-of-service": "num",
            "referring_links_platform_types.unknown": "num",
            "referring_links_platform_types.cms": "num",
            "referring_links_platform_types.blogs": "num",
            "referring_links_platform_types.ecommerce": "num",
            "referring_links_platform_types.message_boards": "num",
            "referring_links_platform_types.wiki": "num",
            "referring_links_semantic_locations.article": "num",
            "referring_links_semantic_locations.aside": "num",
            "referring_links_semantic_locations.details": "num",
            "referring_links_semantic_locations.figcaption": "num",
            "referring_links_semantic_locations.figure": "num",
            "referring_links_semantic_locations.footer": "num",
            "referring_links_semantic_locations.header": "num",
            "referring_links_semantic_locations.main": "num",
            "referring_links_semantic_locations.mark": "num",
            "referring_links_semantic_locations.nav": "num",
            "referring_links_semantic_locations.section": "num",
            "referring_links_semantic_locations.summary": "num",
            "referring_links_semantic_locations.time": "num",
            "referring_domains": "num",
            "referring_domains_nofollow": "num",
            "referring_main_domains": "num",
            "referring_main_domains_nofollow": "num",
            "broken_pages": "num",
            "broken_backlinks": "num",
            "referring_ips": "num",
            "referring_subnets": "num"
          },
          "domain_pages_summary": {
            "url": "str",
            "first_seen": "time",
            "lost_date": "time",
            "rank": "num",
            "backlinks": "num",
            "backlinks_spam_score": "num",
            "referring_pages": "num",
            "referring_pages_nofollow": "num",
            "referring_links_tld.$tld": "num",
            "referring_links_types.anchor": "num",
            "referring_links_types.alternate": "num",
            "referring_links_types.canonical": "num",
            "referring_links_types.redirect": "num",
            "referring_links_types.image": "num",
            "referring_links_types.link": "num",
            "referring_links_types.meta": "num",
            "referring_links_types.rss": "num",
            "referring_links_types.form": "num",
            "referring_links_attributes.alternate": "num",
            "referring_links_attributes.author": "num",
            "referring_links_attributes.bookmark": "num",
            "referring_links_attributes.canonical": "num",
            "referring_links_attributes.dns-prefetch": "num",
            "referring_links_attributes.external": "num",
            "referring_links_attributes.expect": "num",
            "referring_links_attributes.help": "num",
            "referring_links_attributes.icon": "num",
            "referring_links_attributes.license": "num",
            "referring_links_attributes.manifest": "num",
            "referring_links_attributes.me": "num",
            "referring_links_attributes.modulepreload": "num",
            "referring_links_attributes.next": "num",
            "referring_links_attributes.nofollow": "num",
            "referring_links_attributes.noopener": "num",
            "referring_links_attributes.noreferrer": "num",
            "referring_links_attributes.opener": "num",
            "referring_links_attributes.pingback": "num",
            "referring_links_attributes.preconnect": "num",
            "referring_links_attributes.prefetch": "num",
            "referring_links_attributes.preload": "num",
            "referring_links_attributes.prerender": "num",
            "referring_links_attributes.prev": "num",
            "referring_links_attributes.privacy-policy": "num",
            "referring_links_attributes.search": "num",
            "referring_links_attributes.stylesheet": "num",
            "referring_links_attributes.tag": "num",
            "referring_links_attributes.terms-of-service": "num",
            "referring_links_platform_types.unknown": "num",
            "referring_links_platform_types.cms": "num",
            "referring_links_platform_types.blogs": "num",
            "referring_links_platform_types.ecommerce": "num",
            "referring_links_platform_types.message_boards": "num",
            "referring_links_platform_types.wiki": "num",
            "referring_links_semantic_locations.$empty": "num",
            "referring_links_semantic_locations.article": "num",
            "referring_links_semantic_locations.aside": "num",
            "referring_links_semantic_locations.details": "num",
            "referring_links_semantic_locations.figcaption": "num",
            "referring_links_semantic_locations.figure": "num",
            "referring_links_semantic_locations.footer": "num",
            "referring_links_semantic_locations.header": "num",
            "referring_links_semantic_locations.main": "num",
            "referring_links_semantic_locations.mark": "num",
            "referring_links_semantic_locations.nav": "num",
            "referring_links_semantic_locations.section": "num",
            "referring_links_semantic_locations.summary": "num",
            "referring_links_semantic_locations.time": "num",
            "referring_domains": "num",
            "referring_domains_nofollow": "num",
            "referring_main_domains": "num",
            "referring_main_domains_nofollow": "num",
            "broken_pages": "num",
            "broken_backlinks": "num",
            "referring_ips": "num",
            "referring_subnets": "num"
          },
          "competitors": {
            "target": "str",
            "intersections": "num",
            "rank": "num"
          }
        }
      ]
    }
  ]
}