# Download RedNote Videos, Covers, and Images

**Use case:** 

Extract complete RedNote post data and save available videos, covers, images, and subtitles. Export creator, caption, engagement, and media metadata.

## Input

```json
{
  "noteUrls": [
    "http://xhslink.com/o/6oKW7wkJf09"
  ],
  "downloadVideos": true,
  "downloadCovers": true,
  "downloadImages": true,
  "downloadSubtitles": true,
  "mediaKvStoreName": ""
}
```

## Output

```json
{
  "id": {
    "label": "Note ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "desc": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "Note URL",
    "format": "link"
  },
  "xsec_token": {
    "label": "Access token",
    "format": "text"
  },
  "timestamp": {
    "label": "Posted (Unix ms)",
    "format": "number"
  },
  "last_update_time": {
    "label": "Updated (Unix ms)",
    "format": "number"
  },
  "ip_location": {
    "label": "IP location",
    "format": "text"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "video": {
    "label": "Video",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "at_user_list": {
    "label": "@-mentions",
    "format": "array"
  },
  "ai_generated_flag": {
    "label": "AI-content note",
    "format": "text"
  },
  "videoFile": {
    "label": "Video file",
    "format": "object"
  },
  "coverFile": {
    "label": "Cover file",
    "format": "object"
  },
  "imageFiles": {
    "label": "Image files",
    "format": "array"
  },
  "subtitleFiles": {
    "label": "Subtitle files",
    "format": "array"
  },
  "_input": {
    "label": "Input",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RedNote (Xiaohongshu) Note Detail Scraper - 500 Notes/60s](https://apify.com/zen-studio/rednote-note-detail-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/rednote-note-detail-scraper) 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/zen-studio/rednote-note-detail-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).
