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

solari catalog instagram account posts

Instagram アカウントの投稿です。

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

概要

Instagram アカウントの投稿をメディア、タグ、いいね付きで一覧します。日付や形式で絞れます。

どんなときに使うかプロフィールのプレビューでは足りないときや、期間・形式で分けたいときに使います。

何が返るか投稿の一覧です。カルーセルの全枚と、タグされたアカウント・ハッシュタグも付きます。

パラメータ

account_idstring任意
account_id。これか username を渡します。uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
usernamestring任意
Instagram のユーザー名。account_id があるときは無視されます。≤ 64 chars
limitinteger任意
1ページあたりの件数。≥ 1
offsetinteger任意
先頭から何件飛ばすか。既定値 0≥ 0
sincestring任意
この UTC 日付以降の投稿だけ (YYYY-MM-DD)。pattern ^\d{4}-\d{2}-\d{2}$
untilstring任意
この UTC 日付以前の投稿だけ (YYYY-MM-DD)。pattern ^\d{4}-\d{2}-\d{2}$
post_typeenum任意
reel、video、photo、carousel のいずれかに絞ります。reelvideophotocarousel

レスポンス

Response

foundboolean
Instagram にないユーザー名なら false です。
account_id / usernamestring
特定したアカウント。
totalinteger
フィルタに一致した投稿。
has_moreboolean
次のページがあるか。
itemsobject[]
投稿です。新しい順です。
fetched_on_demandboolean
まだ直近の投稿しかないとき true。

items[]

post_iduuid
SOLARI の post_id。
slugstring
Instagram のショートコード。
urlstring
公開パーマリンク。
post_typestring
reel、video、photo、または carousel。
posted_attimestamp
投稿日時(UTC)。
textstring
キャプション。
like_count / comment_count / play_countinteger
エンゲージメント。
media_countinteger
メディアの枚数。
is_paid_partnershipboolean | null
Instagram の有料パートナーシップラベル。
mediasobject[]
カルーセル順の全メディア。
medias[].tagsobject[]
メディアにタグされたアカウントとハッシュタグ。
thumbnail_urlstring
サムネイル。

リクエスト

$ solari catalog instagram account posts username=innisfreeofficial limit=2

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

{
  "found": true,
  "account_id": "018cabce-14cc-7544-8890-7811ec33ef74",
  "username": "innisfreeofficial",
  "fetched_on_demand": false,
  "total": 4196,
  "has_more": true,
  "items": [
    {
      "post_id": "01a06275-d974-7fda-98ee-dd3ee15b4dcf",
      "slug": "DcyMAmUh6FZ",
      "url": "https://www.instagram.com/p/DcyMAmUh6FZ/",
      "post_type": "reel",
      "posted_at": "2026-09-02T12:00:06+00:00",
      "text": "Deeply hydrated skin—NO OFF HOURS. 💚\nwherever the day takes MINGYU (@min9yu_k)—his hydration stays SUPERCHARGED ⚡️\n\nGreen Tea Ceramide Milk: Lightweight milky toner that won‘t clog your pores\nGreen Tea Ceramide Mist: Tou …",
      "like_count": 3224,
      "comment_count": 57,
      "play_count": 22467,
      "media_count": 1,
      "is_paid_partnership": false,
      "medias": [
        {
          "media_type": "video",
          "media_url": "https://smr-images-b.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.mp4",
          "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.m …",
          "video_duration": 23.868000030517578,
          "tags": []
        }
      ],
      "thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.m …"
    },
    "… 1 more"
  ]
}

MCP 呼び出しとして

{
  "name": "solari_catalog_instagram_account_posts",
  "arguments": {
    "username": "innisfreeofficial",
    "limit": 2
  }
}

注意点

  • since と until は UTC 日付で、両端を含みます。
  • post_type=reel はショート動画です。video は reel 以外の動画です。
  • This reads the catalog only. If the username is missing, call solari fetch instagram posts username=… then retry.

機械可読な形式: /docs/tools/catalog-instagram-account-posts.md