# Top-Level Comments Across Many RedNote Notes

**Use case:** 

Sweep the top-level comments across a whole list of RedNote notes at once. Replies off, so it runs fast and bills only the comment rate.

## Input

```json
{
  "noteUrls": [
    "https://www.xiaohongshu.com/explore/6a79fb020000000027023c9c",
    "https://www.xiaohongshu.com/explore/69ec85eb000000001e00cd6c",
    "https://www.xiaohongshu.com/explore/69ba2099000000001a03642e",
    "https://www.xiaohongshu.com/explore/6a980d00000000002a006b73",
    "https://www.xiaohongshu.com/explore/6a64a33c000000000f03269c"
  ],
  "sortBy": "latest",
  "includeReplies": false,
  "maxRepliesPerComment": 0,
  "maxCommentsPerNote": 60,
  "maxResults": 300
}
```

## Output

```json
{
  "commentId": {
    "label": "🆔 Comment ID",
    "format": "string"
  },
  "content": {
    "label": "💬 Comment text",
    "format": "string"
  },
  "likeCount": {
    "label": "❤️ Likes",
    "format": "integer"
  },
  "ipLocation": {
    "label": "📍 IP city",
    "format": "string"
  },
  "postedAt": {
    "label": "🕒 Posted at",
    "format": "string"
  },
  "postedAtTimestamp": {
    "label": "⏱️ Posted (unix)",
    "format": "integer"
  },
  "isReply": {
    "label": "↩️ Is a reply",
    "format": "boolean"
  },
  "parentCommentId": {
    "label": "🧵 Thread root",
    "format": "string"
  },
  "replyToCommentId": {
    "label": "➡️ Answers comment",
    "format": "string"
  },
  "replyToAuthorName": {
    "label": "➡️ Answers author",
    "format": "string"
  },
  "replyToAuthorId": {
    "label": "➡️ Answers author ID",
    "format": "string"
  },
  "replyCount": {
    "label": "🔢 Replies under this",
    "format": "integer"
  },
  "authorName": {
    "label": "👤 Author",
    "format": "string"
  },
  "authorId": {
    "label": "👤 Author ID",
    "format": "string"
  },
  "authorRedId": {
    "label": "🔴 Red ID",
    "format": "string"
  },
  "authorAvatarUrl": {
    "label": "🖼️ Avatar",
    "format": "string"
  },
  "authorProfileUrl": {
    "label": "🔗 Author profile",
    "format": "string"
  },
  "authorIsNoteAuthor": {
    "label": "✍️ By the note author",
    "format": "boolean"
  },
  "likedByNoteAuthor": {
    "label": "💗 Liked by note author",
    "format": "boolean"
  },
  "isPinned": {
    "label": "📌 Pinned",
    "format": "boolean"
  },
  "pictureUrls": {
    "label": "🖼️ Comment pictures",
    "format": "array"
  },
  "pictureCount": {
    "label": "🖼️ Picture count",
    "format": "integer"
  },
  "mentionedUsers": {
    "label": "🏷️ @-mentions",
    "format": "array"
  },
  "hashtags": {
    "label": "#️⃣ Hashtags",
    "format": "array"
  },
  "noteId": {
    "label": "📕 Note ID",
    "format": "string"
  },
  "noteUrl": {
    "label": "🔗 Note URL",
    "format": "string"
  },
  "noteAuthorId": {
    "label": "👤 Note author ID",
    "format": "string"
  },
  "noteCommentTotal": {
    "label": "📊 Comments on note",
    "format": "integer"
  },
  "noteTopLevelCommentTotal": {
    "label": "📊 Top-level on note",
    "format": "integer"
  },
  "_fetchedAt": {
    "label": "📅 Fetched at",
    "format": "string"
  },
  "status": {
    "label": "✅ Processing status",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/xiaohongshu-rednote-comments-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
