RedNote (Xiaohongshu) Post Scraper avatar

RedNote (Xiaohongshu) Post Scraper

Pricing

from $1.60 / 1,000 results

Go to Apify Store
RedNote (Xiaohongshu) Post Scraper

RedNote (Xiaohongshu) Post Scraper

Fetch one public RedNote (Xiaohongshu) image or video post from a URL or ID. Choose the post type before starting.

Pricing

from $1.60 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

18 hours ago

Last modified

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.

FieldContents
idPost ID
title, descTitle and caption
typeContent type reported by RedNote
userAuthor details such as ID, nickname, image, and RED ID when present
liked_countLikes
comments_countComments
share_countShares

Image and video posts use the same result shape.

Input

Give the Actor a post_url or post_id. Then set content_type to image or video. That field is required and has no default.

{
"post_url": "https://www.xiaohongshu.com/explore/69280b85000000001e00971c",
"content_type": "image"
}

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. A wrong content_type won't produce useful post data. The Actor doesn't guess — choose the type before the run.

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 post_url or post_id to RedNote Comments Scraper. It can collect top-level comments alone or include nested replies.