# Xiaohongshu (RedNote) Note Data Extractor

**Use case:** 

Extract full data from a single Xiaohongshu (RedNote) note by ID: title, images, likes, saves, shares, comments and creator info. Export CSV/JSON, no code.

## Input

```json
{
  "operation": "noteDetail",
  "noteId": "69ec85eb000000001e00cd6c",
  "xsecToken": "YBJwDVhExZtED4VfSbDR5egiH44n0JKZ4ODgqZapZ7YGE=",
  "userId": "5ee58a2e000000000100057e",
  "keyword": "美食",
  "maxPages": 5
}
```

## Output

```json
{
  "_fetchedAt": {
    "label": "⏰ Fetched At",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Operation",
    "format": "string"
  },
  "_page": {
    "label": "📄 Page",
    "format": "integer"
  },
  "_sourceKeyword": {
    "label": "🔍 Source Keyword",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Error Message",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "noteId": {
    "label": "noteId",
    "format": "text"
  },
  "noteTitle": {
    "label": "noteTitle",
    "format": "text"
  },
  "noteDesc": {
    "label": "noteDesc",
    "format": "text"
  },
  "noteType": {
    "label": "noteType",
    "format": "text"
  },
  "noteCoverUrl": {
    "label": "noteCoverUrl",
    "format": "text"
  },
  "notePageUrl": {
    "label": "notePageUrl",
    "format": "text"
  },
  "likedCount": {
    "label": "likedCount",
    "format": "text"
  },
  "commentsCount": {
    "label": "commentsCount",
    "format": "text"
  },
  "collectedCount": {
    "label": "collectedCount",
    "format": "text"
  },
  "userName": {
    "label": "userName",
    "format": "text"
  },
  "userId": {
    "label": "userId",
    "format": "text"
  },
  "userRedId": {
    "label": "userRedId",
    "format": "text"
  },
  "userVerified": {
    "label": "userVerified",
    "format": "text"
  },
  "userPageUrl": {
    "label": "userPageUrl",
    "format": "text"
  },
  "postedAt": {
    "label": "postedAt",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "desc": {
    "label": "desc",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Xiaohongshu (RedNote) Scraper — Notes, Users & Search](https://apify.com/sian.agency/xiaohongshu-rednote-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/xiaohongshu-rednote-scraper) to learn more, explore other use cases, and run it yourself.