WellbyteWellbyte

GET /v1/douyin/creator/fetch_creator_hot_course

获取创作者热门课程

stable · 2 credits / 次(成功才计)

获取抖音创作者平台热门课程数据或精选专题课程;order: 排序方式 (1=推荐排序, 2=最受欢迎, 3=最新上传);limit: 每页数量 (建议24,范围1-100);offset: 偏移量 (起始位置);category_id: 精选专题分类ID (不传则获取热门课程,传入则获取指定分类的精选专题);可选值;- 6976547830546582816: 知识品类;- 6976547923849006336: 生活品类;- 6976547940311633165: 娱乐品类;- 6976547972108635404: 美食品类;- 6980288134957272352: 正能量;- 6980288181744766219: 游戏品类;- 6980288219548011776: 通用;热门课程数据或精选专题课程数据

注册即送 500 credits,用自己的 Key 试调。 免费注册

请求

curl -s 'https://api.wellbyte.net/v1/douyin/creator/fetch_creator_hot_course?limit=24&order=1&offset=0&category_id=demo' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
total:33
offset:24
has_more:1
course_list[ 2 items ]
status_code:0
category_name:""
selected_topic_categories:null
}
meta{
endpoint:"douyin.creator.fetch_creator_hot_course"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

还没有调用记录。先跑通一次,再换成你的数据。

    请求参数

    参数类型位置必填说明示例
    limitintegerquery每页数量24
    orderintegerquery排序方式1
    offsetintegerquery偏移量0
    category_idstringquery精选专题分类IDdemo

    响应字段

    字段字典待补 —— 右侧可执行区可直接看到真实结构。

    错误码

    codeHTTP含义是否计费
    40001400参数缺失或格式错误
    40102401API Key 无效或已吊销
    40201402余额不足,请充值
    40402404目标资源不存在
    42201422质量门槛未通过
    42901429超出速率限制
    50401504上游超时
    50201502上游返回异常

    计费

    成功扣 2 credits;任何失败(含上游 200 但未过质量门槛)扣 0。

    搜索

    搜索端点与文档