instagram_download_media
Download photos, videos, or entire albums from Instagram posts to your local disk using a URL, shortcode, or media ID.
Instructions
Download a post's photo, video, or every item in an album, to local disk.
Writes files to the machine running this server, not to Instagram, so it is safe in read-only mode. Albums produce one file per item.
Args: media: A post URL, shortcode or media id. folder: Where to write the files.
Returns: type (photo/video/reel/igtv/album), file_count and files[] with the absolute paths written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | Post URL, shortcode or media id. | |
| folder | No | Directory to save into, e.g. 'C:/Users/me/Downloads'. Defaults to the server's working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||