# Snapchat NASA Spotlight Videos

**Use case:** 

Get structured data for snapchat nasa spotlight videos with Snapchat Spotlight Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "usernames": [
    "nasa"
  ],
  "maxProfiles": 1,
  "maxSpotlightsPerProfile": 5
}
```

## Output

```json
{
  "preview_url": {
    "label": "Preview",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator_username": {
    "label": "Creator",
    "format": "text"
  },
  "view_count": {
    "label": "Views",
    "format": "number"
  },
  "share_count": {
    "label": "Shares",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "uploaded_at": {
    "label": "Uploaded",
    "format": "date"
  },
  "spotlight_url": {
    "label": "Spotlight URL",
    "format": "link"
  },
  "media_url": {
    "label": "Media URL",
    "format": "link"
  }
}
```

## About this Actor

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