# Discover regional Snapchat Spotlight examples

**Use case:** 

Collect public Spotlight videos from a selected country feed to review creator activity and engagement patterns in that market.

## Input

```json
{
  "mode": "trending",
  "spotlightUrls": [],
  "usernames": [],
  "country": "IN",
  "proxyType": "residential",
  "maxResults": 20,
  "includeRawData": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "creatorUsername": {
    "label": "Creator Username",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "viewCount": {
    "label": "View Count",
    "format": "integer"
  },
  "boostCount": {
    "label": "Boost Count",
    "format": "integer"
  },
  "shareCount": {
    "label": "Share Count",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comment Count",
    "format": "integer"
  },
  "soundName": {
    "label": "Sound Name",
    "format": "string"
  },
  "durationMs": {
    "label": "Duration (ms)",
    "format": "integer"
  },
  "spotlightUrl": {
    "label": "Spotlight URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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