🧪 RedNote (Xiaohongshu) Topic Scraper avatar

🧪 RedNote (Xiaohongshu) Topic Scraper

Pricing

from $1.80 / 1,000 results

Go to Apify Store
🧪 RedNote (Xiaohongshu) Topic Scraper

🧪 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

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

scraperTypeWhat the run savesPagination
topicDetailsOne topic metadata rowNo
topicNotesPublic posts associated with the topicYes

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:

FieldContents
idPost ID
title, descTitle and caption
typePost type
userAuthor details
interaction_infoEngagement data grouped by RedNote
create_timeUnix 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.