instagram · insight · brandsolari:readWorks with any signed-in SOLARI account.
solari insight instagram brand ad posts
An Instagram brand's ad posts.
- MCP tool
- solari_insight_instagram_brand_ad_posts
- CLI
- solari insight instagram brand ad posts
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
A brand's ad posts, with the creator attached.
When to use it — When you want the posts themselves, not just the totals.
What comes back — Ad posts. The total is exact only when sort=recent.
Parameters
- usernamestringrequired
- Brand Instagram username, without @.
- sortenumoptional
- recent walks the full window. engagement ranks a recent slice.default
"recent"Valuesrecentengagement - monthsintegeroptional
- How many months back to look.≥ 1
- limitintegeroptional
- How many posts per page.≥ 1
- offsetintegeroptional
- How many posts to skip.default
0≥ 0
Response
Response
- itemsobject[]
- Sponsored posts.
- totalinteger
- Exact count across the window when sort=recent.
- has_moreboolean
- Whether there is another page.
- ranking_windowinteger | null
- How far engagement ranking looked. Set when order covers a slice, not the whole window.
items[]
- iduuid
- Post id.
- slugstring
- Instagram shortcode.
- textstring
- Caption.
- posted_attimestamp
- Published at (UTC).
- username / user_id / account_idstring
- The authoring creator.
- like_count / comment_count / play_countinteger
- Engagement.
- media_typestring
- Post format.
- media / media_url / thumbnail_urlstring
- Media links.
- virtual_campaignobject | null
- Campaign grouping, when one is resolved.
Example
Request
$ solari insight instagram brand ad posts username=innisfreeofficial limit=2Response · Long strings and repeated array entries are trimmed for readability.
{
"items": [
{
"id": "01a062a0-2747-72eb-b20d-670cf30f2c96",
"slug": "DcygG05GrA-",
"text": "#광고 요즘 부쩍 신경 쓰이기 시작한 모공 고민을 직접 경험해보고 싶어 방문한 이니스프리 레티놀 시카 강의실 무빙 팝업💙\n\n업그레이드된 레티놀 시카 모공 흔적 앰플을 직접 테스트해볼 수 있을 뿐 아니라, 제품을 알아보고 체험할 수 있는 다양한 프로그램과 이벤트가 마련되어 있어 더욱 재미있게 둘러볼 수 있었어요.\n\n특히 오늘 방문했을 때는 정말 많은 분들이 찾아와서 놀랐는데요. 대기 줄이 길게 …",
"posted_at": "2026-09-02T14:56:19Z",
"virtual_campaign": null,
"username": "_mini_mming",
"user_id": "018caf92-e08a-78a2-b9c3-59f6f5740182",
"profile_picture_url": null,
"like_count": 384,
"comment_count": 4,
"thumbnail_url": null,
"media_url": null,
"media": [],
"media_type": "post",
"account_id": "018caf92-e08a-78a2-b9c3-59f6f5740182"
},
"… 1 more"
],
"total": 405,
"has_more": true,
"ranking_window": null
}As an MCP call
{
"name": "solari_insight_instagram_brand_ad_posts",
"arguments": {
"username": "innisfreeofficial",
"limit": 2
}
}Notes
- Pass a username. Unknown usernames return 404.
- sort=engagement only ranks a recent slice. ranking_window tells you how far it looked.
Related tools
- solari_insight_instagram_brand_ad_statsHow much an Instagram brand has advertised.
- solari_insight_instagram_account_ad_postsAn Instagram creator's ad posts.
Machine-readable: /docs/tools/insight-instagram-brand-ad-posts.md