# Download Influencer Stories for Campaign ROI

**Use case:** 

Scrape and download promotional stories posted by your brand ambassadors and sponsored influencers. Keep a permanent record of their mentions, swipe-up links, a

## Input

```json
{
  "usernames": [
    "mrbeast",
    "hudabeauty",
    "zachking"
  ],
  "maxStoriesPerUser": 20
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "story_url": {
    "label": "Story URL",
    "format": "link"
  },
  "media_type": {
    "label": "Type",
    "format": "text"
  },
  "uploaded_at": {
    "label": "Uploaded",
    "format": "text"
  },
  "expires_at": {
    "label": "Expires",
    "format": "text"
  },
  "saved_as": {
    "label": "Filename",
    "format": "text"
  },
  "download_url": {
    "label": "Download",
    "format": "link"
  }
}
```

## About this Actor

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