@@ -302,7 +302,7 @@ Get a target domain's pages that receive paid search traffic, sorted by estimate
302302| Parameter | Type | Required | Description |
303303| --------- | ---- | -------- | ----------- |
304304| ` target ` | string | Yes | The target domain or URL to analyze. Example: "example.com" |
305- | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" |
305+ | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" \( default: "us" \) |
306306| ` mode ` | string | No | Analysis mode: domain \( entire domain\) , prefix \( URL prefix\) , subdomains \( include all subdomains, default\) , exact \( exact URL match\) |
307307| ` date ` | string | No | Date to report metrics on, in YYYY-MM-DD format \( defaults to today\) |
308308| ` limit ` | number | No | Maximum number of results to return. Example: 50 \( default: 1000\) |
@@ -410,7 +410,7 @@ Get the historical organic and paid traffic trend for a target domain or URL ove
410410| ` dateTo ` | string | No | End date of the historical period, in YYYY-MM-DD format \( defaults to today\) |
411411| ` volumeMode ` | string | No | Search volume calculation: "monthly" or "average" \( default: "monthly"\) |
412412| ` historyGrouping ` | string | No | Time interval for grouping data points: "daily", "weekly", or "monthly" \( default: "monthly"\) |
413- | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" |
413+ | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" \( default: "us" \) |
414414| ` mode ` | string | No | Analysis mode: domain \( entire domain\) , prefix \( URL prefix\) , subdomains \( include all subdomains, default\) , exact \( exact URL match\) |
415415| ` apiKey ` | string | Yes | Ahrefs API Key |
416416
@@ -460,7 +460,7 @@ Get the historical organic keyword ranking distribution for a target domain or U
460460| ` dateFrom ` | string | Yes | Start date of the historical period, in YYYY-MM-DD format |
461461| ` dateTo ` | string | No | End date of the historical period, in YYYY-MM-DD format \( defaults to today\) |
462462| ` historyGrouping ` | string | No | Time interval for grouping data points: "daily", "weekly", or "monthly" \( default: "monthly"\) |
463- | ` country ` | string | No | Country code for search results. Example: "us", "gb", "de" |
463+ | ` country ` | string | No | Country code for search results. Example: "us", "gb", "de" \( default: "us" \) |
464464| ` mode ` | string | No | Analysis mode: domain \( entire domain\) , prefix \( URL prefix\) , subdomains \( include all subdomains, default\) , exact \( exact URL match\) |
465465| ` apiKey ` | string | Yes | Ahrefs API Key |
466466
@@ -487,7 +487,7 @@ Get bulk SEO metrics (Domain Rating, backlinks, referring domains, organic traff
487487| ` targets ` | string | Yes | Comma-separated list of domains or URLs to analyze. Example: "example.com,competitor.com" |
488488| ` mode ` | string | No | Analysis mode applied to every target: domain \( entire domain\) , prefix \( URL prefix\) , subdomains \( include all subdomains, default\) , exact \( exact URL match\) |
489489| ` protocol ` | string | No | Protocol applied to every target: "both" \( default\) , "http", or "https" |
490- | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" |
490+ | ` country ` | string | No | Country code for traffic data. Example: "us", "gb", "de" \( default: "us" \) |
491491| ` volumeMode ` | string | No | Search volume calculation: "monthly" or "average" \( default: "monthly"\) |
492492| ` apiKey ` | string | Yes | Ahrefs API Key |
493493
0 commit comments