# Archive Brand Snapchat Stories for Compliance & Audits

**Use case:** 

Systematically scrape and store your brand's own public Snapchat stories and highlight content. Ensure regulatory compliance and create an accessible archive fo

## Input

```json
{
  "usernames": [
    "starbucks",
    "mcdonalds",
    "tmobile"
  ],
  "maxSnapsPerUser": 200,
  "sources": [
    "curatedHighlights",
    "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.