Fetch Xiaohongshu (RedNote / xhs) note detail and comments by note ID, returning title, description, author info, engagement stats, tags, and paginated comment list. Use when user mentions note detail xiaohongshu, get rednote post, xhs note content, xiaohongshu comment scrape, fetch post comments, s
Coding
HotBee 小红书数据采集
Try it解析小红书笔记链接并返回内容数据。
What it does
Use when a user wants to parse or collect Xiaohongshu/Rednote note content through the HotBee xhs_note_content endpoint from a note URL.
The skill document
HotBee Rednote Collect
中文名:HotBee 小红书数据采集
Only process a public note URL explicitly supplied by the user. Do not bypass login, access controls, rate limits, or platform restrictions. Before a live call, explain that it may consume HotBee quota and confirm intent unless already approved. Read HOTBEE_API_KEY from the local environment only, never echo it, and redact signed query parameters from errors.
Use the package CLI:
npx -y github:shanye1402-hash/hotbee-social-data-skills#v1.1.0 call rednote --url "https://www.xiaohongshu.com/explore/xxxx"
Use HOTBEE_API_KEY only.
Read references/api.md before assuming user-profile or search endpoints; only note content is verified in the public bundle.
Official capability directory: HotBee Skills
Related skills
Fetch Xiaohongshu (RedNote / xhs) user profile information and their published notes list by user ID, returning nickname, bio, follower/following counts, engagement totals, tags, and paginated notes with engagement stats. Use when user mentions xiaohongshu user profile, rednote creator profile, xhs
Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most lik
检索小红书公开内容:按关键词搜笔记、查单篇笔记详情、单独拉取评论区、抓取博主主页作品列表,输出结构化 JSON,支撑爆款选题、竞品监控、KOL 筛选与评论舆情分析。只要用户想从小红书拿内容数据——提到小红书/红笔记/xhs/rednote,或给出 xiaohongshu.com / xhslink.com 链接并索要笔记、评论、博主作品信息——即可使用,即使未出现平台名也能通过链接与数据诉求识别。仅限公开数据,不做登录、发布、互动与私密内容获取。
搜索小红书公开笔记、查看笔记详情、获取笔记评论、抓取博主公开作品,返回结构化数据用于爆款挖掘、竞品分析、KOL筛选与评论洞察。当用户想找小红书内容、分析笔记或评论、监控博主发文、调研关键词热度时使用本技能;即使没明说"小红书",只要提到红笔记、xhs、rednote,或给出 xiaohongshu.com / xhslink.com 链接并想拿内容数据也适用。不用于登录、发布、点赞或获取私密内容。
丢一条小红书笔记链接,自动抓取笔记内容(标题/正文/图片/标签/互动数据),AI 分析后输出交互式胶囊卡片 HTML 报告。需要联网访问小红书页面下载笔记内容和图片。分析由调用方 AI 完成,不需要外部 API Key。