@@ -72,6 +72,13 @@ Get a list of backlinks pointing to a target domain or URL. Returns details abou
7272| Parameter | Type | Description |
7373| --------- | ---- | ----------- |
7474| ` backlinks ` | array | List of backlinks pointing to the target |
75+ | ↳ ` urlFrom ` | string | The URL of the page containing the backlink |
76+ | ↳ ` urlTo ` | string | The URL being linked to |
77+ | ↳ ` anchor ` | string | The anchor text of the link |
78+ | ↳ ` domainRatingSource ` | number | Domain Rating of the linking domain |
79+ | ↳ ` isDofollow ` | boolean | Whether the link is dofollow |
80+ | ↳ ` firstSeen ` | string | When the backlink was first discovered |
81+ | ↳ ` lastVisited ` | string | When the backlink was last checked |
7582
7683### ` ahrefs_backlinks_stats `
7784
@@ -91,6 +98,12 @@ Get backlink statistics for a target domain or URL. Returns totals for different
9198| Parameter | Type | Description |
9299| --------- | ---- | ----------- |
93100| ` stats ` | object | Backlink statistics summary |
101+ | ↳ ` total ` | number | Total number of live backlinks |
102+ | ↳ ` dofollow ` | number | Number of dofollow backlinks |
103+ | ↳ ` nofollow ` | number | Number of nofollow backlinks |
104+ | ↳ ` text ` | number | Number of text backlinks |
105+ | ↳ ` image ` | number | Number of image backlinks |
106+ | ↳ ` redirect ` | number | Number of redirect backlinks |
94107
95108### ` ahrefs_referring_domains `
96109
@@ -112,6 +125,12 @@ Get a list of domains that link to a target domain or URL. Returns unique referr
112125| Parameter | Type | Description |
113126| --------- | ---- | ----------- |
114127| ` referringDomains ` | array | List of domains linking to the target |
128+ | ↳ ` domain ` | string | The referring domain |
129+ | ↳ ` domainRating ` | number | Domain Rating of the referring domain |
130+ | ↳ ` backlinks ` | number | Total number of backlinks from this domain |
131+ | ↳ ` dofollowBacklinks ` | number | Number of dofollow backlinks from this domain |
132+ | ↳ ` firstSeen ` | string | When the domain was first seen linking |
133+ | ↳ ` lastVisited ` | string | When the domain was last checked |
115134
116135### ` ahrefs_organic_keywords `
117136
@@ -134,6 +153,12 @@ Get organic keywords that a target domain or URL ranks for in Google search resu
134153| Parameter | Type | Description |
135154| --------- | ---- | ----------- |
136155| ` keywords ` | array | List of organic keywords the target ranks for |
156+ | ↳ ` keyword ` | string | The keyword |
157+ | ↳ ` volume ` | number | Monthly search volume |
158+ | ↳ ` position ` | number | Current ranking position |
159+ | ↳ ` url ` | string | The URL that ranks for this keyword |
160+ | ↳ ` traffic ` | number | Estimated monthly organic traffic |
161+ | ↳ ` keywordDifficulty ` | number | Keyword difficulty score \( 0-100\) |
137162
138163### ` ahrefs_top_pages `
139164
@@ -157,6 +182,11 @@ Get the top pages of a target domain sorted by organic traffic. Returns page URL
157182| Parameter | Type | Description |
158183| --------- | ---- | ----------- |
159184| ` pages ` | array | List of top pages by organic traffic |
185+ | ↳ ` url ` | string | The page URL |
186+ | ↳ ` traffic ` | number | Estimated monthly organic traffic |
187+ | ↳ ` keywords ` | number | Number of keywords the page ranks for |
188+ | ↳ ` topKeyword ` | string | The top keyword driving traffic to this page |
189+ | ↳ ` value ` | number | Estimated traffic value in USD |
160190
161191### ` ahrefs_keyword_overview `
162192
@@ -175,6 +205,14 @@ Get detailed metrics for a keyword including search volume, keyword difficulty,
175205| Parameter | Type | Description |
176206| --------- | ---- | ----------- |
177207| ` overview ` | object | Keyword metrics overview |
208+ | ↳ ` keyword ` | string | The analyzed keyword |
209+ | ↳ ` searchVolume ` | number | Monthly search volume |
210+ | ↳ ` keywordDifficulty ` | number | Keyword difficulty score \( 0-100\) |
211+ | ↳ ` cpc ` | number | Cost per click in USD |
212+ | ↳ ` clicks ` | number | Estimated clicks per month |
213+ | ↳ ` clicksPercentage ` | number | Percentage of searches that result in clicks |
214+ | ↳ ` parentTopic ` | string | The parent topic for this keyword |
215+ | ↳ ` trafficPotential ` | number | Estimated traffic potential if ranking #1 |
178216
179217### ` ahrefs_broken_backlinks `
180218
@@ -196,5 +234,10 @@ Get a list of broken backlinks pointing to a target domain or URL. Useful for id
196234| Parameter | Type | Description |
197235| --------- | ---- | ----------- |
198236| ` brokenBacklinks ` | array | List of broken backlinks |
237+ | ↳ ` urlFrom ` | string | The URL of the page containing the broken link |
238+ | ↳ ` urlTo ` | string | The broken URL being linked to |
239+ | ↳ ` httpCode ` | number | HTTP status code \( e.g., 404, 410\) |
240+ | ↳ ` anchor ` | string | The anchor text of the link |
241+ | ↳ ` domainRatingSource ` | number | Domain Rating of the linking domain |
199242
200243
0 commit comments