instagram · insight · accountsolari:readサインイン済みの SOLARI アカウントであれば利用できます。
solari insight instagram account ad posts
Instagram クリエイターの広告投稿です。
- MCP ツール
- solari_insight_instagram_account_ad_posts
- CLI
- solari insight instagram account ad 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任意
- クリエイターのユーザー名。account_id があるときは無視されます。≤ 64 chars
- monthsinteger任意
- 何ヶ月前まで見るか。≥ 1
- limitinteger任意
- 1ページあたりの行数。≥ 1
- offsetinteger任意
- 先頭から何行飛ばすか。既定値
0≥ 0 - targetstring任意
- 指定したブランドだけ。account_id またはユーザー名。≤ 64 chars
レスポンス
Response
- account_id / usernamestring
- 特定したクリエイター。
- monthsinteger
- さかのぼった期間。
- totalinteger
- 行の総数。
- has_moreboolean
- 次のページがあるか。
- itemsobject[]
- 投稿とブランドのペア。
items[]
- post_id / slug / urlstring
- 投稿の識別子と公開リンク。
- post_typestring
- reel、video、photo、または carousel。
- posted_attimestamp
- 投稿日時(UTC)。
- textstring
- キャプション。
- like_count / comment_count / play_countinteger
- エンゲージメント。
- media_countinteger
- メディアの枚数。
- is_paid_partnershipboolean | null
- Instagram の有料パートナーシップラベル。
- target_account_id / target_usernamestring
- 行が属するブランド。
例
リクエスト
$ solari insight instagram account ad posts username=beinny_motd months=6 limit=2レスポンス · 読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。
{
"account_id": "018ecc75-55d8-70a7-a348-d370aa504ed9",
"username": "beinny_motd",
"months": 6,
"total": 12,
"has_more": true,
"items": [
{
"post_id": "01a05575-7c9b-7232-8519-4a38fa061389",
"slug": "DcpugJ2kzv8",
"url": "https://www.instagram.com/p/DcpugJ2kzv8/",
"post_type": "carousel",
"posted_at": "2026-08-30T05:08:56Z",
"text": "#광고 무겁지 않은 가을 데일리 팔레트 로즈밀크티 . .🫖🤎\n차분하고 미지근한 로즈핑크 팔레트인데\n부드러운 밀크티 무드라서 분위기가 넘 예뻐요..🥺\n\n데이지크에서 올리브영 X 산리오 콜라보\n시티팝 에디션으로 미니섀도우팔레트 4종이 출시되는데\n그 중 자주 추천드렸던 로즈밀크티, 밀크라떼가 있더라구요 !\n\nNEW 컬러 피치레코드, 모브카세트도 출시되어요🤍\n도시의 아침과 저녁 무드를 담은 데일리한 …",
"like_count": 878,
"comment_count": 19,
"play_count": 0,
"media_count": 15,
"is_paid_partnership": null,
"target_account_id": "018cab85-8ef8-7dc9-ab0a-7044d463f65e",
"target_username": "dasique_official"
},
"… 1 more"
]
}MCP 呼び出しとして
{
"name": "solari_insight_instagram_account_ad_posts",
"arguments": {
"username": "beinny_motd",
"months": 6,
"limit": 2
}
}注意点
- target を付けると指定したブランドだけになります。account_id かユーザー名を渡せます。