# Backup Influencer Snapchat Spotlight Content for Campaigns

**Use case:** 

Securely download and store Snapchat Spotlight videos from influencers you collaborate with for campaign documentation and analysis. Ensure you have access to c

## Input

```json
{
  "spotlightUrls": [
    "https://www.snapchat.com/spotlight/1301932971253760",
    "https://www.snapchat.com/spotlight/1220461872132096",
    "https://www.snapchat.com/spotlight/1308358485293056",
    "https://www.snapchat.com/spotlight/1284567890123456",
    "https://www.snapchat.com/spotlight/1123456789012345",
    "https://www.snapchat.com/spotlight/1409876543210987",
    "https://www.snapchat.com/spotlight/1500000000000000",
    "https://www.snapchat.com/spotlight/1600000000000000",
    "https://www.snapchat.com/spotlight/1700000000000000",
    "https://www.snapchat.com/spotlight/1800000000000000"
  ],
  "includeTranscript": true,
  "includeAiMetadata": true,
  "includeComments": false,
  "includeRelatedStories": false
}
```

## Output

```json
{
  "snapId": {
    "label": "Snap ID",
    "format": "text"
  },
  "username": {
    "label": "Creator",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration (s)",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "link"
  }
}
```

## About this Actor

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