# Audit public Snapchat brand profiles

**Use case:** 

Review public brand profiles for display names, bios, website links, badges, and profile media in a clean row format.

## Input

```json
{
  "profiles": [
    "fcbarcelona",
    "https://www.snapchat.com/add/zane"
  ],
  "maxProfiles": 10,
  "includeHighlights": false,
  "includeSpotlightMetadata": false,
  "includeRelatedAccounts": false,
  "includeRawData": false
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "displayName": {
    "label": "Display Name",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "subscriberCount": {
    "label": "Subscriber Count",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "bio": {
    "label": "Bio",
    "format": "string"
  },
  "hasStory": {
    "label": "Has Story",
    "format": "boolean"
  },
  "curatedHighlightCount": {
    "label": "Curated Highlight Count",
    "format": "integer"
  },
  "spotlightVideoCount": {
    "label": "Spotlight Video Count",
    "format": "integer"
  },
  "spotlightViewCount": {
    "label": "Spotlight View Count",
    "format": "integer"
  },
  "relatedAccountCount": {
    "label": "Related Account Count",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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