Extract keywords
extract_keywordsIdentify the most frequent meaningful words in any text to uncover its core topics, tag content, or perform SEO checks. Filters out common stopwords and short tokens.
Instructions
Return the most frequent meaningful words in the text, with counts and relative frequency. Common English stopwords and very short tokens are filtered out. Useful for tagging, SEO checks or spotting what a document is actually about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to mine for keywords. | |
| limit | No | Maximum keywords to return. | |
| min_length | No | Ignore words shorter than this many characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |