Domain Keywords
domainKeywordsFetch organic or paid keywords for a domain, filtered by country, search volume, difficulty, position, and ranking changes.
Instructions
Fetch domain keywords (v1/domain/keywords)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Alpha-2 country code of the regional keyword database. | |
| domain | Yes | The domain name for which to retrieve keywords. | |
| type | No | Specifies whether to retrieve keywords for organic search traffic or paid search (advertising) traffic. | organic |
| order_field | No | The field by which the returned keyword list should be sorted. | traffic |
| order_type | No | The order of sorting. | desc |
| page | No | For paginated results, specifies the page number to retrieve. | |
| limit | No | The maximum number of keywords to return per page. | |
| cols | No | A comma-separated list of specific response parameter names to include in the output. If omitted, a default set of relevant columns is returned. | |
| pos_change | No | Filters keywords based on changes in their ranking positions compared to the previous period. | |
| filter[volume][from] | No | Specifies the minimum monthly search volume for keywords to be included. | |
| filter[volume][to] | No | Specifies the maximum monthly search volume for keywords to be included. | |
| filter[difficulty][from] | No | Specifies the minimum keyword difficulty score (typically 0-100) for keywords to be included. | |
| filter[difficulty][to] | No | Specifies the maximum keyword difficulty score for keywords to be included. | |
| filter[keyword_count][from] | No | Specifies the minimum number of words in a keyword phrase. | |
| filter[keyword_count][to] | No | Specifies the maximum number of words in a keyword phrase. | |
| filter[intents] | No | A comma-separated list of search intent codes to filter keywords. | |
| filter[competition][from] | No | Specifies the minimum competition score (typically 0-1 or 0-100, depending on the metric scale) for keywords. | |
| filter[competition][to] | No | Specifies the maximum competition score for keywords. | |
| filter[cpc][from] | No | Specifies the minimum Cost Per Click (CPC) value for keywords. | |
| filter[cpc][to] | No | Specifies the maximum Cost Per Click (CPC) value for keywords. | |
| filter[traffic][from] | No | Specifies the minimum estimated monthly traffic for keywords. | |
| filter[traffic][to] | No | Specifies the maximum estimated monthly traffic for keywords. | |
| filter[position][from] | No | Specifies the minimum ranking position for keywords. | |
| filter[position][to] | No | Specifies the maximum ranking position for keywords. | |
| filter[characters_count][from] | No | Specifies the minimum character length for keyword phrases. | |
| filter[characters_count][to] | No | Specifies the maximum character length for keyword phrases. |