Get Post Details
get_post_detailsFetch structured details for any Instagram post or reel, including media type, caption, engagement metrics, video URL, and audio info.
Instructions
Get detailed post/reel information with structured data.
Returns structured data including:
id, shortcode, url
caption, timestamp
media_type (reel, video, image, carousel)
video_url, thumbnail_url
engagement (likes, views, comments, shares)
audio info (for reels)
Args: post_url: Full Instagram post URL ctx: FastMCP context for progress reporting include_comments: Whether to include comments in the response
Returns: Dict with structured post data: { url, id, shortcode, media_type, caption, timestamp, video_url, thumbnail_url, engagement: {likes, views, comments, shares}, audio: {audio_name, audio_artist}, sections: {main: text} (legacy format) }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | ||
| include_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||