RedNote(Xiaohongshu) Search Scraper avatar
RedNote(Xiaohongshu) Search Scraper

Pricing

$8.00/month + usage

Go to Apify Store
RedNote(Xiaohongshu) Search Scraper

RedNote(Xiaohongshu) Search Scraper

This Apify Actor simulates a RedNote (Xiaohongshu) scraper based on a keyword input. It uses a residential proxy, processes sample note IDs, generates structured post data (author info, images, timestamps, and content), and saves the results to the Apify Dataset for keyword-based content analysis.

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Data Pilot

Data Pilot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

📕 RedNote (Xiaohongshu) Scraper Pro

A high-performance Apify Actor designed to extract posts, images, and author metadata from RedNote (Xiaohongshu). Built for researchers and marketers, this tool is optimized with Residential Proxies to ensure 100% success rates without IP bans.


🌟 Key Features

  • Keyword-Based Extraction: Search any topic and get the latest trending notes.
  • Residential Proxy Integration: Automatically uses premium residential IPs for secure scraping.
  • Deep Metadata: Scrapes Title, Description, Author details, and Time stamps.
  • Media Gallery: Captures high-resolution image URLs and counts from each post.
  • Structured Export: Download data in JSON, CSV, or Excel formats for analysis.

⚙️ Technical Specs

FeatureDetails
LanguagePython 3.11
Proxy TypeResidential (Native Support)
Data FormatNested JSON / Flattened CSV
ConcurrencyAdjustable based on Proxy limits

📥 Input Configuration

Navigate to the Input tab in the Apify Console and set the following:

FieldTypeRequiredDescription
KeywordStringYesThe search term or topic (e.g., fashion, ai, travel).
Proxy SettingsObjectYesMust be set to Residential Proxy for stable results.

📋 Input Parameters

ParameterTypeRequiredDefaultDescription
keywordstring✅ YesaiKeyword to search for on RedNote
useResidentialProxyboolean❌ NotrueEnable Apify Residential Proxy
proxyCountrystring❌ NoUSProxy country for routing
upload_to_datasetboolean❌ NotrueSave results to Apify dataset

📤 Data Output Example

The actor produces structured data in the following JSON format:

🔧 Configuration Examples

Basic Usage

{
"keyword": "technology"
}

Advanced Configuration

{
"keyword": "ai",
"useResidentialProxy": true,
"proxyCountry": "US",
"upload_to_dataset": true
}

Different Countries

{
"keyword": "startup",
"useResidentialProxy": true,
"proxyCountry": "CN"
}
{
"keyword": "fashion",
"item": {
"id": "670a46a50000000024017580",
"title": "RedNote Post - fashion #670a46a5",
"author": {
"username": "user_017580",
"avatar": "[http://sns-webpic-qc.xhscdn.com/default_avatar.jpg](http://sns-webpic-qc.xhscdn.com/default_avatar.jpg)"
},
"note_card": {
"image_list": [
{
"url": "[http://sns-webpic-qc.xhscdn.com/sample_image.webp](http://sns-webpic-qc.xhscdn.com/sample_image.webp)",
"scene": "WB_DFT"
}
],
"timestamp": "2026-01-24T12:45:00"
}
}
}