# Snapchat Publisher Extractor

**Use case:** 

Extract public Snapchat publisher story data, usernames, thumbnails, media URLs, and snap metadata from Discover pages.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.snapchat.com/discover"
    }
  ],
  "maxItems": 50,
  "useProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "publisherName": {
    "label": "Publisher"
  },
  "publisherUsername": {
    "label": "Username"
  },
  "storyTitle": {
    "label": "Story"
  },
  "storyType": {
    "label": "Story type"
  },
  "snapIndex": {
    "label": "Snap #"
  },
  "snapMediaType": {
    "label": "Media type"
  },
  "snapMediaUrl": {
    "label": "Media URL",
    "format": "link"
  },
  "snapPreviewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "storyPublishedAt": {
    "label": "Published"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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