# 微信视频号热榜 API | WeChat Channels hot list

**Use case:** 

获取微信视频号热榜，使用 SocialDataX 导出结构化 WeChat Channels hot list data，包括排名和热点关键词，适合趋势观察、内容选题、CSV、Excel 和 API workflows。

## Input

```json
{
  "operation": "search_hot_list",
  "keyword": "露营",
  "sort_type": "all",
  "duration_range": "all",
  "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"
  },
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "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 [微信视频号 / WeChat Channels API - 热搜、搜索、评论、用户数据](https://apify.com/socialdatax/socialdatax-wechat-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-wechat-data-api) to learn more, explore other use cases, and run it yourself.