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

solari catalog instagram content search

Instagram のキャプション、Bio、動画の文字起こしを検索するときに使います。

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

概要

KR、JP、US、TW で追跡中の Instagram 投稿をキーワードで探します。だいたい直近 6 ヶ月です。

どんなときに使うかある話題の投稿がほしいときに使います。件数が答えなら content aggregate です。

何が返るか関連の高い順の投稿です。当たった文言はハイライトされます。

パラメータ

querystring必須
探す語句。
regionenum任意
KR、JP、US、TW。既定値 "KR"KRJPUSTW
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}$

レスポンス

Response

query / regionstring
適用した query と国。
totalinteger
一致した総数。10,000 までは正確で、そこから先は止まります。
took_msinteger
検索時間。
itemsobject[]
ヒットです。スコアの高い順です。

items[]

post_iduuid
SOLARI の post_id。
slugstring
Instagram のショートコード。
account_id / author_id / usernamestring
投稿したアカウント。
captionstring
キャプション。
user_biostring
投稿者の Bio。検索対象テキストの一部です。
transcription_textstring | null
動画の音声の文字起こし。
posted_attimestamp
投稿日時(UTC)。
like_count / comment_countinteger
エンゲージメント。
follower_countinteger
投稿者のフォロワー数。
scorenumber
関連度スコア。このレスポンス内でのみ比較できます。
highlightobject
フィールドごとの一致箇所。caption、user_bio、transcription_text。
is_videoboolean
投稿が動画か。

リクエスト

$ solari catalog instagram content search query="이니스프리 그린티" limit=3

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

{
  "query": "이니스프리 그린티",
  "region": "KR",
  "total": 10000,
  "took_ms": 1586,
  "items": [
    {
      "post_id": "019f12d8-3e72-78e9-b7e5-39293bc56f23",
      "author_id": "019f12d8-3e0f-7c74-afc6-e14405bd1523",
      "username": "hanydiary",
      "caption": "[이니스프리에디터 4기 1-2 : 그린티 PDRN 아이&립 세럼] #이니스프리 #그린티PDRN 💚 자세한 포스팅은 프로필 링크 참고해주세요 :)",
      "user_bio": "대외활동 | 휴학생 | 취준일기 🪽과 학생회 2년 연임 🪽이니스프리 대학생 에디터 3기 / 4기",
      "transcription_text": null,
      "posted_at": "2026-02-16T05:44:45Z",
      "like_count": 3,
      "comment_count": 3,
      "follower_count": 972,
      "score": 140.43787,
      "slug": "DUzrl1UkoJb",
      "highlight": {
        "caption": [
          "[<mark>이니스프리</mark>에디터 4기 1-2 : <mark>그린티</mark> PDRN 아이&립 세럼] #이니스프리 #그린티PDRN 💚 자세한 포스팅은 프로필 링크 참고해주세요 :)"
        ],
        "user_bio": [
          "대외활동 | 휴학생 | 취준일기 🪽과 학생회 2년 연임 🪽<mark>이니스프리</mark> 대학생 에디터 3기 / 4기"
        ],
        "transcription_text": []
      },
      "is_video": false,
      "media_url": null,
      "thumbnail_url": null,
      "account_id": "019f12d8-3e0f-7c74-afc6-e14405bd1523"
    },
    "… 2 more"
  ]
}

MCP 呼び出しとして

{
  "name": "solari_catalog_instagram_content_search",
  "arguments": {
    "query": "이니스프리 그린티",
    "limit": 3
  }
}

注意点

  • since がだいたい 6 ヶ月より前だと結果は空です。
  • total は 10,000 まで数えて、そこから先は止まります。

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