scrape_single_note
Fetches and analyzes comments from a single Xiaohongshu (Xiaohongshu) note. Provide a note URL and optional comment limit to receive comment data and analysis in JSON format.
Instructions
抓取单篇小红书笔记的评论并分析。
适用于已知笔记URL、只需抓取单篇评论的场景。
Args: note_url: 小红书笔记URL, 如 https://www.xiaohongshu.com/explore/xxxxx max_comments: 最多抓取评论数, 默认100
Returns: JSON 格式的评论列表和分析摘要
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_url | Yes | ||
| max_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |