RedNote (Xiaohongshu) Post Scraper
Pricing
from $17.00 / 1,000 results
RedNote (Xiaohongshu) Post Scraper
Extract RedNote (Xiaohongshu) image and video posts from a URL or post ID: title, description, content type, author, likes, comments, and shares. Just paste a post link or ID and pick image or video. No login or session cookie required.
Pricing
from $17.00 / 1,000 results
Rating
0.0
(0)
Developer
ToolzerHub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Fetch one public RedNote or Xiaohongshu post by URL or ID and save its text, author, type, and engagement counts as structured data.
Use this when you already know the post. For discovery by keyword, use RedNote Post Search Scraper.
What you get
One run returns one image or video post.
| Field | Contents |
|---|---|
id | Post ID |
title, desc | Title and caption |
type | Content type reported by RedNote |
user | Author details such as ID, nickname, image, and RED ID when present |
liked_count | Likes |
comments_count | Comments |
share_count | Shares |
Image and video posts use the same result shape.
Input
Give the Actor a post ID or URL in post_id_or_url. That's the only field you have to fill in — content_type defaults to auto, which works out whether the post is an image or a video from the post itself.
{"post_id_or_url": "https://www.xiaohongshu.com/explore/69280b85000000001e00971c"}
Set content_type to image or video only when you already know the type; it saves the one extra lookup auto spends detecting it.
URLs in /explore/<id> and /discovery/item/<id> form are recognized, so you don't need to extract the ID by hand.
Example result
{"id": "69280b85000000001e00971c","title": "Weekend hike photo dump","desc": "Trail notes and gear list in the caption.","type": "normal","user": {"id": "61b46d790000000010008153","nickname": "trailmix.jpg","red_id": "1429907658"},"liked_count": 4210,"comments_count": 88,"share_count": 340}
Questions
What happens if I choose the wrong content type?
Image and video detail are separate RedNote lookups, so a wrong content_type points at the wrong one. The Actor detects that the lookup returned someone else's post and retries on the correct route, so you still get the post you asked for. Leaving content_type on auto avoids the wasted request entirely.
Do I need a RedNote login or cookie?
No. The Actor neither requires nor accepts login, cookie, or session-token input.
How do I collect the discussion under this post?
Pass the same ID or URL in post_id_or_url to RedNote Comments Scraper. It can collect top-level comments alone or include nested replies.