RedNote (Xiaohongshu) Favorites Scraper avatar

RedNote (Xiaohongshu) Favorites Scraper

Pricing

from $1.20 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Favorites Scraper

RedNote (Xiaohongshu) Favorites Scraper

Extract a RedNote (Xiaohongshu) profile's publicly visible saved posts: title, post type, likes, comments, and save counts. Paste a profile link or ID -- most profiles keep favorites private, so empty results are expected. No login or session cookie required.

Pricing

from $1.20 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Check the posts RedNote or Xiaohongshu publicly exposes as favorited by one profile — but expect an empty dataset for most or all profiles.

That limitation matters. Multiple public profiles checked during development returned no favorite rows. RedNote does not appear to expose third-party favorites publicly. An empty run is platform behavior, not evidence that pagination failed.

When to use it

Use this Actor when the visibility check itself is useful. Don't use it as a dependable way to reconstruct what an account has saved.

{
"profile_id_or_url": "https://www.xiaohongshu.com/user/profile/61b46d790000000010008153",
"maxItems": 20
}

The Actor accepts a profile ID or /user/profile/<id> URL in profile_id_or_url.

Result shape

When RedNote exposes a favorite, the row uses the same post shape as a profile-post result.

FieldContents
idPost ID
title, display_titlePost title fields
likes, comments_countLike and comment counts
collected_count, share_countSave and share counts
type, create_timePost type and Unix creation time
userAuthor details

For example, an exposed row would have this verified shape:

{
"id": "68b39115000000001c037dad",
"title": "Trail day 3",
"display_title": "Trail day 3",
"likes": 2007,
"comments_count": 89,
"collected_count": 115,
"type": "video",
"create_time": 1756598549
}

maxItems defaults to 100; 0 removes the cap. Cursor pagination stops at the cap, an empty page, no next cursor, or a repeated cursor.

Questions

Why did I get zero rows for a public profile?

Public profile access doesn't make favorites public. Every profile tested during development returned an empty favorites list. Treat zero rows as the expected result unless RedNote exposes data for that account.

Would a login or session cookie reveal more?

This Actor doesn't accept either. It only collects what RedNote exposes publicly.

Better routes

GoalActor
Get the profile's own public postsRedNote Profile Posts Scraper
Get account details and audience countsRedNote Profile Scraper