xhs_search_notes
Search Xiaohongshu / 小红书 notes by keyword with optional sort, note type, and publish-time filters.
xhs_get_search_hot_list
Get the Xiaohongshu / 小红书 search hot list with each item's title and heat value.
xhs_get_note_detail_by_note_url
Resolve a shared XHS link, short link, or share text into structured note details.
xhs_get_note_detail_by_note_id
Fetch structured note details when the caller already has a note ID.
xhs_get_note_comments_by_note_id
Fetch paginated first-level comments when the caller already has a note ID.
xhs_get_note_comments_by_note_url
Fetch paginated first-level comments directly from a shared note URL, short link, or share text.
xhs_get_note_sub_comments_by_comment_id
Fetch paginated replies under a first-level comment by note ID and comment ID.
xhs_get_user_info_by_user_id
Fetch creator profile data when the caller already has a user ID.
xhs_get_user_info_by_profile_url
Resolve a profile link, short link, or share text into creator profile data.
xhs_get_user_posted_notes_by_user_id
Fetch a paginated list of notes published by a creator when the caller already has a user ID.
xhs_get_user_posted_notes_by_profile_url
Fetch a paginated list of notes published by a creator from a profile link, short link, or share text.