# Download User-Generated Content for Marketing

**Use case:** 

Retrieve specific user-generated content (UGC) posts from Instagram that feature your products or services, with full metadata for marketing use. Leverage authe

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/p/C4A1B2kPtSg/",
    "https://www.instagram.com/reel/C3M_w5qPqS8/",
    "https://www.instagram.com/p/C2_r8qWPtXp/"
  ],
  "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.