Use this endpoint to get a list of linking root domains to a target, with information about each root domain and the aggregate number of links to the target.
A SiteQuery provides a target URL along with a scope to define how the query is parsed.
options
object
Options for fetching linking domains.
offset
object
Limit and pagination controls. Optionally specify the total number of desired results and, after the first request has been made, access results on the next page of results.
Response
site_query
object
Represents a parsed site query.
offset
object
Represents the token to provide to get the next set of results, in addition to the token that was provided (if applicable).
linking_domains
array
site_metrics
object
Represents a Site Metrics object.
link_propensity
number
A score from 0 to 1 indicating the likelihood of the source root domain to link out to other root domains. This is currently calculated as the ratio of 'root_domains_from_root_domain' to 'pages_crawled_from_root_domain'.
targeted_pages
number
The number of pages on the source root domain currently linking to the target.
targeted_nofollow_pages
number
The number of pages on the source root domain currently linking to the target with only nofollow links.
targeted_redirect_pages
number
The number of pages on the source root domain currently redirecting to the target.
targeted_deleted_pages
number
The number of pages on the source root domain that used to link to the target, but no longer do.
options
object
Echoes back the parameters provided in the original request