All tools
instagram · catalog · contentsolari:readWorks with any signed-in SOLARI account.

solari catalog instagram content batch

Several Instagram posts at once.

MCP tool
solari_catalog_instagram_content_batch
CLI
solari catalog instagram content batch
Access
solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
Required plan
Free
Credit
0

Overview

Load captions and metrics for a list of post ids. Ids that cannot be found are skipped.

When to use itWhen you have ids from brand overview or a feed and want the posts.

What comes backThe posts that were found.

Parameters

post_idsuuid[]required
post_ids to load, up to 100.1–100 items, uuid
sortenumoptional
Order by newest, or by engagement.default "recent"Valuesrecentengagement

Response

Response

itemsobject[]
The posts found.
requestedinteger
How many ids were sent.
foundinteger
How many resolved. Untracked ids are dropped, so this can be lower.

items[]

iduuid
Post id.
slugstring
Instagram shortcode.
textstring
Caption.
posted_attimestamp
Published at (UTC).
username / user_id / account_idstring
Authoring account.
like_count / comment_countinteger
Engagement.
play_countinteger | null
Video plays.
media_typestring
Post format.

Example

Request

$ solari catalog instagram content batch post_ids='["019f505f-f8be-7e88-ae08-6fba999950b1","019f5060-3449-779e-a08b-d6d49add90cd"]'

Response · Long strings and repeated array entries are trimmed for readability.

{
  "items": [
    {
      "id": "019f505f-f8be-7e88-ae08-6fba999950b1",
      "slug": "Dam_BYyJxtR",
      "text": "#광고 ₊✩‧₊˚ @innisfreeofficial ˚₊✩‧₊ \n공들인 나의 화장.. 찜통 더위에 무너져 내릴때\n이니스프리 노세범 선 파우더 하나면 고민 끝!\n\n유분 가득한 피부.. 꺼진 부위, 모공, 요철 부각되어\n10년은 늙어보이는 몰골에서 노세범 선 파우더 바르는\n즉시 핑크빛 필터를 씌운 듯~ 뽀용 피부 완성 ⭒˚.⋆\n\n노세범 맛집 답게 과다 피지와 유분을 즉각 흡착시키고\n무엇보다 가벼 …",
      "posted_at": "2026-07-10T10:34:01Z",
      "virtual_campaign": null,
      "username": "the_ketchap",
      "user_id": "018d3b53-c0c1-71cc-a44f-204f7d850267",
      "profile_picture_url": null,
      "like_count": 38579,
      "comment_count": 31,
      "thumbnail_url": null,
      "media_url": null,
      "media": [],
      "media_type": "reel",
      "play_count": 676825,
      "account_id": "018d3b53-c0c1-71cc-a44f-204f7d850267"
    },
    "… 1 more"
  ],
  "requested": 2,
  "found": 2
}

As an MCP call

{
  "name": "solari_catalog_instagram_content_batch",
  "arguments": {
    "post_ids": [
      "019f505f-f8be-7e88-ae08-6fba999950b1",
      "019f5060-3449-779e-a08b-d6d49add90cd"
    ]
  }
}

Notes

  • This takes SOLARI post ids only. Shortcodes go to content detail as slug.

Machine-readable: /docs/tools/catalog-instagram-content-batch.md