RedNote (Xiaohongshu) Profile Scraper 🔍 avatar
RedNote (Xiaohongshu) Profile Scraper 🔍

Pricing

$19.99/month + usage

Go to Apify Store
RedNote (Xiaohongshu) Profile Scraper 🔍

RedNote (Xiaohongshu) Profile Scraper 🔍

Extract user profile data from RedNote (Xiaohongshu) including basic information, follower counts, and interaction metrics. Perfect for influencer analysis and social media research.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

1

Bookmarked

32

Total users

1

Monthly active users

3 months ago

Last modified

Share

🤖 What does RedNote (Xiaohongshu) Profile Scraper do?

This actor scrapes detailed user profile information from Xiaohongshu (RedNote/小红书), one of China's largest lifestyle and social media platforms. It extracts comprehensive user data including:

  • 📝 Basic profile information (nickname, RED ID, description)
  • 👥 Social metrics (followers, following counts)
  • ❤️ Engagement data (likes and collections)
  • 📍 Location information
  • 🏷️ User tags and age information
  • 🖼️ Profile image URLs

✨ Features

  • Stealth Mode: Implements advanced browser fingerprint protection
  • Reliable: Uses robust request handling and anti-detection mechanisms
  • Efficient: Optimized for speed and resource usage
  • Rate Limiting: Built-in delays to respect platform limits
  • Cookie Management: Automated cookie handling for authenticated requests

💡 Use Cases

  • Influencer Marketing Research
  • Social Media Analytics
  • User Behavior Analysis
  • Market Research
  • Competitor Analysis
  • Audience Insights

🔧 Input Configuration

The actor accepts the following input parameters:

  • profileUrls: Array of Xiaohongshu profile URLs to scrape

📦 Output

The actor outputs JSON format data containing:

  • Profile URL
  • Basic user information
  • Social interaction metrics
  • User tags
  • Timestamp of data collection

📝 Notes

  • Respects Xiaohongshu's robots.txt and usage policies
  • Rate limiting is implemented to prevent IP blocks

Input Example

A full explanation of an input example in JSON.

{
"profileUrls": [
"https://www.xiaohongshu.com/user/profile/6784ba7f00000000080191fb"
]
}

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/6784ba7f00000000080191fb",
"profileData": {
"basicInfo": {
"redId": "95435108495",
"gender": 2,
"ipLocation": "美国",
"desc": "时尚 | 美国老师\nfashion | teacher",
"imageb": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31ckhgbu3gu005ps4n9vi34frj3f5o2o?imageView2/2/w/540/format/webp",
"nickname": "hopeawinters",
"images": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31ckhgbu3gu005ps4n9vi34frj3f5o2o?imageView2/2/w/360/format/webp"
},
"interactions": [
{
"count": "40",
"type": "follows",
"name": "关注"
},
{
"type": "fans",
"name": "粉丝",
"count": "206881"
},
{
"name": "获赞与收藏",
"count": "294998",
"type": "interaction"
}
],
"tags": [
{
"name": "25岁",
"tagType": "info"
}
]
},
"scrapedAt": "2025-01-17T15:51:01.110Z"
},
...
]