get_comment_keywords
Extract frequent keywords from YouTube video comments to identify audience-discussed topics using deterministic word frequency analysis.
Instructions
Extracts the most frequent meaningful words from a video's comments. Deterministic word frequency analysis — no LLM or sentiment model. Useful for understanding what topics and themes resonate with your audience.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | YouTube video ID (e.g. dQw4w9WgXcQ). | |
| limit | No | Number of comments to fetch for analysis. Defaults to 200. | |
| top_n | No | Number of top keywords to return. Defaults to 30. |