获取抖音音乐榜数据/Get Douyin music hot search list data

Douyinapi

About

获取抖音音乐榜数据/Get Douyin music hot search list data

Documentation

获取抖音音乐榜数据/Get Douyin music hot search list data

[中文]

用途:

  • 获取抖音音乐热榜数据

参数:

  • chart_type: 榜单类型,默认值为'hot',支持下面的值:
    • 'hot': 热门榜
    • 'trending': 飙升榜
    • 'original': 原创榜
  • cursor: 游标,默认值为'0',用于分页获取数据,每次请求后会返回下一个游标值,并且通过 has_more 字段指示是否有更多数据可供获取。

返回:

  • 音乐热搜榜数据

[English]

Purpose:

  • Get Douyin music hot search list data

Parameters:

  • chart_type: Chart type, default value is 'hot', supports the following values:
    • 'hot': Hot chart
    • 'trending': Trending chart
    • 'original': Original chart
  • cursor: Cursor, default value is '0', used for paginating data retrieval. After each request, the next cursor value will be returned, and the has_more field indicates whether there is more data available.

Return:

  • Music hot search list data

[示例/Example]

chart_type = "hot" cursor = "0"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取抖音音乐榜数据/Get Douyin music hot search list data

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models