# 小红书最新旅游趋势监控

**Use case:** 

监控小红书最近一周的日本、韩国和旅行攻略笔记，导出最新内容与互动指标，用于旅游趋势和选题研究。

## Input

```json
{
  "keywords": [
    "日本旅游攻略",
    "韩国旅游",
    "旅行攻略"
  ],
  "maxResults": 200,
  "topUpFromOtherSorts": false,
  "sortType": "time_descending",
  "noteType": "all",
  "timeFilter": "1w"
}
```

## 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.