# Scrape Brand Website Leads - Snapchat

**Use case:** 

Find Snapchat brand leads with website, username, name, subscribers, category, business ID and lead score. Ready-to-use contact list.

## Input

```json
{
  "usernames": [
    "redbull",
    "spotify",
    "nba"
  ],
  "startUrls": [],
  "maxResults": 100,
  "includeStory": false,
  "includeHighlights": true,
  "includeLenses": false,
  "includeRelatedAccounts": true,
  "expandRelatedAccounts": false,
  "maxRelatedDepth": 1,
  "outputCreatorLeads": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "username": {
    "label": "Username"
  },
  "title": {
    "label": "Name"
  },
  "verified": {
    "label": "Verified"
  },
  "subscriberCount": {
    "label": "Subscribers"
  },
  "category": {
    "label": "Category"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "businessProfileId": {
    "label": "Business ID"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "profileUrl": {
    "label": "Profile"
  }
}
```

## About this Actor

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