# Scrape Trending Fashion Notes from Xiaohongshu

**Use case:** 

Extract up to 500 trending fashion notes from Xiaohongshu, including titles, likes, cover images, and note URLs for deeper insights into current trends.

## Input

```json
{
  "mode": "channel",
  "channel": "homefeed.fashion_v3",
  "maxResults": 500,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "likedCount": {
    "label": "Likes",
    "format": "number"
  },
  "channelName": {
    "label": "Channel",
    "format": "text"
  },
  "nickname": {
    "label": "Creator",
    "format": "text"
  },
  "userUrl": {
    "label": "Creator URL",
    "format": "link"
  },
  "coverImage": {
    "label": "Cover",
    "format": "image"
  },
  "noteUrl": {
    "label": "Note URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

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