RedNote (Xiaohongshu) User Posts Scraper 🔍 avatar
RedNote (Xiaohongshu) User Posts Scraper 🔍

Pricing

$19.99/month + usage

Go to Store
RedNote (Xiaohongshu) User Posts Scraper 🔍

RedNote (Xiaohongshu) User Posts Scraper 🔍

Developed by

EasyApi

EasyApi

Maintained by Community

Scrape user posts from RedNote (Xiaohongshu) - Extract posts, videos, images and engagement metrics from any user profile. Perfect for social media monitoring, influencer analysis and market research.

5.0 (1)

Pricing

$19.99/month + usage

4

Total users

59

Monthly users

15

Runs succeeded

>99%

Issues response

12 days

Last modified

a day ago

Overview 📋

This actor scrapes user posts data from Xiaohongshu (RedNote/小红书), one of China's largest lifestyle and social commerce platforms. It extracts comprehensive information about posts including videos, images, engagement metrics, and user details.

Features ✨

  • 🎯 Scrape posts from multiple user profiles
  • 📊 Extract engagement metrics (likes, comments, etc.)
  • 🎥 Get video and image content details
  • 👤 Collect user profile information
  • ⚡ High-performance with built-in anti-blocking measures
  • 🕒 Automatic rate limiting and random delays
  • 💾 Results saved in structured JSON format

Input Parameters 📝

  • profileUrls - Array of Xiaohongshu user profile URLs to scrape
  • maxItems - Maximum number of posts to scrape per profile

Output Data 📤

For each post, the actor extracts:

  • Post type (video/image)
  • Display title
  • User information (avatar, userId, nickname)
  • Interaction metrics (likes count)
  • Media content (cover images, dimensions)
  • Post ID and timestamps
  • Original profile URL
  • Scraping timestamp

Use Cases 💡

  • Influencer Marketing Research
  • Social Media Monitoring
  • Content Analysis
  • Market Research
  • Competitor Analysis
  • Trend Tracking

Limitations ⚠️

  • Respects Xiaohongshu's terms of service and rate limits
  • Public data only
  • Maximum 1000 posts per run recommended

Sample Output 📋

Input Example

A full explanation of an input example in JSON.

{
"profileUrls": [
"https://www.xiaohongshu.com/user/profile/639946a0000000002702b173"
],
"maxItems": 50
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"profileUrl": "https://www.xiaohongshu.com/user/profile/639946a0000000002702b173",
"postData": {
"postUrl": "https://www.xiaohongshu.com/explore/6789fdb1000000001c00d095?xsec_token=ABXpV9UyO95kLI6G51DaZsNZIBb3QfMn584SISV_F2QiE=&xsec_source=pc_user",
"type": "video",
"displayTitle": "只有穷人冬天的被窝才会噼里啪啦的",
"user": {
"nickName": "显眼包小涛",
"avatar": "https://sns-avatar-qc.xhscdn.com/avatar/63994933d9b187973501cb7a.jpg",
"userId": "639946a0000000002702b173",
"nickname": "显眼包小涛"
},
"interactInfo": {
"liked": false,
"likedCount": "8794",
"sticky": false
},
"cover": {
"width": 694,
"url": "",
"traceId": "",
"infoList": [
{
"imageScene": "WB_PRV",
"url": "http://sns-webpic-qc.xhscdn.com/202501180028/e8da355f0f66b93801735d44d2403f93/spectrum/1040g0k031coeec8616005osp8qg9tcbj7tkmhh8!nc_n_webp_prv_1"
},
{
"imageScene": "WB_DFT",
"url": "http://sns-webpic-qc.xhscdn.com/202501180028/9a9667b8e0ea82be10f388b8c279d9d4/spectrum/1040g0k031coeec8616005osp8qg9tcbj7tkmhh8!nc_n_webp_mw_1"
}
],
"urlPre": "http://sns-webpic-qc.xhscdn.com/202501180028/e8da355f0f66b93801735d44d2403f93/spectrum/1040g0k031coeec8616005osp8qg9tcbj7tkmhh8!nc_n_webp_prv_1",
"urlDefault": "http://sns-webpic-qc.xhscdn.com/202501180028/9a9667b8e0ea82be10f388b8c279d9d4/spectrum/1040g0k031coeec8616005osp8qg9tcbj7tkmhh8!nc_n_webp_mw_1",
"fileId": "",
"height": 925
},
"noteId": "6789fdb1000000001c00d095",
"xsecToken": "ABXpV9UyO95kLI6G51DaZsNZIBb3QfMn584SISV_F2QiE="
},
"scrapedAt": "2025-01-17T16:28:25.191Z"
},
...
]