# Curate Influencer Brand Mentions for Marketing Reports

**Use case:** 

Collect specific Instagram posts where influencers have promoted your brand or products, along with their metadata for reporting and portfolio creation. This he

## Input

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