instagram_get_media
Retrieve complete post details including media URLs, caption, tagged users, and album contents from an Instagram URL, shortcode, or ID.
Instructions
Get everything about one post, including media URLs and tagged users.
Use after a listing tool when you need the full caption, the downloadable photo/video URLs, or the contents of an album.
Args: media: A post URL, a shortcode, or a numeric media id.
Returns: media_id, code, url, type, taken_at, author, caption, like_count, comment_count, view_count, location, thumbnail_url, video_url, video_duration, comments_disabled, tagged_users[] and album_items[] for multi-photo posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | Post URL, shortcode or media id, e.g. 'https://www.instagram.com/p/CX1a2b3c4d5/'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||