Ahrefs integration (Marketing, Data). Imported from open-connector.
https://api.ahrefs.com/v3/subscription-info/limits-and-usage
/site-explorer/metrics
| Param | Type | Required | Description |
|---|---|---|---|
| target | string | required | Domain or URL to analyze with Ahrefs. |
| date | string | required | Date to report metrics on in YYYY-MM-DD format. |
| mode | string | optional | Scope of the Ahrefs target search. |
| country | string | optional | Two-letter country code in ISO 3166-1 alpha-2 format. |
| protocol | string | optional | Protocol filter for the target. |
| volumeMode | string | optional | Search volume calculation mode used by Ahrefs for volume, traffic, and traffic … |
/site-explorer/metrics-by-country
| Param | Type | Required | Description |
|---|---|---|---|
| target | string | required | Domain or URL to analyze with Ahrefs. |
| date | string | required | Date to report metrics on in YYYY-MM-DD format. |
| mode | string | optional | Scope of the Ahrefs target search. |
| select | string | optional | Comma-separated list of columns to return. |
| protocol | string | optional | Protocol filter for the target. |
| volumeMode | string | optional | Search volume calculation mode used by Ahrefs for volume, traffic, and traffic … |
/keywords-explorer/overview
| Param | Type | Required | Description |
|---|---|---|---|
| country | string | required | Two-letter country code in ISO 3166-1 alpha-2 format. |
| select | string | required | Comma-separated list of columns to return. |
| keywords | string | optional | Comma-separated list of keywords to show metrics for. |
| target | string | optional | Domain or URL used to filter keyword data. |
| targetMode | string | optional | Scope of the Ahrefs target search. |
| targetPosition | string | optional | Ranking position filter for the specified target. |
| keywordListId | integer | optional | Identifier of an existing Ahrefs keyword list. |
| volumeMonthlyDateFrom | string | optional | Start date in YYYY-MM-DD format for retrieving historical monthly search volume… |
| volumeMonthlyDateTo | string | optional | End date in YYYY-MM-DD format for retrieving historical monthly search volumes. |
| where | string | optional | Ahrefs filter expression. |
| orderBy | string | optional | Column ordering expression accepted by Ahrefs. |
| limit | integer | optional | Maximum number of keyword rows to return. |
| timeout | integer | optional | Manual timeout duration in seconds. |