keyword_difficulty
Assess keyword difficulty to understand competition levels and optimize SEO strategies. Input a keyword and country to evaluate its ranking challenge for targeted search visibility.
Instructions
Get keyword difficulty for the specified keyword
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| country | No | us | |
| keyword | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "country": {
      "default": "us",
      "title": "Country",
      "type": "string"
    },
    "keyword": {
      "title": "Keyword",
      "type": "string"
    }
  },
  "required": [
    "keyword"
  ],
  "title": "keyword_difficultyArguments",
  "type": "object"
}