# Research Niche Community Snapchat Stories for Market Insight

**Use case:** 

Scrape stories from public Snapchat profiles focused on specific hobbies, interests, or niche communities. This provides valuable market research for product de

## Input

```json
{
  "usernames": [
    "hypesneakers",
    "gamersunite",
    "foodiefinds"
  ],
  "maxSnapsPerUser": 60,
  "sources": [
    "curatedHighlights"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "storyTitle": {
    "label": "Story",
    "format": "text"
  },
  "mediaType": {
    "label": "Type",
    "format": "text"
  },
  "snapIndex": {
    "label": "#",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted At",
    "format": "text"
  },
  "mediaUrl": {
    "label": "Media URL",
    "format": "link"
  },
  "mediaPreviewUrl": {
    "label": "Thumbnail",
    "format": "link"
  }
}
```

## About this Actor

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