# Extract Trending Instagram Stories for Content Curation

**Use case:** 

Collect story media, captions, and links from industry leaders to spot emerging viral trends. Feed this content directly into your creative pipeline to keep you

## Input

```json
{
  "usernames": [
    "voguemagazine",
    "gq",
    "archdigest"
  ],
  "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.