# Snapchat Influencer Audit for Brand Collaborations

**Use case:** 

Evaluate potential Snapchat influencers by scraping detailed profile metadata, including subscriber counts, engagement metrics, and content types. This helps br

## Input

```json
{
  "usernames": [
    "charlidamelio",
    "addisonraee",
    "kyliejenner"
  ],
  "includeLenses": true,
  "includeSpotlightMeta": true,
  "includeActiveStory": true,
  "includeComments": false,
  "maxRelatedAccounts": 5,
  "maxHighlightsPerUser": 10
}
```

## 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.