DataSiteLinkingDomainFilterRecentlyGained

⌘K

This endpoint will return information about external root domains that added new links to a target during the past 60 days.

JSON-RPC Method:

data.site.linking-domain.filter.recently-gained
Go to Example Code

Request

site_query

object

A SiteQuery provides a target URL along with a scope to define how the query is parsed.

options

object

Optional date ranges to filter by.

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).

gained_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.

date_gained

string

The date the linking root domain was gained

options

object

Optional date ranges that were used to filter results.

1{
2  "site_query": {
3    "query": "https://moz.com",
4    "scope": "domain",
5    "original_site_query": {
6      "query": "moz.com",
7      "scope": "domain"
8    },
9    "site_query_suggestion": null
10  },
11  "offset": {
12    "provided_token": null,
13    "token": "EokQVg4s9ak8sNgEfHoa+dKFvJaYHXNvtIKv",
14    "limit": 1
15  },
16  "gained_linking_domains": [
17    {
18      "site_metrics": {
19        "page": "at-ill.com/",
20        "subdomain": "at-ill.com",
21        "root_domain": "at-ill.com",
22        "title": "Bot Verification",
23        "last_crawled": "2025-05-21",
24        "http_code": 200,
25        "pages_to_page": 69479,
26        "nofollow_pages_to_page": 7,
27        "redirect_pages_to_page": 0,
28        "external_pages_to_page": 12,
29        "external_nofollow_pages_to_page": 7,
30        "external_redirect_pages_to_page": 0,
31        "deleted_pages_to_page": 4,
32        "root_domains_to_page": 12,
33        "indirect_root_domains_to_page": 0,
34        "deleted_root_domains_to_page": 1,
35        "nofollow_root_domains_to_page": 7,
36        "pages_to_subdomain": 30979379,
37        "nofollow_pages_to_subdomain": 69456,
38        "redirect_pages_to_subdomain": 0,
39        "external_pages_to_subdomain": 18,
40        "external_nofollow_pages_to_subdomain": 7,
41        "external_redirect_pages_to_subdomain": 0,
42        "deleted_pages_to_subdomain": 753689,
43        "root_domains_to_subdomain": 18,
44        "deleted_root_domains_to_subdomain": 3,
45        "nofollow_root_domains_to_subdomain": 7,
46        "pages_to_root_domain": 30979379,
47        "nofollow_pages_to_root_domain": 69456,
48        "redirect_pages_to_root_domain": 0,
49        "external_pages_to_root_domain": 18,
50        "external_indirect_pages_to_root_domain": 0,
51        "external_nofollow_pages_to_root_domain": 7,
52        "external_redirect_pages_to_root_domain": 0,
53        "deleted_pages_to_root_domain": 753689,
54        "root_domains_to_root_domain": 18,
55        "indirect_root_domains_to_root_domain": 0,
56        "deleted_root_domains_to_root_domain": 3,
57        "nofollow_root_domains_to_root_domain": 7,
58        "page_authority": 19,
59        "domain_authority": 6,
60        "link_propensity": 0.6309486032,
61        "spam_score": 76,
62        "root_domains_from_page": 0,
63        "nofollow_root_domains_from_page": 0,
64        "pages_from_page": 0,
65        "nofollow_pages_from_page": 0,
66        "root_domains_from_root_domain": 43885,
67        "nofollow_root_domains_from_root_domain": 0,
68        "pages_from_root_domain": 375276,
69        "nofollow_pages_from_root_domain": 0,
70        "pages_crawled_from_root_domain": 69554
71      },
72      "link_propensity": 0.6309486032,
73      "targeted_pages": 1,
74      "targeted_nofollow_pages": 0,
75      "targeted_redirect_pages": 0,
76      "targeted_deleted_pages": 0,
77      "date_gained": "2025-06-24"
78    }
79  ],
80  "options": {
81    "begin_date": "2025-06-20",
82    "end_date": "2025-06-26"
83  }
84}

Example Code

Quota Usage

Uses one row per returned result.

api.limits.data.rows