instagram · insight · accountsolari:readWorks with any signed-in SOLARI account.
solari insight instagram account ad posts
An Instagram creator's ad posts.
- MCP tool
- solari_insight_instagram_account_ad_posts
- CLI
- solari insight instagram account ad posts
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
Sponsored posts from an Instagram creator.
When to use it — When you need the ad posts themselves, not a summary.
What comes back — Ad posts, newest first.
Parameters
- account_idstringoptional
- Pass the creator's account_id or 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)$
- usernamestringoptional
- Creator username. Ignored when account_id is set.≤ 64 chars
- monthsintegeroptional
- How many months back to look.≥ 1
- limitintegeroptional
- How many rows per page.≥ 1
- offsetintegeroptional
- How many rows to skip.default
0≥ 0 - targetstringoptional
- Limit to one brand — account_id or username.≤ 64 chars
Response
Response
- account_id / usernamestring
- The resolved creator.
- monthsinteger
- Lookback window applied.
- totalinteger
- Total rows.
- has_moreboolean
- Whether there is another page.
- itemsobject[]
- Post–brand pairs.
items[]
- post_id / slug / urlstring
- Post identifiers and public link.
- post_typestring
- reel, video, photo, or carousel.
- posted_attimestamp
- Published at (UTC).
- textstring
- Caption.
- like_count / comment_count / play_countinteger
- Engagement.
- media_countinteger
- Number of medias.
- is_paid_partnershipboolean | null
- Instagram paid-partnership label.
- target_account_id / target_usernamestring
- The brand on the row.
Example
Request
$ solari insight instagram account ad posts username=beinny_motd months=6 limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"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"
]
}As an MCP call
{
"name": "solari_insight_instagram_account_ad_posts",
"arguments": {
"username": "beinny_motd",
"months": 6,
"limit": 2
}
}Notes
- target limits results to one brand. Pass the brand's account_id or username.
Related tools
- solari_insight_instagram_account_collabsAn Instagram creator's recent collaborations.
- solari_insight_instagram_brand_ad_postsAn Instagram brand's ad posts.
Machine-readable: /docs/tools/insight-instagram-account-ad-posts.md