instagram · catalog · accountsolari:readWorks with any signed-in SOLARI account.
solari catalog instagram account profile
An Instagram account's profile, performance, and recent posts.
- MCP tool
- solari_catalog_instagram_account_profile
- CLI
- solari catalog instagram account profile
- Access
- solari:readWorks with any signed-in SOLARI account.Works with any signed-in SOLARI account.
- Required plan
- Free
- Credit
- 0
Overview
An Instagram account's profile, view metrics, and a preview of recent posts and collaborations.
When to use it — When you want a full picture of an account. Recent posts and collabs come with it.
What comes back — Profile, performance, and recent posts and collabs.
Parameters
- account_idstringoptional
- Pass 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
- Instagram username. Ignored when account_id is set.≤ 64 chars
Response
Response
- user_iduuid
- The account_id.
- username / full_name / biostring
- Username, display name, and bio.
- follower_count / following_countinteger
- Follower and following counts.
- total_post_countinteger
- Lifetime post count.
- post_count_3minteger
- Posts in the last 3 months.
- is_verifiedboolean
- Verification badge.
- account_typestring
- Account character inferred by SOLARI (brand, creator, …).
- median_views_curinteger
- Median views in the current window.
- total_views_curinteger
- Total views in the current window.
- ad_count_curinteger
- Sponsored posts in the current window.
- median_views_growth_m1number
- Median-view change vs. the previous month, as a ratio.
- total_views_growth_m1number
- Total-view change vs. the previous month, as a ratio.
- median_views_region_pctnumber
- Median-view percentile within the region, 0–1.
- total_views_region_pctnumber
- Total-view percentile within the region, 0–1.
- recent_postsobject[]
- Recent post previews.
- recent_collabsobject[]
- Recent ad-collaboration previews.
- fetched_on_demandboolean
- true if the account was fetched live on this call.
Example
Request
$ solari catalog instagram account profile username=innisfreeofficialResponse · Long strings and repeated array entries are trimmed for readability.
{
"user_id": "018cabce-14cc-7544-8890-7811ec33ef74",
"username": "innisfreeofficial",
"full_name": "INNISFREE | 이니스프리",
"bio": "NATURE MEETS KOREAN SKIN SCIENCE",
"profile_pic_url": "https://dcr.bzine.co/instagram/users/innisfreeofficial/profile-picture",
"follower_count": 847619,
"total_post_count": 4131,
"post_count_3m": 100,
"following_count": 17,
"is_verified": true,
"median_views_cur": 12409,
"ad_count_cur": 0,
"total_views_cur": 685771,
"median_views_growth_m1": 0.04956440835659308,
"total_views_growth_m1": 0.39407867587418205,
"median_views_region_pct": 0.1736183168163037,
"total_views_region_pct": 0.1457900950723917,
"recent_posts": [
{
"post_id": "01a06275-d974-7fda-98ee-dd3ee15b4dcf",
"slug": "DcyMAmUh6FZ",
"media_type": "video",
"media_url": "https://smr-images-b.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.mp4",
"thumbnail_url": "https://bzine.co/cdn-cgi/media/width=480,mode=frame,time=0ms/https://smr-images.bzine.co/users/018cabce-14cc-7544-8890-7811ec33ef74/posts/01a06275-d974-7fda-98ee-dd3ee15b4dcf/medias/01a06275-db2b-77f7-a020-b4beb744771f.m …",
"text": "Deeply hydrated skin—NO OFF HOURS. 💚\nwherever the day takes MINGYU (@min9yu_k)—his hydration stays SUPERCHARGED ⚡️\n\nGreen Tea Ceramide Milk: Lightweight milky toner that won‘t clog your pores\nGreen Tea Ceramide Mist: Tou …",
"play_count": 22467,
"like_count": 3224,
"video_media_count": 0,
"media_count": 1
},
"… 5 more"
],
"recent_collabs": [],
"account_type": "brand",
"fetched_on_demand": false
}As an MCP call
{
"name": "solari_catalog_instagram_account_profile",
"arguments": {
"username": "innisfreeofficial"
}
}Notes
- This reads the catalog only. If the username is missing, call solari fetch instagram account username=… then retry.
- A not-found error means the handle is not in the catalog.
Related tools
- solari_catalog_instagram_account_postsPosts from an Instagram account.
- solari_insight_instagram_account_collabsAn Instagram creator's recent collaborations.
- solari_catalog_tiktok_account_profileA TikTok account's profile and recent posts.
Machine-readable: /docs/tools/catalog-instagram-account-profile.md