# Scrape Xiaohongshu Chongqing Hotpot Notes

**Use case:** 

Scrape Xiaohongshu (RedNote) Chongqing hotpot (重庆火锅) notes - likes, saves, comments, creators & media. Export to JSON or CSV.

## Input

```json
{
  "operation": "search_notes",
  "keywords": [
    "重庆火锅"
  ],
  "maxItems": 100,
  "searchSort": "general",
  "noteType": "all",
  "timeFilter": "all",
  "commentSort": "latest"
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "note_url": {
    "label": "Note URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "desc": {
    "label": "Description",
    "format": "string"
  },
  "author_nickname": {
    "label": "Creator",
    "format": "string"
  },
  "liked_count": {
    "label": "Likes",
    "format": "integer"
  },
  "collected_count": {
    "label": "Saves",
    "format": "integer"
  },
  "comments_count": {
    "label": "Comments",
    "format": "integer"
  },
  "shared_count": {
    "label": "Shares",
    "format": "integer"
  },
  "note_type": {
    "label": "Note type",
    "format": "string"
  },
  "create_time": {
    "label": "Published (ISO)",
    "format": "string"
  },
  "ip_location": {
    "label": "IP location",
    "format": "string"
  },
  "input": {
    "label": "Input",
    "format": "string"
  }
}
```

## About this Actor

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