# Track Chinese Consumer Trends on RedNote

**Use case:** 

Search RedNote for Chinese consumer, lifestyle, and product trends. Export structured posts, creators, engagement metrics, and URLs for market research.

## Input

```json
{
  "keywords": [
    "消费趋势",
    "生活方式",
    "热门产品"
  ],
  "maxResults": 300,
  "topUpFromOtherSorts": true,
  "sortType": "general",
  "noteType": "all",
  "timeFilter": "all"
}
```

## Output

```json
{
  "url": {
    "label": "Note URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "desc": {
    "label": "Description",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "object"
  },
  "engagement": {
    "label": "Engagement",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "video": {
    "label": "Video",
    "format": "object"
  },
  "video_preview_type": {
    "label": "Video preview type",
    "format": "text"
  },
  "keyword": {
    "label": "Search keyword",
    "format": "text"
  },
  "sortSource": {
    "label": "Sort source",
    "format": "text"
  },
  "timestamp": {
    "label": "Published",
    "format": "date"
  },
  "update_time": {
    "label": "Updated",
    "format": "date"
  },
  "last_update_time": {
    "label": "Last updated",
    "format": "date"
  },
  "has_music": {
    "label": "Has music",
    "format": "boolean"
  },
  "cover_image_index": {
    "label": "Cover image index",
    "format": "number"
  },
  "tag_info": {
    "label": "Tag",
    "format": "object"
  },
  "note_attributes": {
    "label": "Attributes",
    "format": "array"
  },
  "at_user_list": {
    "label": "Mentioned users",
    "format": "array"
  },
  "geo_info": {
    "label": "Geo",
    "format": "object"
  },
  "click_score": {
    "label": "Click score",
    "format": "number"
  },
  "result_from": {
    "label": "Result source",
    "format": "text"
  },
  "xsec_token": {
    "label": "Share token",
    "format": "text"
  },
  "id": {
    "label": "Note ID",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RedNote (Xiaohongshu) Search Scraper - 500 Notes/30s](https://apify.com/zen-studio/rednote-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zen-studio/rednote-search-scraper) to learn more, explore other use cases, and run it yourself.