WellbyteWellbyte

GET /v1/tiktok/app/v3/fetch_live_room_product_list

获取直播间商品列表数据

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

获取直播间商品列表数据;room_id: 直播间id,必填参数。;author_id: 主播id,必填参数。;page_size: 每页数量,可选参数,默认为15。;offset: 翻页游标,可选参数,默认为0,每次翻页增加15。;region: 地区,可选参数,默认为`US`,如果使用其他地区,如:`VN`,请自行携带Cookie,否则无法获取数据。;cookie: 用户自己的cookie,可选参数,用于爬取除`US`以外的地区数据。;参数获取;第一步:使用接口`f"{_Domain}/api/v1/tiktok/web/get_live_room_id"`接口获取直播间id(room_id)。;第二步:使用接口`f"{_Domain}/api/v1/tiktok/app/v3/fetch_live_room_info"`接口获取直播间信息。;第三步:使用第二步返回的JSON数据中使用…

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

请求

curl -s 'https://api.wellbyte.net/v1/tiktok/app/v3/fetch_live_room_product_list?cookie=demo&offset=NaN&region=demo&room_id=7420741353250507562&author_id=7408859677050274859&page_size=NaN' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
popup:null
total:0
hot_tags:null
products[ 0 items ]
cart_entry:null
bonus_entry:null
pop_product:null
server_time:1787677275837
coupon_entry:null
introduce_id:"0"
cart_meta_bar:null
pop_bag_index:0
bag_prom_logos:null
all_product_ids:null
preview_version:""
promotion_style:
"{"price_ui_config":{ "configs": { "shop_bag": ..."
voucher_content{ 4 items }
AIGC_term_banner:null
intelligent_sort:false
buy_button_config{ 2 items }
order_entry_schema:""
atmosphere_tag_info:null
live_bag_minimalism:0
pin_atmosphere_tags:null
suggested_word_entry:null
voucher_display_info:null
live_bag_entry_layout{ 7 items }
promotion_display_info:null
coupons_activity_ui_type:3
product_unavailable_info:null
flash_sale_atmosphere_info[ 0 items ]
flash_sale_refresh_control{ 4 items }
live_bag_and_pin_card_type:0
}
meta{
endpoint:"tiktok.app.v3_fetch_live_room_product_list"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

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

    请求参数

    参数类型位置必填说明示例
    cookiestringquery用户自己的cookiedemo
    offsetintegerquery数量demo
    regionstringquery地区demo
    room_idstringquery直播间id7420741353250507562
    author_idstringquery主播id7408859677050274859
    page_sizeintegerquery数量demo

    响应字段

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

    错误码

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

    计费

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

    搜索

    搜索端点与文档