# 小红书搜索热榜 API | Xiaohongshu XHS hot list

**Use case:** 

获取小红书 / Xiaohongshu / XHS / RedNote 搜索热榜与热门趋势，导出热词、热度和排序信息，适合趋势分析、选题研究和表格处理。

## Input

```json
{
  "operation": "search_hot_list",
  "keyword": "露营",
  "sort_type": "general",
  "note_type": "all",
  "publish_time_range": "all",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "hot_value": {
    "label": "Hot value",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_item_count": {
    "label": "Page item count",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [小红书数据 API | SocialDataX Xiaohongshu XHS RedNote](https://apify.com/socialdatax/socialdatax-xhs-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-xhs-data-api) to learn more, explore other use cases, and run it yourself.