# 抖音热榜 API | Douyin hot list

**Use case:** 

抖音热榜 API，导出抖音热门趋势、关键词、标签、热度和浏览量数据，支持 CSV、Excel、JSON 和 Apify Dataset。Douyin hot list data by SocialDataX.

## Input

```json
{
  "operation": "search_hot_list",
  "keyword": "露营",
  "sort_type": "general",
  "publish_time_range": "all",
  "duration_range": "all",
  "content_type": "all",
  "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"
  },
  "tag": {
    "label": "Tag",
    "format": "string"
  },
  "hot_value": {
    "label": "Hot value",
    "format": "integer"
  },
  "view_count": {
    "label": "View count",
    "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 [抖音 / Douyin API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-douyin-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-douyin-data-api) to learn more, explore other use cases, and run it yourself.