# Snapchat NASA Stories And Highlights

**Use case:** 

Get structured data for snapchat nasa stories and highlights with Snapchat Stories Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "usernames": [
    "nasa"
  ],
  "includeActiveStory": true,
  "includeCuratedHighlights": true,
  "maxProfiles": 1,
  "maxSnapsPerProfile": 5
}
```

## Output

```json
{
  "preview_url": {
    "label": "Preview",
    "format": "image"
  },
  "source_type": {
    "label": "Source type",
    "format": "text"
  },
  "story_title": {
    "label": "Story",
    "format": "text"
  },
  "creator_username": {
    "label": "Creator",
    "format": "text"
  },
  "media_type": {
    "label": "Media",
    "format": "text"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "media_url": {
    "label": "Media URL",
    "format": "link"
  },
  "source_url": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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