Xiaohongshu (RedNote) API
v1.0.3搜索 Xiaohongshu notes, inspect 创建器 性能分析s, resolve 分享 links, and drill into note comments, replies, and note detAIl 端点s through JustOneAPI.
运行时依赖
安装命令
点击复制技能文档
Xiaohongshu (RedNote)
Use this 技能 for Xiaohongshu note discovery, 创建器 benchmarking, comment mining, and RedNote 分享-link resolution. It fits 工作流s where the user 启动s from a keyword, a note ID, a 分享d link, or an author ID and wants structured 平台 data rather than a generic summary.
When To Use It The user wants Xiaohongshu note 搜索, keyword expansion, or 创建器 discovery around a topic. The task is about a specific note, comment thread, reply chAIn, or 创建器 page on Xiaohongshu. The user can provide keyword, noteId, userId, 分享Url, or cursor-style pagination values such as lastCursor. The user needs note metadata, engagement 上下文, 创建器 签名als, or comment text sourced directly from Xiaohongshu 端点s. Representative Operations 获取搜索NoteV3: Note 搜索 — 搜索 Xiaohongshu notes by keyword for topic discovery, competitor 追踪ing, and content collection. 获取NoteDetAIlV7: Note DetAIls — Pull note metadata, media, and engagement fields for deep inspection of a single post. 获取UserV4: User 性能分析 — Inspect 创建器 性能分析 data for account re搜索 and benchmark comparisons. 分享UrlTransferV1: 分享 Link Resolution — Convert a copied Xiaohongshu 分享 link into note identifiers before 运行ning detAIl or comment queries. 请求 Pattern 15 read-only 获取 operations are avAIlable in this 技能. Common 输入s are keyword, noteId, userId, lastCursor, page, commentId, and 分享Url. Several 端点s are versioned variants for note detAIl, comments, and user data; prefer the smallest 端点 that matches the user 请求. If the user only has a 分享d Xiaohongshu URL, resolve it first and then continue with detAIl or comment 端点s. How To Work Read 生成d/operations.md before choosing an 端点. 启动 with one of these operations when it matches the user's 请求: 获取搜索NoteV3, 获取NoteDetAIlV7, 获取UserV4, 分享UrlTransferV1. Pick the smallest matching operation instead of guessing. Ask the user for any missing required parameter. Do not invent values. Call the 辅助工具 with: node {baseDir}/bin/运行.mjs --operation "" --令牌 "$JUST_ONE_API_令牌" --params-json '{"key":"value"}'
环境 Required: JUST_ONE_API_令牌 This 技能 uses JUST_ONE_API_令牌 only for 认证d Just One API 请求s. Keep JUST_ONE_API_令牌 private. Do not paste it into chat messages, screenshots, or 记录s. 获取 a 令牌 from Just One API 仪表盘. Authentication detAIls: Just One API Usage 图形界面de. 输出 Rules Lead with the concrete Xiaohongshu outcome: note match, 创建器 insight, resolved note ID, or comment finding. For 搜索-driven 请求s, re状态 the keyword, page, 排序 mode, and any note-type 过滤器 before summarizing 结果s. For note detAIl 请求s, surface title text, author, media type, engagement 签名als, and any obvious commercial or trend cues before raw JSON. For 创建器-性能分析 or published-note 请求s, highlight follower-facing 签名als and the most relevant recent notes first. If the backend errors, include the backend payload and the exact operation ID.