Skip to main content

Social Media API

Red Note API

Read Red Note notes, profiles, nested comments, search, trending keywords, the home feed, and product listings with reviews as structured JSON.

  • Recommended App V2 series — the latest, most stable, most feature-rich surface
  • Trend signals from the platform that drives Chinese beauty, fashion, and travel taste
  • Product listings, reviews, and purchase-intent comments for e-commerce research

$0.05 free credit on sign-up · no credit card · from $0.01/request

One request, structured JSON

terminal
1curl -X GET "https://api.tikhub.io/api/v1/xiaohongshu/app_v2/get_image_note_detail?note_id=65a1b2c3d4e5f60001234567" \
2 -H "Authorization: Bearer YOUR_API_KEY"
response.json
1{
2 "code": 200,
3 "data": {
4 "note_id": "65a1b2c3d4e5f60001234567",
5 "title": "示例笔记标题",
6 "type": "normal",
7 "interact_info": {
8 "liked_count": 18400,
9 "comment_count": 920,
10 "collected_count": 7600,
11 "share_count": 340
12 },
13 "user": { "user_id": "5f1a2b3c", "nickname": "用户昵称", "red_id": "xhs_id" },
14 "image_list": [{ "url": "https://..." }],
15 "tag_list": [{ "name": "美妆" }]
16 }
17}

Get your API key at user.tikhub.io/dashboard/api — or follow the getting-started guide.

FastPay-as-you-goScales to millions99.9% uptimeWell-documentedNo app review

What's in the Red Note API

TikHub's Red Note API reads the platform that defines Chinese consumer taste in beauty, fashion, food, and travel. Extract note details, user profiles, nested comments, search results, trending keywords, the home feed, and product listings with reviews as structured JSON — start with the recommended App V2 series.

Red Note App V2 API (recommended)

Image & video note detailUser info & posted/faved notesComments & sub-commentsSearch: notes/users/images/productsTopic info & feedProducts, reviews & recommendationsCreator inspiration feed

Red Note App V1 API (fallback)

Note infoUser info & notesComments & sub-commentsSearch notesExtract share link info

Red Note Web V3 API

Note detailComments & sub-commentsSearch notes/usersTrending keywords & suggestionsHome feed & categoriesUser profile & notes

Red Note Web V2 API (deprecating)

Feed notesNote imagesSearchProduct listHot list

Heads up: the legacy /api/v1/xiaohongshu/web/ series has been deprecated, and the Web V2 series will be deprecated by June 19, 2026 — build on App V2 (with App V1 as a fallback).

Where Chinese consumer taste is set first

Red Note is where beauty, fashion, food, and travel trends start in China before they reach the West. TikHub gives you its app and web surfaces — including trending keywords, the home feed, and product listings with purchase-intent comments — so you can read demand at its origin, not its echo.

TikHubGeneric scrapers
Trending keywords & home feed
Product listings & reviews
Nested comment threads
App V2, App V1 & Web series

Red Note API endpoints

A reference of the most-used Red Note endpoints. Browse the full set in the API reference or the documentation.

Red Note App V2 API (recommended — stable)

Recommended priority is App V2 > App V1 > Web V3. App V2 is the latest, most stable, and most feature-rich series — including products, reviews, topics, and the creator inspiration feed. Billed at $0.01 per request; each response includes a cache_url valid 24h (free to re-access). Red Note is a special series — read the usage guide at blog.tikhub.io/zh/article/7 before integrating.

Use caseEndpointDocs
Get image note detail/api/v1/xiaohongshu/app_v2/get_image_note_detail
Get video note detail/api/v1/xiaohongshu/app_v2/get_video_note_detail
Get note comments/api/v1/xiaohongshu/app_v2/get_note_comments
Get note sub-comments/api/v1/xiaohongshu/app_v2/get_note_sub_comments

Red Note App V1 API (fallback)

Use the App V1 series as a fallback when App V2 lacks an endpoint or is temporarily unavailable.

Use caseEndpointDocs
Get note info/api/v1/xiaohongshu/app/get_note_info
Get user info/api/v1/xiaohongshu/app/get_user_info
Get user notes/api/v1/xiaohongshu/app/get_user_notes
Get note comments/api/v1/xiaohongshu/app/get_note_comments

Red Note Web V3 API

Web V3 works as an alternative surface — useful for the trending keywords, search suggestions, and the homepage recommendation feed. The older Web V2 and Web series are no longer maintained; avoid them.

Use caseEndpointDocs
Get note (post) detail/api/v1/xiaohongshu/web_v3/fetch_note_detail
Get note comments/api/v1/xiaohongshu/web_v3/fetch_note_comments
Get sub comments/api/v1/xiaohongshu/web_v3/fetch_sub_comments
Search notes by keyword/api/v1/xiaohongshu/web_v3/fetch_search_notes

Tips & troubleshooting

Hard-won operational notes for working with Red Note data in production.

MUST READ — Red Note is a special series

Red Note (小红书) is the most quirk-heavy series on TikHub, so reference the official usage guide before using ANY endpoint. The short version: use App V2 first, App V1 as a fallback, and do NOT use the Web V2 / Web series.

Read the Red Note usage guide

Recommended API version

Use the App V2 series first — it's the latest, most stable, and most feature-rich. Use the App V1 series as a fallback when App V2 lacks an endpoint you need or an App V2 endpoint is temporarily unavailable. Do NOT use the Web V2 or Web series — TikHub no longer maintains them and they are unstable.

Deprecated & removed endpoints

Several legacy endpoints are gone or unmaintained — do not use app/get_notes_by_topic, app_v2/get_mixed_note_detail, app/search_notes_v2, or app/search_users. Topic posts and notes-by-tag are not supported; for discovery use keyword search only. For note details use app_v2/get_image_note_detail or app_v2/get_video_note_detail; for search use app_v2/search_notes / app_v2/search_users (or the Web V3 equivalents). Also avoid app/get_video_note_info — it returns 400s and is unmaintained; use app_v2/get_video_note_detail instead.

Pricing and the 24-hour cache URL

Red Note endpoints are billed at $0.01 per request (no volume discount unless you exceed 1M requests/month), reflecting the maintenance cost of a hard target. Each successful response includes a cache_url that's valid for 24 hours and free to re-access — cache it and re-read within the day instead of paying for the same note twice.

What's not available: play and download counts

Red Note does not expose play counts (播放量) or download counts, so TikHub can't return them — the platform itself doesn't surface these metrics. You can still get note content, images, videos, user profiles, comments, likes (点赞), shares (分享), and search results. Note also there's no batch fetching (notes are retrieved one at a time), and xsec tokens are no longer returned.

Handling 400 errors & pagination

Red Note's backend can be slow to warm up. If a request returns a 400, retry it a few times; if it still fails, the backend resources are loading — wait 30–60 minutes and retry. Paginated endpoints (user notes, search) return roughly 6–20 items per request, and the first page may return fewer — keep paginating with the cursor.

Is Red Note the same as Xiaohongshu (小红书)?

Yes — Red Note (also written RedNote) is the international name for 小红书, literally 'little red book.' TikHub's endpoints cover the same platform regardless of which name you search for.

Is using a Red Note API like this legal?

TikHub only returns publicly available Red Note data — content any visitor can see without an account. It does not bypass authentication or access private information. Red Note is a Chinese platform, so the relevant constraints are its own Terms of Service and China's data and cross-border rules rather than US case law; automated access can lead to account or IP blocks, which TikHub's infrastructure absorbs for you. You remain responsible for how you store, process, and use the data — especially any personal data and any onward transfer across borders.

What are the rate limits?

The default rate limit is 10 requests per second. RPS plans scale it up — 20 RPS at $5/month through 100 RPS at $55/month — and enterprise accounts get custom limits above 100 RPS.

How much does the Red Note API cost?

Red Note endpoints are billed at $0.01 per request — there's no volume discount unless you exceed 1M requests/month, reflecting the maintenance cost of a hard-to-scrape platform. Each successful response includes a cache_url that's valid for 24 hours and free to re-access, so you never pay twice for the same note. New accounts get $0.05 free credit — no credit card required.

Red Note API: read China's lifestyle platform in 2026

TikHub's Red Note API reads public 小红书 data — notes, profiles, comments, search, trending keywords, the home feed, and product listings — through plain REST calls, with no Chinese developer registration. Here's how it works, why it's deeper than a generic scrape, and which option fits which job.

How does the Red Note API work?

What is the Red Note API?

The TikHub Red Note API is a RESTful interface that returns structured JSON for public content on 小红书 (Red Note) — the platform that shapes Chinese consumer taste in beauty, fashion, food, and travel. You request a note, profile, comment thread, search, or trending list and get clean, typed data without running your own scraper against a Chinese-language, heavily protected platform.

It spans App V2, App V1, and Web V3 series, including the home feed and trending keywords that reveal demand as it forms — signals a basic note scrape doesn't reach.

How do you access and use it?

Create a TikHub account, generate an API key, and make an HTTP GET request with the key in the Authorization header. Identify content by note ID, user ID, or a search term, and you get JSON back — no Chinese developer account or open-platform application required. A common flow is to track trending keywords, search the hot ones, then pull note detail and comments for the top results.

What are the benefits of using the Red Note API?

Why use it instead of building a scraper?

Red Note is one of the harder platforms to scrape — Chinese-language responses, aggressive anti-bot defenses, and frequently rotating endpoints. Standing that up and keeping it alive is a real, ongoing engineering cost. TikHub absorbs it and ships App V1 / Web V3 fallbacks so your integration survives platform churn, exposing a stable contract you can build against at a per-request price.

Who benefits — brands, researchers, or AI teams?

Brands and agencies track beauty and fashion trends at their origin, monitor reputation among Chinese consumers, and analyze KOL/KOC content before booking campaigns. Researchers study purchase-intent language and category trends. AI teams build Chinese lifestyle corpora and sentiment pipelines from a structured source — the image-and-comment richness of notes makes them especially useful for multimodal work.

What are common use cases for the Red Note API?

How is it used for trend and e-commerce research?

The pattern is trend-to-product: watch trending keywords, search them, and read the top notes and their comments to understand both what's rising and how consumers talk about it. Because notes carry product associations, you can connect engagement to specific products and track reception — turning Red Note into a live demand and competitive-intelligence source for Chinese consumer categories.

How does it power AI and content models?

Structured note text, images, and comment threads feed sentiment models, trend-prediction systems, and retrieval pipelines over Chinese lifestyle content. The purchase-intent language in comments is valuable training signal for e-commerce and recommendation AI, and the home feed offers a window into what the platform itself is surfacing.

Are there alternatives to the Red Note API?

What other options exist, and which is best?

Red Note's official open platform is limited and gated behind Chinese business registration; a few open-source scrapers exist but carry the usual reliability and maintenance burden against a hard target, and most Western providers don't cover it in depth. For non-Chinese teams that need real depth — trending, home feed, products, and comments — a managed API like TikHub is the practical choice, with one key that also covers Douyin and 14 other platforms.

One key, every platform

The Red Note API shares its key and JSON format with 15 other platforms — adding Instagram or Douyin is a one-line change.

Start free