# Track AR Lenses by Creator - Snapchat

**Use case:** 

Track a creator's AR lenses on Snapchat with username, name, verified status, subscribers, category and lenses. Export to JSON, CSV or Excel.

## Input

```json
{
  "usernames": [
    "nba",
    "redbull"
  ],
  "startUrls": [],
  "maxResults": 50,
  "includeStory": false,
  "includeHighlights": false,
  "includeLenses": true,
  "includeRelatedAccounts": true,
  "expandRelatedAccounts": false,
  "maxRelatedDepth": 1,
  "outputCreatorLeads": false,
  "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"
  },
  "bio": {
    "label": "Bio"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "storySnapCount": {
    "label": "Story snaps"
  },
  "curatedHighlightCount": {
    "label": "Curated"
  },
  "spotlightHighlightCount": {
    "label": "Spotlight"
  },
  "lensCount": {
    "label": "Lenses"
  },
  "relatedAccountCount": {
    "label": "Related"
  },
  "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.