Skip to main content

Social Media API

Rednote API

Read Rednote 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 Rednote API

TikHub's Rednote 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.

Rednote App V2 API (recommended)

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

Rednote PGY API

Blogger core & summary dataFan portraits & historyBlogger notes & performanceBlogger discovery listCommercial note detail

Rednote Web V3 API

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

The legacy App V1 (/xiaohongshu/app/), Web (/xiaohongshu/web/) and Web V2 series have been deprecated. Build on the three maintained series: App V2 (recommended), PGY (creator marketing), and Web V3.

Where Chinese consumer taste is set first

Rednote 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 tools
Trending keywords & home feed
Product listings & reviews
Nested comment threads
App V2, PGY & Web V3 series

Rednote API endpoints

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

Rednote App V2 API (recommended — stable)

App V2 is the recommended default — 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). Rednote 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

Rednote PGY API (creator marketing)

PGY (蒲公英 / Pugongying) is Rednote's official creator-marketing platform. This series returns blogger analytics — core and summary data, fan portraits and history, note performance, and blogger discovery — the data brands use to vet influencers before a campaign.

Use caseEndpointDocs
Get blogger detail/api/v1/xiaohongshu/pgy/get_blogger_detail
Get blogger core data/api/v1/xiaohongshu/pgy/get_blogger_core_data
Get blogger data summary/api/v1/xiaohongshu/pgy/get_blogger_data_summary
Get fan portrait/api/v1/xiaohongshu/pgy/get_blogger_fans_profile

Rednote 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 Rednote data in production.

MUST READ — Rednote is a special series

Rednote (小红书) is the most quirk-heavy series on TikHub, so reference the official usage guide before using ANY endpoint. The short version: use App V2 for content, PGY for creator-marketing analytics, and Web V3 for the home feed and trending. Do NOT use the legacy App V1 (/xiaohongshu/app/), Web, or Web V2 series — they are deprecated.

Read the Rednote usage guide

Which series to use

App V2 is the recommended default — the latest, most stable, and most feature-rich series (notes, users, search, products, topics, creator inspiration). PGY covers creator-marketing analytics (blogger data, fan portraits, note performance) for influencer vetting. Web V3 is the alternative surface for trending keywords, search suggestions, and the homepage feed. The legacy App V1, Web, and Web V2 series are deprecated — TikHub no longer maintains them.

Deprecated & removed endpoints

The legacy /xiaohongshu/app/ (App V1), /xiaohongshu/web/ and /xiaohongshu/web_v2/ series are deprecated — do not build on them. 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). Topic posts and notes-by-tag are supported via app_v2/get_topic_feed; for general discovery use keyword search.

Pricing and the 24-hour cache URL

Rednote 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. Every request returns fresh, real-time data and is billed independently — TikHub never serves cached data through the API. The cache_url in each successful response is a separate debugging aid: it re-opens that exact response for 24 hours (free to access) so you can recover it if your code mishandled it or share it with a teammate. It is not a cheaper way to re-fetch the same note — a repeat request is always a new live call.

What's not available: play and download counts

Rednote 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

Rednote'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 Rednote the same as Xiaohongshu (小红书)?

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

Is using a Rednote API like this legal?

TikHub only returns publicly available Rednote data — content any visitor can see without an account. It does not bypass authentication or access private information. Rednote 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 Rednote API cost?

Rednote 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 heavily protected platform. Every request returns fresh, real-time data and is billed independently; the cache_url in each response is a free debugging/sharing aid that re-opens that one response for 24 hours — it is not cached API data, so a repeat call always fetches live. New accounts get $0.05 free credit — no credit card required.

Rednote API: read China's lifestyle platform in 2026

TikHub's Rednote 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 pull, and which option fits which job.

How does the Rednote API work?

What is the Rednote API?

The TikHub Rednote API is a RESTful interface that returns structured JSON for public content on 小红书 (Rednote) — 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 data pipeline against a Chinese-language, heavily protected platform.

It spans App V2, PGY, and Web V3 series, including the home feed and trending keywords that reveal demand as it forms — signals a basic data pull 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 Rednote API?

Why use it instead of building a data pipeline?

Rednote is one of the harder platforms to collect — 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 V2, PGY, and Web V3 series 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 Rednote 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 Rednote 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 Rednote API?

What other options exist, and which is best?

Rednote's official open platform is limited and gated behind Chinese business registration; a few open-source tools 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 Rednote API shares its key and JSON format with 15 other platforms — adding Instagram or Douyin is a one-line change.

Start free