# Analyze Snapchat Profile Data for Market Research

**Use case:** 

Gather demographic and interest insights by analyzing the content and related accounts of specific Snapchat profiles relevant to a target market. This supports 

## Input

```json
{
  "usernames": [
    "voguemagazine",
    "techcrunch",
    "barstoolsports"
  ],
  "includeLenses": true,
  "includeSpotlightMeta": true,
  "includeActiveStory": false,
  "includeComments": true,
  "maxRelatedAccounts": 8,
  "maxHighlightsPerUser": 12
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "accountType": {
    "label": "Type",
    "format": "text"
  },
  "isVerified": {
    "label": "Verified",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "profilePictureUrl": {
    "label": "Avatar",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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