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

171

Total users

18

Monthly active users

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