# Snapchat URL profile scraper

**Use case:** 

Extract Snapchat profile details from snapchat.com/add URLs and handles for social media enrichment workflows.

## Input

```json
{
  "usernames": [
    "https://www.snapchat.com/add/djkhaled",
    "@nba"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display name",
    "format": "text"
  },
  "profileType": {
    "label": "Profile type",
    "format": "text"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "number"
  },
  "bio": {
    "label": "Bio",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "lensCount": {
    "label": "Lenses",
    "format": "number"
  },
  "highlightCount": {
    "label": "Highlights",
    "format": "number"
  },
  "createdAt": {
    "label": "Created at",
    "format": "date"
  }
}
```

## About this Actor

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