# Bulk download an account's photos and videos

**Use case:** 

Download all media from a public account in bulk, saved to storage with original quality.

## Input

```json
{
  "urls": [
    "https://www.instagram.com/p/EXAMPLE/"
  ],
  "username": "natgeo",
  "limit": 200,
  "includeStories": false,
  "downloadToStorage": true
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "mediaType": {
    "label": "Type",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "storedMediaUrl": {
    "label": "Download",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Media Downloader - Bulk Download Media 2026](https://apify.com/instaprism/instagram-media-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/instaprism/instagram-media-downloader) to learn more, explore other use cases, and run it yourself.