You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`date`| string | No | Date for historical data in YYYY-MM-DD format \(defaults to today\)|
147
-
|`limit`| number | No | Maximum number of results to return \(default: 100\)|
148
-
|`offset`| number | No | Number of results to skip for pagination |
147
+
|`limit`| number | No | Maximum number of results to return. Example: 50\(default: 100\)|
148
+
|`offset`| number | No | Number of results to skip for pagination. Example: 100|
149
149
|`apiKey`| string | Yes | Ahrefs API Key |
150
150
151
151
#### Output
@@ -168,12 +168,12 @@ Get the top pages of a target domain sorted by organic traffic. Returns page URL
168
168
169
169
| Parameter | Type | Required | Description |
170
170
| --------- | ---- | -------- | ----------- |
171
-
|`target`| string | Yes | The target domain to analyze |
172
-
|`country`| string | No | Country code for traffic data\(e.g., us, gb, de\). Default: us|
173
-
|`mode`| string | No | Analysis mode: domain \(entire domain\), prefix \(URL prefix\), subdomains \(include all subdomains\)|
171
+
|`target`| string | Yes | The target domain to analyze. Example: "example.com"|
172
+
|`country`| string | No | Country code for traffic data. Example: "us", "gb", "de" \(default: "us"\)|
173
+
|`mode`| string | No | Analysis mode: domain \(entire domain\), prefix \(URL prefix\), subdomains \(include all subdomains\). Example: "domain"|
174
174
|`date`| string | No | Date for historical data in YYYY-MM-DD format \(defaults to today\)|
175
-
|`limit`| number | No | Maximum number of results to return \(default: 100\)|
176
-
|`offset`| number | No | Number of results to skip for pagination |
175
+
|`limit`| number | No | Maximum number of results to return. Example: 50\(default: 100\)|
176
+
|`offset`| number | No | Number of results to skip for pagination. Example: 100|
177
177
|`select`| string | No | Comma-separated list of fields to return \(e.g., url,traffic,keywords,top_keyword,value\). Default: url,traffic,keywords,top_keyword,value |
178
178
|`apiKey`| string | Yes | Ahrefs API Key |
179
179
@@ -197,7 +197,7 @@ Get detailed metrics for a keyword including search volume, keyword difficulty,
197
197
| Parameter | Type | Required | Description |
198
198
| --------- | ---- | -------- | ----------- |
199
199
|`keyword`| string | Yes | The keyword to analyze |
200
-
|`country`| string | No | Country code for keyword data\(e.g., us, gb, de\). Default: us|
200
+
|`country`| string | No | Country code for keyword data. Example: "us", "gb", "de" \(default: "us"\)|
201
201
|`apiKey`| string | Yes | Ahrefs API Key |
202
202
203
203
#### Output
@@ -222,11 +222,11 @@ Get a list of broken backlinks pointing to a target domain or URL. Useful for id
222
222
223
223
| Parameter | Type | Required | Description |
224
224
| --------- | ---- | -------- | ----------- |
225
-
|`target`| string | Yes | The target domain or URL to analyze |
0 commit comments