# Archive Viral Instagram Marketing Campaigns

**Use case:** 

Preserve high-performing Instagram marketing posts from competitors or industry leaders for future analysis and inspiration. This task helps marketing teams stu

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/p/C4xT0lMvt_K/",
    "https://www.instagram.com/reel/C4i9p14P6P8/",
    "https://www.instagram.com/p/C3_z6-RPHqf/"
  ],
  "maxPosts_per_username": 2,
  "usernames": [
    "espnfc",
    "leomessi"
  ]
}
```

## Output

```json
{
  "filename": {
    "label": "Filename"
  },
  "post_url": {
    "label": "Post url"
  },
  "username": {
    "label": "Username"
  },
  "type": {
    "label": "Type"
  },
  "download_status": {
    "label": "Download status"
  },
  "downloaded_at": {
    "label": "Downloaded at"
  },
  "download_url": {
    "label": "Download url"
  }
}
```

## About this Actor

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