RedNote (Xiaohongshu) Profile Scraper 🔍 avatar

RedNote (Xiaohongshu) Profile Scraper 🔍

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
RedNote (Xiaohongshu) Profile Scraper 🔍

RedNote (Xiaohongshu) Profile Scraper 🔍

easyapi/rednote-xiaohongshu-profile-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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

🤖 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.

1{
2    "profileUrls": [
3        "https://www.xiaohongshu.com/user/profile/6784ba7f00000000080191fb"
4    ]
5}

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.

1[
2    {
3        "profileUrl": "https://www.xiaohongshu.com/user/profile/6784ba7f00000000080191fb",
4        "profileData": {
5            "basicInfo": {
6                "redId": "95435108495",
7                "gender": 2,
8                "ipLocation": "美国",
9                "desc": "时尚 | 美国老师\nfashion | teacher",
10                "imageb": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31ckhgbu3gu005ps4n9vi34frj3f5o2o?imageView2/2/w/540/format/webp",
11                "nickname": "hopeawinters",
12                "images": "https://sns-avatar-qc.xhscdn.com/avatar/1040g2jo31ckhgbu3gu005ps4n9vi34frj3f5o2o?imageView2/2/w/360/format/webp"
13            },
14            "interactions": [
15                {
16                    "count": "40",
17                    "type": "follows",
18                    "name": "关注"
19                },
20                {
21                    "type": "fans",
22                    "name": "粉丝",
23                    "count": "206881"
24                },
25                {
26                    "name": "获赞与收藏",
27                    "count": "294998",
28                    "type": "interaction"
29                }
30            ],
31            "tags": [
32                {
33                    "name": "25岁",
34                    "tagType": "info"
35                }
36            ]
37        },
38        "scrapedAt": "2025-01-17T15:51:01.110Z"
39    },
40    ...
41]
Developer
Maintained by Community

Actor Metrics

  • 2 monthly users

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 20 hours ago