すべてのツール
tiktok · catalog · contentsolari:readサインイン済みの SOLARI アカウントであれば利用できます。

solari catalog tiktok content batch

複数の TikTok 投稿を一度に取得します。

MCP ツール
solari_catalog_tiktok_content_batch
CLI
solari catalog tiktok content batch
アクセス権
solari:readサインイン済みの SOLARI アカウントであれば利用できます。サインイン済みの SOLARI アカウントであれば利用できます。
Required plan
Free
Credit
0

概要

TikTok の投稿 id リストからキャプションと成果を読みます。見つからない id は飛ばします。

どんなときに使うか検索やアカウント投稿で得た id を一度に見たいときに使います。

何が返るか見つかった投稿だけが返ります。

パラメータ

post_idsuuid[]必須
読み込む TikTok 投稿 id。最大 100。1–100 items, uuid
sortenum任意
新しい順、またはエンゲージメント順。既定値 "recent"recentengagement
include_transcriptboolean任意
話し言葉の文字起こしを含めるか。既定値 false

レスポンス

Response

requestedinteger
送った id の件数。
foundinteger
特定できた件数。
itemsobject[]
見つかった投稿。

items[]

post_iduuid
TikTok の post_id。Instagram のものとは互換しません。
video_idstring
TikTok URL の公開数値 id。
urlstring
公開パーマリンク。
account_iduuid
投稿者の account_id。
usernamestring
投稿者のユーザー名。
post_typestring
video または carousel。
posted_attimestamp
投稿日時(UTC)。
captionstring
キャプション。
duration_secondsinteger
動画の長さ。
width / heightinteger
解像度。
play_countinteger
再生数。
like_countinteger
いいね数。
comment_countinteger
コメント数。
share_countinteger
シェア数。
collect_countinteger
保存数。
is_adboolean
TikTok の広告フラグ。
is_pinnedboolean
プロフィールにピン留めされているか。
aigc_label_typestring | null
AI コンテンツのラベル。TikTok が付けたときだけ入ります。
original_language_codestring | null
元の言語。
cover_urlstring
カバー画像 URL。
video_urlstring
動画ファイル URL。
imagesstring[]
カルーセルのスライド。video では空です。
hashtagsstring[]
キャプションのハッシュタグ。
mentionsstring[]
キャプションでメンションされたユーザー名。
transcriptstring | null
話し言葉の文字起こし。include_transcript=true のときだけ入ります。

リクエスト

$ solari catalog tiktok content batch post_ids='["01a0631e-f0df-7e9d-a09b-d84bc31d3834"]'

レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。

{
  "requested": 1,
  "found": 1,
  "items": [
    {
      "post_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
      "video_id": "7680375687139642645",
      "url": "https://www.tiktok.com/@innisfree_official/video/7680375687139642645",
      "account_id": "019b2137-f76e-7b33-9437-26044fa7b1ed",
      "username": "innisfree_official",
      "post_type": "video",
      "posted_at": "2026-09-02T12:00:00Z",
      "caption": "Deeply hydrated skin—NO OFF HOURS. 💚  wherever the day takes MINGYU—his hydration stays SUPERCHARGED ⚡️ Green Tea Ceramide Milk: Lightweight milky toner that won't clog your pores  Green Tea Ceramide Mist: Touch-free, fa …",
      "duration_seconds": 23,
      "width": 1080,
      "height": 1920,
      "play_count": 493,
      "like_count": 37,
      "comment_count": 2,
      "share_count": 0,
      "collect_count": 3,
      "is_ad": false,
      "is_pinned": false,
      "aigc_label_type": null,
      "original_language_code": null,
      "cover_url": "https://smr-images-b.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/cover.jpg",
      "video_url": "https://smr-images-b.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/origin.mp4",
      "images": [],
      "hashtags": [],
      "mentions": [],
      "transcript": null
    }
  ]
}

MCP 呼び出しとして

{
  "name": "solari_catalog_tiktok_content_batch",
  "arguments": {
    "post_ids": [
      "01a0631e-f0df-7e9d-a09b-d84bc31d3834"
    ]
  }
}

注意点

  • SOLARI の投稿 id だけを受けます。数字の video id は content detail の video_id に渡してください。
  • TikTok の投稿 id と Instagram の投稿 id は互換しません。

機械可読な形式: /docs/tools/catalog-tiktok-content-batch.md