# Analyze Viral Content Trends from Snapchat Stories

**Use case:** 

Extract content from trending public Snapchat profiles known for viral trends and memes. This data helps content creators and marketers identify emerging trends

## Input

```json
{
  "usernames": [
    "worldstar",
    "barstoolsports",
    "theshaderoom"
  ],
  "maxSnapsPerUser": 150,
  "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.