RedNote (Xiaohongshu) Profile Scraper πŸ” avatar

RedNote (Xiaohongshu) Profile Scraper πŸ”

Pricing

from $4.99 / 1,000 results

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

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

3

Bookmarked

152

Total users

19

Monthly active users

6 days

Issues response

2 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"
},
...
]