# 微博热搜 API | Weibo hot search

**Use case:** 

微博热搜 / Weibo hot search with SocialDataX. 获取微博热搜榜和热门趋势数据，导出热门话题、排名、热度、标签和相关元数据，适合趋势观察、舆情监测、内容选题、CSV、Excel、JSON 和 API workflows。

## Input

```json
{
  "operation": "search_hot_list",
  "keyword": "露营",
  "sort_type": "hot",
  "max_items": 50,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "keyword": {
    "label": "Keyword",
    "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 [微博 / Weibo API - 热搜、搜索、评论、用户数据](https://apify.com/socialdatax/socialdatax-weibo-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-weibo-data-api) to learn more, explore other use cases, and run it yourself.