# 快手热榜 API | Kuaishou Kwai hot list

**Use case:** 

快手热榜 API，导出快手热门趋势、关键词和热度数据，支持 CSV、Excel、JSON 和 Apify Dataset。Kuaishou / Kwai hot list data by SocialDataX.

## Input

```json
{
  "operation": "search_hot_list",
  "keyword": "露营",
  "max_items": 20,
  "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"
  },
  "hot_value": {
    "label": "Hot value",
    "format": "integer"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "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 [快手 / Kuaishou / Kwai API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-kuaishou-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-kuaishou-data-api) to learn more, explore other use cases, and run it yourself.