TikTokクリエイターの動画を取得

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

持久化データベースからTikTokクリエイターの動画をページ単位で返します。各項目には投稿日時、キャプション、エンゲージメント数が含まれ、パフォーマンス推移の把握や代表コンテンツの選定に適しています。

GET/api/v1/tiktok/user/videos

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

プラットフォーム共通パス

/api/v1/{platform}/user/videos

利用可能なプラットフォーム

リクエストパラメータ

必須パラメータ

名前位置型説明
unique_idquerystringunique_id
example: nike

任意パラメータ

名前位置型説明
publish_at_startquerystringPublish time from
example: 2025-01-01
publish_at_endquerystringPublish time to
example: 2025-01-31
video_idquerystringVideo ID
example: 7437208265911455006
is_paidquerystringSponsored video (1 = yes)
example: 1
sort_byquerystringSort field (publish_at, view_count, engagement_rate)
example: publish_at
sort_orderquerystringSort direction (asc, desc), default desc
example: desc
pagequeryintegerPage number
page_sizequeryintegerPage size

レスポンスフィールド

名前型説明
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/videos
ダッシュボードのAPIキーを選択
リクエストを送信する前にAPIキーを入力してください。ダッシュボードを開く

クエリパラメータ

unique_id*
publish_at_start
publish_at_end
video_id
is_paid
sort_by
sort_order
page
page_size

cURL の例

bash
curl -X GET "https://openapi.scdata.cc/api/v1/tiktok/user/videos?unique_id=nike" \
-H "Authorization: YOUR_API_KEY"

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

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": {
"items": [
{
"video_id": "7508413737670413614",
"description": "Things you might experience on Fly Vini Airlines with captain @Vini Jr.: speed, samba and smiles. #NikeFootball ",
"video_url": "https://www.tiktok.com/@nike/video/7508413737670413614",
"cover_url": "https://img.scrumball.cn/tiktok/FuaboiN2W8mT6WnSCI9Qs1Ywo9LE?imageView2/2/w/300",
"duration_second": 32,
"tags": [
"nikefootball"
],
"publish_at": "2025-05-26 00:00:39",
"view_count": 188037,
"share_count": 293,
"like_count": 8058,
"comment_count": 162,
"like_rate": "0.04",
"view_follower_rate": "0.03",
"engagement_rate": "4.53",
"video_author_nickname": "Nike",
"video_author_unique_id": "nike",
"video_author_url": "https://www.tiktok.com/@nike",
"video_author_follower_count": 7393587,
"last_update_at": "2025-06-06 15:43:28"
}
],
"total": 704,
"page": 1,
"page_size": 1,
"total_pages": 704
}
}

ユースケース

  • コンテンツ実績のレビュー — クリエイターの最新動画のエンゲージメントを比較し、どの形式やテーマが受けているかを把握します。
  • ブランドセーフティ確認 — 提携前に最近のキャプションやテーマを確認し、クリエイターのコンテンツがブランドに合うかを判断します。

関連エンドポイント