WellbyteWellbyte

GET /v1/douyin/index/fetch_report_detail

获取报告详情

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

获取指定趋势报告的完整详情;包含报告标题、封面、发布时间、所属产品、正文内容、图片资源、PDF 下载链接等;report_id: 报告 ID(字符串),可从 fetch_report_search 或 fetch_insight_recommend;返回结果中获取;报告完整数据:title, cover, publish_time, business, content, images, pdf_url 等

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

请求

curl -s 'https://api.wellbyte.net/v1/douyin/index/fetch_report_detail?report_id=1081' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
id:"1081"
type:"趋势洞察"
cover[ 1 item ]
title:"2024抖音公路旅行趋势灵感指南"
author:"抖音"
content:""
business[ 0 items ]
category:"6"
industry[ 0 items ]
keywords:"抖音 自驾"
visit_cnt:"6422"
post_files[ 1 item ]
create_user:"1070357"
result_type:""
display_time:"2024-09-13"
download_cnt:"1436"
html_content:
"["lf3-trendinsight.bytetos.com/obj/ad-count-platform/【终版】2024抖音公路旅行趋势灵感指南-2024年9..."
introduction:
"“之前我一直都不知道这个国家有多美,直到开始公路旅行。” 这是电影《绿皮书》中的一段经典台词,同时也印证了公路的极大魅力。 公路本身所代表的未知、自由让年轻人..."
union_result:false
coop_institution:""
}
meta{
endpoint:"douyin.index.fetch_report_detail"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

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

    请求参数

    参数类型位置必填说明示例
    report_idstringquery报告ID1081

    响应字段

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

    错误码

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

    计费

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

    搜索

    搜索端点与文档