All In One Rednote Scraper avatar
All In One Rednote Scraper

Pricing

$15.00/month + usage

Go to Store
All In One Rednote Scraper

All In One Rednote Scraper

Developed by

少航 来

少航 来

Maintained by Community

5.0 (1)

Pricing

$15.00/month + usage

0

Total users

4

Monthly users

4

Runs succeeded

94%

Last modified

8 hours ago

All-in-One RedNote Scraper (Xiaohongshu 小红书)

A production-grade Xiaohongshu scraping system supporting full web and app-level data extraction, including keywords, note tracking, comments, and media assets.

🚀 Features

🔍 Search Module

  • Keyword Mode: Input one or more keywords and specify:

    • Note Type: all, videoOnly, imageOnly
    • Sort Order: general, latest, hot
  • Extracts full visible note data from Xiaohongshu web + App.

  • App-level field enhancement (likes, shares, media assets).

  • Note Tracking Mode: Input target note URLs with note type.

    • Used for tracking specific notes (monitoring, targeted parsing).
    • Guarantees accurate field extraction and media parsing.

💬 Comment Module

  • Input a valid Xiaohongshu post URL.
  • Extract all visible comments + replies using real browser scrolling and behavior mimic.
  • Outputs clean and structured comment JSON with timestamps and like counts.

🎞️ Media Module (Video / Image)

  • Input a valid note URL.
  • Supports both:
    • Image notes: Extracts full-resolution image URLs and tags.
    • Video notes: Extracts multiple-resolution direct video links including _114.mp4 (HD), _84.mp4, etc.

👤 User Page Module

  • (In development) — Will support author profile and post listing.

📥 Input Modes

  • scrapingMode: "keyword" or "note"
  • searchKeywords: array of keyword strings (for keyword mode)
  • noteUrls: array of note URLs (for note mode)
  • noteTypes: array of note types ("video" / "image", for note mode)
  • noteTypeFilter: "all" | "videoOnly" | "imageOnly" (for keyword mode)
  • sortBy: "general" | "latest" | "hot" (for keyword mode)

📤 Output

  • output/merged_json/: Final structured data
  • sniffed_json/: App-level raw JSON from sniffed requests
  • search_results/: Initial parsed note data from Web