> ## Documentation Index
> Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Competitors Website Keywords Analysis

> Recommend keywords from the competitor websites

This utility is designed to analyze keywords from competitor websites and make recommendations based on the findings.

## Configuration

* **Node Type:** action

### Input Fields

| Field Name           | Data Type | Required | Description                   |
| -------------------- | --------- | -------- | ----------------------------- |
| Competitors Websites | Textarea  | True     | URLs of competitors' websites |
| Keyword Type         | Text      | True     | Type of keywords to analyze   |

```json theme={null}
{
  "competitorsWebsites": "['website url 1', 'website url 2', 'website url 3']",
  "keywordType": "long tail keywords"
}
```

### Output Fields

| Field Name | Data Type | Required | Description                    |
| ---------- | --------- | -------- | ------------------------------ |
|            | Array     | True     | An array of extracted keywords |

```json theme={null}
[
  "recommended keywords 1",
  "recommended keywords 2",
  "recommended keywords 3",
  "recommended keywords 4",
  "recommended keywords 5"
]
```
