# Monitor Competitor Snapchat Stories & Highlights

**Use case:** 

Track and archive public story content from key competitors to understand their promotional activities and content trends. Gain competitive intelligence for mar

## Input

```json
{
  "usernames": [
    "redbull",
    "cocacola",
    "nike"
  ],
  "maxSnapsPerUser": 75,
  "sources": [
    "activeStory"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "storyTitle": {
    "label": "Story",
    "format": "text"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "snapIndex": {
    "label": "#",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "text"
  },
  "mediaUrl": {
    "label": "Media URL",
    "format": "link"
  },
  "mediaPreviewUrl": {
    "label": "Thumbnail",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Snapchat User Stories Scraper](https://apify.com/crawlerbros/snapchat-user-stories-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/snapchat-user-stories-scraper) to learn more, explore other use cases, and run it yourself.