TikTokクリエイターのライブ配信を取得

13 件のエンドポイント • ベース: https://openapi.scdata.cc

TikTokクリエイターが実施したライブコマース配信を、各回の視聴者数と売上とともに返します。クォータ消費の大きいプレミアムなコマースエンドポイントです。

GET/api/v1/tiktok/user/shop/live/list

クォータ消費: このエンドポイントへの成功したリクエスト 1 件あたり、プランのクォータが 10 単位消費されます。

リクエストパラメータ

必須パラメータ

名前位置型説明
unique_idquerystringunique_id
example: popmart.usshop

任意パラメータ

名前位置型説明
sort_fieldquerystringSort field: live_revenue_amount, live_view_count, live_price, live_revenue_per_thousand
sort_typequerystringSort order: asc = ascending, desc = descending
pagequeryintegerPage number

レスポンスフィールド

名前型説明
successbooleanSuccess
codeintegerCode
messagestringMessage
dataobject-
data.itemsarray<object>Items
data.totalintegerTotal
data.pageintegerPage
data.page_sizeintegerPage Size
data.total_pagesintegerTotal Pages

お試し実行

https://openapi.scdata.cc/api/v1/tiktok/user/shop/live/list
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

unique_id*
sort_field
sort_type
page

cURL の例

bash
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/shop/live/list?unique_id=popmart.usshop" \
-H "Authorization: YOUR_API_KEY"

レスポンス例 (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"items": [
{
"live_name": "SKULLPANDA Launch!",
"live_cover_url": "https://d3uucz7wx6jq40.cloudfront.net/tiktok.live/7541145940804029239/cover.png",
"live_start_time": "08/22 05:00",
"live_end_time": "08/22 17:08",
"live_duration": "12.1h",
"live_revenue_amount": "405921.55",
"live_view_count": 1647040,
"live_price": "43.76",
"live_revenue_per_thousand": "246.45"
}
],
"total": 35,
"page": 1,
"page_size": 10,
"total_pages": 4
}
}

ユースケース

  • ライブ配信者の選定 — ライブコマースイベント向けに、安定した視聴者を持つクリエイターを選びます。
  • ライブ実績のベンチマーク — クリエイターの過去の配信実績から現実的な売上目標を設定します。

関連エンドポイント