xhs_get_user_info_by_profile_url
Retrieve detailed user information from Xiaohongshu (RedNote) by providing a profile URL, short link, or share text. Supports various link formats for flexible data extraction.
Instructions
根据主页链接、短链接或分享文案获取单个小红书用户信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_url | Yes | 小红书主页链接、短链接或分享文案。支持以下形式:1) xiaohongshu.com/user/profile/... 主页长链;2) xhslink.com / xhslink.cn / xhsurl.com / xhsurl.cn 短链接;3) 包含上述任一链接的完整分享文案。请传主页链接,不要传笔记链接。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | Yes | 用户个人简介(biography);没有简介时为空字符串 | |
| name | Yes | 用户名称 | |
| red_id | Yes | 用户公开小红书号;没有小红书号时为空字符串 | |
| user_id | Yes | 用户 user_id | |
| verified | Yes | 是否已认证 | |
| avatar_url | Yes | 用户头像链接;没有头像链接时为 null | |
| ip_location | Yes | 用户 IP 属地;没有 IP 属地时为空字符串 | |
| profile_url | Yes | 用户主页链接;没有主页链接时为 null | |
| profile_tags | Yes | 主页头部标签名称列表;没有标签时为空数组 | |
| follower_count | Yes | 粉丝数 | |
| following_count | Yes | 关注数 | |
| posted_note_count | Yes | 已发布笔记数 | |
| verification_name | Yes | 认证主体名称;没有认证主体时为空字符串 | |
| received_like_count | Yes | 用户内容累计收到的点赞数 | |
| is_enterprise_account | Yes | 是否为企业账号 | |
| verification_category | Yes | 认证补充信息;可能是行业类目或认证主体名称;未认证或没有认证信息时为空字符串 | |
| received_collect_count | Yes | 用户内容累计被收藏数 | |
| is_professional_account | Yes | 是否为专业号 |