🧪 RedNote (Xiaohongshu) Topic Scraper
Pricing
from $1.80 / 1,000 results
🧪 RedNote (Xiaohongshu) Topic Scraper
Fetch RedNote (Xiaohongshu) topic details or collect the public posts associated with a topic.
Pricing
from $1.80 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
RedNote (Xiaohongshu) Topic Scraper
Fetch one RedNote or Xiaohongshu topic record or collect the public posts tagged with that topic — choose the dataset with scraperType.
Two workflows
scraperType | What the run saves | Pagination |
|---|---|---|
topicDetails | One topic metadata row | No |
topicNotes | Public posts associated with the topic | Yes |
topicDetails is the default mode. Both modes require topic_id.
{"scraperType": "topicDetails","topic_id": "5c0f8861f1c1f80001157a51"}
Topic details
The details mode returns topic_id, name, desc, viewNum, discussNum, followed, and share_info.
{"topic_id": "5c0f8861f1c1f80001157a51","name": "Solo travel","desc": "526万人在讨论,一起看看吧。","viewNum": 768631528,"discussNum": 194484}
Topic posts
Set scraperType to topicNotes. Each post row can contain:
| Field | Contents |
|---|---|
id | Post ID |
title, desc | Title and caption |
type | Post type |
user | Author details |
interaction_info | Engagement data grouped by RedNote |
create_time | Unix creation timestamp |
{"scraperType": "topicNotes","topic_id": "5c0f8861f1c1f80001157a51","topic_sort": "recent","maxItems": 100}
topic_sort defaults to trending and also accepts recent. maxItems defaults to 100; 0 removes the row cap.
Questions
Why does maxItems have no effect in topic-details mode?
That mode saves one metadata record. The cap applies to the paginated topicNotes workflow.
When does topic-post pagination stop?
At your cap, when RedNote reports no more pages, when a page is empty, or when the continuation cursor repeats.
Is a RedNote session required?
No login, cookie, or session token is required or accepted.
If you don't know the topic and want broad keyword discovery, start with RedNote Post Search Scraper.