August 28, 2025
938 Views
Default

TikHub Xiaohongshu API User Guide

TikHub provides three Xiaohongshu interfaces: App, Web v2, and old version of Web. Among them, the App series is the most stable, and the Web v2 series has the fastest repair speed. This article explains in detail the functions, priorities, and best practices of each interface to help you choose the most stable and reliable interface to improve data capture efficiency.

Xiaohongshu API User Manual

Call priority

App V2 (recommended) > App V1 (all in all) > Web V3 (third alternative)

⚠️ Web V2 and the old Web series are no longer recommended. Please do not call them in new projects. Please migrate existing projects as soon as possible.

Note: Please go to the TikHub user backend to edit your API Key permissions. The scope of App V2 is /api/v1/xiaohongshu/app_v2/, and the scope of Web V3 is /api/v1/xiaohongshu/web_v3/.


Series Description

SeriesStatusDescription
App V2✅ RecommendedThe latest version, the most stable, the most complete functions, priority use
App V1✅ AvailableA fallback solution when App V2 is unavailable
Web V3✅ AvailableThird alternative, used when App V1 is not available
Web V2 / Web Old Version❌ DeprecatedStability is no longer guaranteed, please do not use

Function interface quick check

1. Note details

App V2 (preferred)

InterfaceEndpoint
Get graphic note detailsGET /api/v1/xiaohongshu/app_v2/get_image_note_detail
Get video note detailsGET /api/v1/xiaohongshu/app_v2/get_video_note_detail

App V1 (all in all)

InterfaceEndpoint
Get note informationGET /api/v1/xiaohongshu/app/get_note_info
Get video note informationGET /api/v1/xiaohongshu/app/get_video_note_info

Web V3 (Third Alternative)

InterfaceEndpoint
Get note detailsGET /api/v1/xiaohongshu/web_v3/fetch_note_detail

2. Note comments

App V2 (preferred)

InterfaceEndpoint
Get note commentsGET /api/v1/xiaohongshu/app_v2/get_note_comments
Get note sub-commentsGET /api/v1/xiaohongshu/app_v2/get_note_sub_comments

App V1 (all in all)

InterfaceEndpoint
Get note commentsGET /api/v1/xiaohongshu/app/get_note_comments
Get child commentsGET /api/v1/xiaohongshu/app/get_sub_comments

Web V3 (Third Alternative)

InterfaceEndpoint
Get note commentsGET /api/v1/xiaohongshu/web_v3/fetch_note_comments
Get child commentsGET /api/v1/xiaohongshu/web_v3/fetch_sub_comments

3. User information

App V2 (preferred)

InterfaceEndpoint
Get user informationGET /api/v1/xiaohongshu/app_v2/get_user_info

App V1 (all in all)

InterfaceEndpoint
Get user informationGET /api/v1/xiaohongshu/app/get_user_info

Web V3 (Third Alternative)

InterfaceEndpoint
Get user informationGET /api/v1/xiaohongshu/web_v3/fetch_user_info

4. User note list

App V2 (preferred)

InterfaceEndpoint
Get user published notesGET /api/v1/xiaohongshu/app_v2/get_user_posted_notes
Get user collection notesGET /api/v1/xiaohongshu/app_v2/get_user_faved_notes

App V1 (all in all)

InterfaceEndpoint
Get user notesGET /api/v1/xiaohongshu/app/get_user_notes

Web V3 (Third Alternative)

InterfaceEndpoint
Get user note listGET /api/v1/xiaohongshu/web_v3/fetch_user_notes

App V2 (preferred)

InterfaceEndpoint
Search notesGET /api/v1/xiaohongshu/app_v2/search_notes
Search for usersGET /api/v1/xiaohongshu/app_v2/search_users
Search for imagesGET /api/v1/xiaohongshu/app_v2/search_images
Search for productsGET /api/v1/xiaohongshu/app_v2/search_products
Search GroupGET /api/v1/xiaohongshu/app_v2/search_groups

App V1 (all in all)

InterfaceEndpoint
Search notesGET /api/v1/xiaohongshu/app/search_notes
Search Notes V2GET /api/v1/xiaohongshu/app/search_notes_v2
Search for usersGET /api/v1/xiaohongshu/app/search_users

Web V3 (Third Alternative)

InterfaceEndpoint
Search notesGET /api/v1/xiaohongshu/web_v3/fetch_search_notes
Search for usersGET /api/v1/xiaohongshu/web_v3/fetch_search_users
Get search association wordsGET /api/v1/xiaohongshu/web_v3/fetch_search_suggest
Get hot search wordsGET /api/v1/xiaohongshu/web_v3/fetch_trending

6. Home Feed

Web V3 (available)

InterfaceEndpoint
Get homepage recommendationsGET /api/v1/xiaohongshu/web_v3/fetch_homefeed
Get the homepage category listGET /api/v1/xiaohongshu/web_v3/fetch_homefeed_categories

7. Topic

**Ap

Enjoyed this article?

Share it with your friends and colleagues!

Default
Last updated: April 7, 2026
相关文章
正在检查服务状态...
TikHub Xiaohongshu API User Guide - TikHub.io