# Snapchat Profile Full Data Scraper (`alpha-scraper/snapchat-profile-full-data-scraper`) Actor

Extract detailed Snapchat profile data from usernames or profile URLs. Get profile information, bio, subscriber count, verification status, stories, highlights, spotlight content, lenses, comments, engagement metrics, related accounts, business details, and structured JSON output.

- **URL**: https://apify.com/alpha-scraper/snapchat-profile-full-data-scraper.md
- **Developed by:** [Alpha Scraper](https://apify.com/alpha-scraper) (community)
- **Categories:** Social media, Other, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Snapchat Profile Full Data Scraper — Apify Actor


## Extract Detailed Snapchat Profile Data, Stories, Highlights, Spotlight Content, Lenses & Analytics

The **Snapchat Profile Scraper** is a powerful Snapchat data extraction tool that allows you to collect detailed public profile information from one or multiple Snapchat usernames or profile URLs.

Simply provide Snapchat usernames or profile links, and the actor will return structured profile data, stories, highlights, spotlight videos, lenses, engagement statistics, related accounts, business details, and metadata in clean JSON format.

Perfect for:

* 📊 Market Research
* 📈 Competitor Analysis
* 🎯 Influencer Discovery
* 🏢 Brand Monitoring
* 📱 Social Media Analytics
* 🤖 Automation Workflows
* 🧠 Business Intelligence
* 📑 Data Collection Projects

---

### 🔍 Keywords

Snapchat Profile Scraper, Snapchat User Scraper, Snapchat Profile API, Snapchat Data Extractor, Snapchat Public Profile Scraper, Snapchat Creator Profile Scraper, Snapchat Business Profile Scraper, Snapchat Spotlight Scraper, Snapchat Stories Scraper, Snapchat Analytics Tool, Snapchat User Information Extractor, Snapchat Profile Data Export, Snapchat Marketing Data, Snapchat Influencer Research Tool,Snapchat Profile comments scraper, Snapchat Profile all comments scraper tool, Snapchat Public Data API.

---

### 🚀 What Does This Snapchat Profile Scraper Do?

This actor extracts publicly available information from Snapchat profiles and returns structured datasets that can be exported as:

* JSON
* CSV
* Excel
* XML
* RSS
* API Response

The actor supports:

✅ Single Username

✅ Multiple Usernames

✅ Snapchat Profile URLs

✅ Public Creator Profiles

✅ Public Business Profiles

✅ Public Snapchat Accounts

---

### 🔥 Features

#### 👤 Profile Information

Extract detailed profile information including:

* Username
* Display Name
* Profile ID
* Bio
* Profile URL
* Profile Picture
* Snapcode
* Website
* Category
* Business Category
* Subscriber Count
* Verification Status
* Location Information
* Account Type

---

#### 📸 Stories Data

Extract profile stories including:

* Story IDs
* Story Titles
* Media URLs
* Thumbnails
* Creation Timestamps
* Media Types

---

#### ⭐ Highlights Data

Extract Snapchat highlights:

* Highlight ID
* Highlight Title
* Cover Image
* Description
* Story Count
* Creation Date

---

#### 🎥 Spotlight Content

Collect detailed spotlight information:

* Spotlight ID
* Caption
* Description
* Media URL
* Thumbnail
* Duration
* View Count
* Like Count
* Share Count
* Comment Count
* Hashtags
* Music Information

---

#### 🪄 Snapchat Lenses

Extract available profile lenses:

* Lens ID
* Lens Name
* Creator
* Preview URL
* Thumbnail
* Last Updated Date

---

#### 💬 Spotlight Comments

Extract spotlight comments:

* Comment ID
* User ID
* Display Name
* Comment Text
* Like Count
* Reply Count
* Creation Date

---

#### 🔗 Related Accounts

Discover connected public profiles:

* Username
* Display Name
* Profile URL

---

#### 📊 Engagement Analytics

Get calculated engagement metrics:

* Total Views
* Total Likes
* Total Comments
* Total Shares
* Subscriber Count
* Engagement Rate

---

### 🎯 Use Cases

#### Influencer Research

Analyze Snapchat creators and influencers.

#### Competitor Monitoring

Track competitor profiles and content performance.

#### Brand Intelligence

Monitor public business profiles.

#### Content Analysis

Study spotlight trends and engagement.

#### Lead Generation

Discover creators and businesses in specific niches.

#### Social Media Research

Build datasets for marketing and analytics.

#### AI & Data Projects

Use structured Snapchat data for machine learning and automation.

---

## 📥 Input

The actor accepts:

#### Snapchat Usernames

```json
{
  "usernames": [
    "realmadrid",
    "s_kramarzz",
    "@markielucas"
  ]
}
````

#### Snapchat Profile URLs

```json
{
  "usernames": [
    "https://www.snapchat.com/@realmadrid",
    "https://www.snapchat.com/@mohsenalnssar"
  ]
}
```

#### Mixed Input

```json
{
  "usernames": [
    "realmadrid",
    "@markielucas",
    "https://www.snapchat.com/@mohsenalnssar"
  ]
}
```

***

### 📤 Output Example

```json
{
  "profile": {
    "id": "123456789",
    "username": "realmadrid",
    "displayName": "Real Madrid",
    "bio": "Official Snapchat Account",
    "profileUrl": "https://www.snapchat.com/@realmadrid",
    "profilePhoto": "https://...",
    "snapcodeImage": "https://...",
    "verified": true,
    "subscriberCount": 4500000,
    "website": "https://www.realmadrid.com",
    "location": "Madrid"
  },

  "storie_1": [],

  "highlights": [],

  "spotlight_1": [],

  "lenses": [],

  "comments": [],

  "relatedAccounts": [],

  "engagement": {
    "totalViews": 12000000,
    "totalLikes": 340000,
    "totalComments": 17000,
    "totalShares": 52000,
    "engagementRate": 3.41
  }
}
```

***

### After Run only 1 profile Output Example :

```json
[
  {
    "profile": {
      "id": "85131af6-2825-4712-8154-3ac2eb713873",
      "username": "realmadrid",
      "displayName": "Real Madrid",
      "firstName": "",
      "lastName": "",
      "bio": "⚽ Official profile of Real Madrid C.F. | 🏆 15 times European Champions | 🌍 FIFA Best Club of the 20th Century",
      "profileUrl": "https://www.snapchat.com/@realmadrid",
      "profilePhoto": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvWkpUMmZDV3lhSlU4ZnBqV2ZqWlFWP2JvPUVna3lBUVJJQWxBWllBRSUzRCZ1Yz0yNQ._RS0,90_FMjpeg",
      "bitmojiAvatar": "",
      "bitmojiSelfie": "",
      "bitmojiBackground": "",
      "snapcodeImage": "https://app.snapchat.com/web/deeplink/snapcode?username=realmadrid&type=SVG&bitmoji=enable",
      "verified": true,
      "verifiedType": "",
      "accountType": "",
      "category": "public-profile-category-v3-business-group",
      "businessCategory": "public-profile-subcategory-v3-sports-team",
      "website": "https://www.snapchat.com/discover/Real_Madrid/6314412811",
      "email": "",
      "phone": "",
      "location": "Madrid, España",
      "country": "",
      "language": "",
      "timezone": "",
      "createdAt": "1558463182131",
      "lastUpdated": "1782479039281",
      "subscriberCount": 4660400,
      "friendCount": 0,
      "followingCount": 0,
      "spotlightCount": 30,
      "storyCount": 8,
      "highlightCount": 0,
      "lensCount": 2,
      "snapScore": null,
      "isPublicProfile": true,
      "isBusinessProfile": true,
      "isCreatorProfile": false,
      "isPrivate": false,
      "isDiscoverable": false,
      "isActive": false
    },
    "storie_1": [
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgZGppZGZjcGh2AZ7kOQXfAZ7kOQUlAAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/4NeIHZe2ZM11LTL7gxPov.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/4NeIHZe2ZM11LTL7gxPov.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1781945402",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAga3Jwa3RieHhsAZ7kOes_AZ7kOeqGAAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/TnORlYu4fVsdqqfNGfzVd.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/TnORlYu4fVsdqqfNGfzVd.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1781945461",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgY3BtdGF6emNnAZ7kOmH7AZ7kOmE0AAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/HufD9DjEZvAqymGX7aYv9.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/HufD9DjEZvAqymGX7aYv9.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1781945491",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgcWtqZHNlYWtsAZ7reUUUAZ7reUB2AAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/vypmukIdpSC7g5OU0reYN.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/vypmukIdpSC7g5OU0reYN.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1782067052",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAganRocWVqcWFkAZ7sKw16AZ7sKw0IAAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/6dH9ausu3iAJnRRR7bSHn.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/6dH9ausu3iAJnRRR7bSHn.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1782078704",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgeWltbm95b2pqAZ7xSfHCAZ7xSfFYAAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/d/zErF0jc4VHcvoMlrdkvNz.1023.IRZXSOY?mo=GmoaDjICBH1IAlBLYAFoDHABUGBaEVBvcHVsYXJJbWFnZVN0b3J5ogEUCP8HIg8KAmgMEgAqB0lSWlhTT1miARQI5wciDwoCaAwSACoHSVJaWFNPWaIBFAjUByIPCgJoDBIAKgdJUlpYU09Z&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/zErF0jc4VHcvoMlrdkvNz.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1782164615",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgeXB2ZnZmcG95AZ8EB6vOAZ8EB6sxAAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "1",
        "mediaUrl": "https://cf-st.sc-cdn.net/i/wYO6FF7oWiw6DJKfdpmNV.1034.IRZXSOY?mo=Gl8aGDIBCToBfUIGCOLx-dEGSAJQS2ABaAxwAVCwAaIBOwiKCBIlCiMI6bkiIAEw4AM41gZAAUoOCglLCAQDAhgUHR4Q9ANQ_E1oAiIPCgJoDBIAKgdJUlpYU09ZkAP8TQ%3D%3D&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/wYO6FF7oWiw6DJKfdpmNV.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1782479039",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "storyId": "Mn89nPbXSLOFwFLfhC9a9wAAgdWVmdHNheGdwAZ8EB6y9AZ8EB6s7AAAAAA",
        "title": "",
        "caption": "",
        "description": "",
        "mediaType": "1",
        "mediaUrl": "https://cf-st.sc-cdn.net/i/emZMfsFFbhyxdMo4ljjve.1034.IRZXSOY?mo=GlkaGDIBCToBfUIGCN_x-dEGSAJQS2ABaAxwAVCwAaIBNQiKCBIfCh0Ije4JIAEw4AM41gZAAUoICgNfKBcQ9ANQrg1oAiIPCgJoDBIAKgdJUlpYU09ZkAOuDQ%3D%3D&uc=75",
        "thumbnail": "https://cf-st.sc-cdn.net/d/emZMfsFFbhyxdMo4ljjve.256.IRZXSOY?mo=GlMaDjICBH1IAlBLYAFoDHABUI4BWhBEZkxhcmdlVGh1bWJuYWlsogEUCIACIg8KAmgMEgAqB0lSWlhTT1miARQImgoiDwoCaAwSACoHSVJaWFNPWQ%3D%3D&uc=75",
        "createdAt": "1782479039",
        "expiresAt": "",
        "duration": 0,
        "viewCount": 0,
        "screenshotCount": 0,
        "shareCount": 0,
        "replyCount": 0,
        "mentions": [],
        "hashtags": [],
        "geotag": "",
        "music": {
          "title": "",
          "artist": ""
        }
      }
    ],
    "highlights": [],
    "spotlight_1": [
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "0",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/SFHRqJEuhQboZeOylqiiq.1023.IRZXSOY?mo=GkUaCTIBUUgCUC5gAVBeWhBQdWJsaWNJbWFnZVN0b3J5ogEQCP8HIgsSACoHSVJaWFNPWaIBEAjnByILEgAqB0lSWlhTT1k%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/SFHRqJEuhQboZeOylqiiq.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1782322437",
        "duration": 4000,
        "viewCount": 2243,
        "likeCount": 250,
        "shareCount": 23,
        "commentCount": 15,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#bmw",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/nJQqVU56aBQHws8hyXjnz.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgiT_dsCIAEwnAQ4wAdAAUoPCgqjATc6Tk41eiQUEPQDULCeA2gCIgsSACoHSVJaWFNPWZADsJ4D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/nJQqVU56aBQHws8hyXjnz.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1781859920",
        "duration": 53040,
        "viewCount": 137655,
        "likeCount": 12586,
        "shareCount": 543,
        "commentCount": 185,
        "hashtags": [
          "#bmw"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYc3h1bWZqZ2pmAZ7HlmgnAZ7HllVqAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "0",
        "mediaUrl": "https://cf-st.sc-cdn.net/h/P99jPKARjXt4FWcVhhBvf.1023.IRZXSOY?mo=GkUaCTIBCEgCUC5gAVBeWhBQdWJsaWNJbWFnZVN0b3J5ogEQCP8HIgsSACoHSVJaWFNPWaIBEAjnByILEgAqB0lSWlhTT1k%3D&uc=46",
        "thumbnail": "https://cf-st.sc-cdn.net/h/P99jPKARjXt4FWcVhhBvf.256.IRZXSOY?mo=GkYaCTIBCEgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1781464978",
        "duration": 4000,
        "viewCount": 4743,
        "likeCount": 450,
        "shareCount": 6,
        "commentCount": 29,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "",
          "artist": ""
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYbnd0cHlvc2V6AZ64PsaZAZ64PlpeAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#WelcomeMourinho",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/92bu4AkaGYong9fzzt8se.27.IRZXSOY?mo=Gl8aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNwgbEiYKJAj2vE0gATCcBDjAB0ABSg4KCTMNDxAQEhMSDBD0A1CozQFoAiILEgAqB0lSWlhTT1mQA6jNAQ%3D%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/92bu4AkaGYong9fzzt8se.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1781207554",
        "duration": 26280,
        "viewCount": 26332,
        "likeCount": 1508,
        "shareCount": 64,
        "commentCount": 87,
        "hashtags": [
          "#WelcomeMourinho"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYeWRoYmVpcGt3AZ6o3n03AZ6o3mYgAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/la38wPyI5El3njWjlrUzd.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQiG9KMBIAEwnAQ4wAdAAUoOCgl1Q0dROUQ-ODcQ9ANQmKwBaAIiCxIAKgdJUlpYU09ZkAOYrAE%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/la38wPyI5El3njWjlrUzd.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780949607",
        "duration": 22040,
        "viewCount": 143000,
        "likeCount": 11122,
        "shareCount": 679,
        "commentCount": 198,
        "hashtags": [
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYdXltdHZ0ZGZuAZ6RrO0aAZ6RrKalAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/3v0MEoXcOU8WjA1tIpU51.27.IRZXSOY?mo=Gl4aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNwgbEiYKJAiqzG0gATCcBDjAB0ABSg8KCnwfVbUBelEbKCAQ9ANQonBoAiILEgAqB0lSWlhTT1mQA6Jw&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/3v0MEoXcOU8WjA1tIpU51.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780560471",
        "duration": 14370,
        "viewCount": 48584,
        "likeCount": 7382,
        "shareCount": 1099,
        "commentCount": 203,
        "hashtags": [
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYcXN2dHFnb2xwAZ6Nywd1AZ6Nyv_RAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/DhwNrBGk7n5sQQ9MfVswW.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQjul68CIAEwnAQ4wAdAAUoOCglbOUZPOzAqNykQ9ANQyMYCaAIiCxIAKgdJUlpYU09ZkAPIxgI%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/DhwNrBGk7n5sQQ9MfVswW.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780495351",
        "duration": 41800,
        "viewCount": 42908,
        "likeCount": 4861,
        "shareCount": 79,
        "commentCount": 69,
        "hashtags": [
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYam10ZGZqY29kAZ6M7KnBAZ6M7J_1AAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/iF5LfsBSYoALXg8pLFOns.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgiB5YECIAEwnAQ4wAdAAUoPCgqQAUoxPjouQjlYEPQDUND_AWgCIgsSACoHSVJaWFNPWZAD0P8B&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/iF5LfsBSYoALXg8pLFOns.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780480778",
        "duration": 32720,
        "viewCount": 40072,
        "likeCount": 3190,
        "shareCount": 172,
        "commentCount": 105,
        "hashtags": [
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYcWRtZXBoYnV5AZ6JtTnjAZ6JtTgwAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/lTt1Zv5EafJx3RDUMJVqm.27.IRZXSOY?mo=Gl8aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQi15JIBIAEwnAQ4wAdAAUoPCgqjAUREREhgR2lVEPQDUKB0aAIiCxIAKgdJUlpYU09ZkAOgdA%3D%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/lTt1Zv5EafJx3RDUMJVqm.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780426815",
        "duration": 14880,
        "viewCount": 74672,
        "likeCount": 8065,
        "shareCount": 98,
        "commentCount": 120,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYb3l5YXBvbm1vAZ6JDphXAZ6JDpSRAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/tC4hLYOzJtW1fHgkTGjWR.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQi14aUCIAEwnAQ4wAdAAUoOCgl-HxsgFTEZNCAQ9ANQoNwDaAIiCxIAKgdJUlpYU09ZkAOg3AM%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/tC4hLYOzJtW1fHgkTGjWR.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780415894",
        "duration": 60960,
        "viewCount": 62785,
        "likeCount": 4941,
        "shareCount": 37,
        "commentCount": 152,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYYXBleGJtcWVrAZ6DFecZAZ6DFeOrAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#UCL #Valverde",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/y/dg89JHYTUsrmOOPE57lR5.27.IRZXSOY?mo=Gl8aCTIBeEgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQiF9eQBIAEwnAQ4wAdAAUoPCgqfAWlUYDVJRUY8EPQDUPB0aAIiCxIAKgdJUlpYU09ZkAPwdA%3D%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/y/dg89JHYTUsrmOOPE57lR5.256.IRZXSOY?mo=GkYaCTIBeEgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1780315710",
        "duration": 14960,
        "viewCount": 60646,
        "likeCount": 7025,
        "shareCount": 106,
        "commentCount": 100,
        "hashtags": [
          "#UCL",
          "#Valverde"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYcGZmbWVneWhpAZ5qRddXAZ5qRdVTAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid #RealClean",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/OuoNcmiFsuHwfM0kUcdgy.27.IRZXSOY?mo=Gl0aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNggbEiUKIwiO0SMgATCcBDjAB0ABSg4KCTQPDw4OERAQDBD0A1DAcGgCIgsSACoHSVJaWFNPWZADwHA%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/OuoNcmiFsuHwfM0kUcdgy.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779899422",
        "duration": 14400,
        "viewCount": 40243,
        "likeCount": 3057,
        "shareCount": 17,
        "commentCount": 108,
        "hashtags": [
          "#RealMadrid",
          "#RealClean"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYeGxqYnJpcGloAZ5lq9W2AZ5lq7yqAAAAAw",
        "caption": "Spotlight Snap",
        "description": "#GraciasCarvajal #RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/fIuVfIPoqeknb6c8hMVn7.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQj_npMBIAEwnAQ4wAdAAUoOCglnJSEfIiMiIyUQ9ANQ1vgBaAIiCxIAKgdJUlpYU09ZkAPW-AE%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/fIuVfIPoqeknb6c8hMVn7.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779822214",
        "duration": 31830,
        "viewCount": 45540,
        "likeCount": 3946,
        "shareCount": 47,
        "commentCount": 83,
        "hashtags": [
          "#GraciasCarvajal",
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYZXVmcnFjYnZmAZ5k012gAZ5k01s0AAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/XMbbgdbif8yagII7WfzcG.27.IRZXSOY?mo=Gl4aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNwgbEiYKJAjChpABIAEwnAQ4wAdAAUoOCgljRE1IPkM3NUYQ9ANQqH1oAiILEgAqB0lSWlhTT1mQA6h9&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/XMbbgdbif8yagII7WfzcG.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779808033",
        "duration": 16040,
        "viewCount": 74887,
        "likeCount": 5926,
        "shareCount": 52,
        "commentCount": 89,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYaXB3b2podXRhAZ5f3sSAAZ5f3sHAAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#GraciasCarvajal #RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/nIbZr6K81lYILLnc4hCO0.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQj_4eACIAEwnAQ4wAdAAUoOCgloHDBGRSYpJCIQ9ANQsNgCaAIiCxIAKgdJUlpYU09ZkAOw2AI%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/nIbZr6K81lYILLnc4hCO0.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779724894",
        "duration": 44080,
        "viewCount": 65100,
        "likeCount": 10066,
        "shareCount": 494,
        "commentCount": 463,
        "hashtags": [
          "#GraciasCarvajal",
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYcXZ2b2hjcW9vAZ5fb7jLAZ5fb7IdAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RethinkTheGame",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/FarjtcFTnzC1zeAjlMbsD.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQjY8KABIAEwnAQ4wAdAAUoOCgl0d2wtSh43MysQ9ANQkOQBaAIiCxIAKgdJUlpYU09ZkAOQ5AE%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/FarjtcFTnzC1zeAjlMbsD.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779717616",
        "duration": 29200,
        "viewCount": 95127,
        "likeCount": 11306,
        "shareCount": 121,
        "commentCount": 79,
        "hashtags": [
          "#RethinkTheGame"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYZWxhbmluamd3AZ5fM-NRAZ5fM9KoAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#GraciasAlaba #RealMadrid",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/eRbzC6F2rLaaHcg3YmTDT.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgiW2YUFIAEwnAQ4wAdAAUoPCgqlATo8Pzk7Ojc6EPQDUNjoBWgCIgsSACoHSVJaWFNPWZAD2OgF&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/eRbzC6F2rLaaHcg3YmTDT.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779713692",
        "duration": 95320,
        "viewCount": 29872,
        "likeCount": 3522,
        "shareCount": 340,
        "commentCount": 87,
        "hashtags": [
          "#GraciasAlaba",
          "#RealMadrid"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYa3lqcG15ZXFrAZ5azb-GAZ5azbw4AAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#RealMadrid #GraciasCarvajal",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/QJ8Qc0sDYbHhTPu9pNrra.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgjdzN8DIAEwnAQ4wAdAAUoPCgqpATUvNkozMW1QEPQDUNiyA2gCIgsSACoHSVJaWFNPWZAD2LID&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/QJ8Qc0sDYbHhTPu9pNrra.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779639893",
        "duration": 55640,
        "viewCount": 55677,
        "likeCount": 7332,
        "shareCount": 785,
        "commentCount": 435,
        "hashtags": [
          "#RealMadrid",
          "#GraciasCarvajal"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYeHRvY2F3bGZ5AZ5XCN4SAZ5XCNfkAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#GraciasCarvajal",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/05OM4Knto6SZLa1ckqvky.27.IRZXSOY?mo=GmIaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOggbEikKJwjD14cFIAEwnAQ4wAdAAUoQCgvwAX5hYGVcVIMBXxD0A1DYpgJoAiILEgAqB0lSWlhTT1mQA9imAg%3D%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/05OM4Knto6SZLa1ckqvky.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779576657",
        "duration": 37720,
        "viewCount": 80560,
        "likeCount": 12138,
        "shareCount": 1355,
        "commentCount": 517,
        "hashtags": [
          "#GraciasCarvajal"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYanB4ZHB0YXpvAZ5W6P_KAZ5W6PoaAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/y/mN1YYCidKJ6kO4FVHvxWe.27.IRZXSOY?mo=GmEaCTIBeEgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgiNvYwDIAEwnAQ4wAdAAUoPCgrQAWBiZGZ2YV5mEPQDULjaAWgCIgsSACoHSVJaWFNPWZADuNoB&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/y/mN1YYCidKJ6kO4FVHvxWe.256.IRZXSOY?mo=GkYaCTIBeEgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779574569",
        "duration": 27960,
        "viewCount": 96771,
        "likeCount": 14113,
        "shareCount": 303,
        "commentCount": 274,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYY3Z1cGhxenhjAZ5U4EEqAZ5U4Dw1AAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/bQo6jDKHY32UO6FiT0PPC.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgilv3wgATCcBDjAB0ABShEKDGg8SW12d58BiwGNARD0A1DgSWgCIgsSACoHSVJaWFNPWZAD4Ek%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/bQo6jDKHY32UO6FiT0PPC.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779540442",
        "duration": 9440,
        "viewCount": 44574,
        "likeCount": 6509,
        "shareCount": 59,
        "commentCount": 70,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYYWxrc2hpYWFiAZ5GuxSaAZ5Guw7zAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/5zTw9sYbheJYrXrnoZhRQ.27.IRZXSOY?mo=GmMaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOwgbEioKKAi_t7kHIAEwnAQ4wAdAAUoRCgyrASYZElhlqgGvAXYQ9ANQiLcDaAIiCxIAKgdJUlpYU09ZkAOItwM%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/5zTw9sYbheJYrXrnoZhRQ.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779303124",
        "duration": 56200,
        "viewCount": 14791,
        "likeCount": 1326,
        "shareCount": 10,
        "commentCount": 41,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYa3l5bnhzdHp6AZ5GjbWXAZ5GjbKeAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#GraciasCarvajal",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/QMb1PBHTpPVl7CpvC8B1i.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQiGqKQBIAEwnAQ4wAdAAUoOCglyQzArJx0cHx0Q9ANQuJkBaAIiCxIAKgdJUlpYU09ZkAO4mQE%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/QMb1PBHTpPVl7CpvC8B1i.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779300151",
        "duration": 19640,
        "viewCount": 26844,
        "likeCount": 3659,
        "shareCount": 29,
        "commentCount": 63,
        "hashtags": [
          "#GraciasCarvajal"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYamFxeWxrdmlmAZ4_X9frAZ4_X8-GAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/8MdATZrZoItA9yru1jIlp.27.IRZXSOY?mo=Gl4aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNwgbEiYKJAiN5HAgATCcBDjAB0ABSg8KCokBVFBVVWxlYm0Q9ANQ2EVoAiILEgAqB0lSWlhTT1mQA9hF&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/8MdATZrZoItA9yru1jIlp.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779179704",
        "duration": 8920,
        "viewCount": 107589,
        "likeCount": 12492,
        "shareCount": 44,
        "commentCount": 73,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYd21yZ21oZHBpAZ47y3WTAZ47y3HiAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/iZgC8kQvxTklN4p3FUnNY.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQjMuIkCIAEwnAQ4wAdAAUoOCgl2JCokGUkdMQwQ9ANQiLcDaAIiCxIAKgdJUlpYU09ZkAOItwM%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/iZgC8kQvxTklN4p3FUnNY.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779119649",
        "duration": 56200,
        "viewCount": 14923,
        "likeCount": 1064,
        "shareCount": 5,
        "commentCount": 24,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYeHFlZ3Frcmx3AZ42TBZ4AZ42TBRWAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#Beckham",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/4PJb8SDL5XPkECJpbH8tV.27.IRZXSOY?mo=Gl8aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQj50uIBIAEwnAQ4wAdAAUoPCgp8OTo5UF5xfoABEPQDUOBxaAIiCxIAKgdJUlpYU09ZkAPgcQ%3D%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/4PJb8SDL5XPkECJpbH8tV.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1779027416",
        "duration": 14560,
        "viewCount": 30649,
        "likeCount": 3585,
        "shareCount": 42,
        "commentCount": 42,
        "hashtags": [
          "#Beckham"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYdWpnbmNrZHlvAZ4qzmC9AZ4qzbWhAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "#Gonzalo #LaLigaHighlights",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/kF8yvu1Ubij0XJ0doxQZS.27.IRZXSOY?mo=Gl4aCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBNwgbEiYKJAj0xV0gATCcBDjAB0ABSg8KCoEBOkQ9TEg2PToQ9ANQrk5oAiILEgAqB0lSWlhTT1mQA65O&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/kF8yvu1Ubij0XJ0doxQZS.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1778834584",
        "duration": 10030,
        "viewCount": 60697,
        "likeCount": 7683,
        "shareCount": 55,
        "commentCount": 79,
        "hashtags": [
          "#Gonzalo",
          "#LaLigaHighlights"
        ],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYZmRhdHFtbHliAZ4iCxFdAZ4iCwzOAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/FqQHQYnK1rHcEbhSD2cvs.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgjPiPsDIAEwnAQ4wAdAAUoPCgpaFA6IAV92SjxJEPQDUKD4AmgCIgsSACoHSVJaWFNPWZADoPgC&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/FqQHQYnK1rHcEbhSD2cvs.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1778687610",
        "duration": 48160,
        "viewCount": 16866,
        "likeCount": 2125,
        "shareCount": 22,
        "commentCount": 52,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYdGlnbnJoeXJ5AZ4SQWp9AZ4SQWdrAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/I6z8ghlsqUaaXLTi1KWOy.27.IRZXSOY?mo=GmAaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOAgbEicKJQjljvEBIAEwnAQ4wAdAAUoOCgl8RUk0KiklMiwQ9ANQyKgCaAIiCxIAKgdJUlpYU09ZkAPIqAI%3D&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/I6z8ghlsqUaaXLTi1KWOy.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1778422736",
        "duration": 37960,
        "viewCount": 25798,
        "likeCount": 3304,
        "shareCount": 71,
        "commentCount": 108,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      },
      {
        "spotlightId": "W7_EDlXWTBiXAEEniNoMPwAAYbG9vcXNlaWF0AZ4SLEyvAZ4SLEifAAAAAQ",
        "caption": "Spotlight Snap",
        "description": "Another Spotlight Snap brought to you by Snapchat",
        "mediaType": "1",
        "mediaUrl": "https://bolt-gcdn.sc-cdn.net/bp/pZbDyvnmpWgAeqB0nacSf.27.IRZXSOY?mo=GmEaCTIBUUgCUC5gAVCiAVoQU3BvdGxpZ2h0U2hhcmluZ6IBOQgbEigKJgiRtY8BIAEwnAQ4wAdAAUoPCgqNAUdJQjpNPEE8EPQDUIiLAWgCIgsSACoHSVJaWFNPWZADiIsB&uc=46",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/bp/pZbDyvnmpWgAeqB0nacSf.256.IRZXSOY?mo=GkYaCTIBUUgCUC5gAVCgAVoQRGZMYXJnZVRodW1ibmFpbKIBEAiAAiILEgAqB0lSWlhTT1miARAImgoiCxIAKgdJUlpYU09Z&uc=46",
        "createdAt": "1778421352",
        "duration": 17800,
        "viewCount": 62606,
        "likeCount": 5530,
        "shareCount": 205,
        "commentCount": 140,
        "hashtags": [],
        "mentions": [],
        "music": {
          "title": "Original Sound",
          "artist": "realmadrid"
        }
      }
    ],
    "lenses": [
      {
        "lensId": "",
        "name": "Real Madrid Jersey",
        "description": "",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/3/l8KFizCl3VQuJaPwq2M3P?bo=EhgaABoAMgF9OgEEQgYIqeq6pQZIAlASYAE%3D&uc=18",
        "previewUrl": "https://lens-storage.storage.googleapis.com/previewvideo/87d9be6d-eb98-4061-b15d-cc4dc3982cdb",
        "creator": "Real Madrid",
        "createdAt": "1707942017",
        "uses": 0,
        "favorites": 0,
        "shareCount": 0
      },
      {
        "lensId": "",
        "name": "Real Madrid CF",
        "description": "",
        "thumbnail": "https://bolt-gcdn.sc-cdn.net/3/L2ozKOzWdP1eVoUjub3FQ?bo=EhgaABoAMgF9OgEEQgYIj-em_AVIAlASYAE%3D&uc=18",
        "previewUrl": "https://lens-storage.storage.googleapis.com/previewvideo/835b4b69-4b3d-4271-8202-bd2a49ff43fa",
        "creator": "Real Madrid",
        "createdAt": "1777432929",
        "uses": 0,
        "favorites": 0,
        "shareCount": 0
      }
    ],
    "comments": [
      {
        "commentId": "16380667735325754917_13421140343538463325",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "4922233817353437881_9452735633281620634",
        "username": "",
        "displayName": "Maja",
        "text": "🔥S",
        "createdAt": "1782488857992",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "7775780410216695113_12418877332306294339",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "13254290104230887674_11530802788734397596",
        "username": "",
        "displayName": "Abdi_5591",
        "text": "brahim diaz",
        "createdAt": "1782327953605",
        "likeCount": 2,
        "replyCount": 0
      },
      {
        "commentId": "9013892330648783845_11398958525619801601",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "13886307602640948171_10581291186614277432",
        "username": "",
        "displayName": "𝕾𝖆𝖍𝖆𝖗📍",
        "text": "Brahim 🤩🤩",
        "createdAt": "1782327776125",
        "likeCount": 2,
        "replyCount": 0
      },
      {
        "commentId": "11712199255360097381_9371763896140312702",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "13886307602640948171_10581291186614277432",
        "username": "",
        "displayName": "𝕾𝖆𝖍𝖆𝖗📍",
        "text": "❤️⭐✨",
        "createdAt": "1782327751757",
        "likeCount": 2,
        "replyCount": 0
      },
      {
        "commentId": "14619227712927253080_10526524040584218310",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "17183768891869776958_13732024129685928539",
        "username": "",
        "displayName": "Carlos",
        "text": "Real Madrid se que es imposible pero pediría que me mandes un saludo o algo por favor, gracias 🙏",
        "createdAt": "1782332094783",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "8660933983365645211_11198576520492357792",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "15895793684634158649_12952256223499119499",
        "username": "",
        "displayName": "Victor",
        "text": "Hola madridistas 🤍🤍",
        "createdAt": "1782328765544",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "6928491335419055101_11994771441652882053",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "6398444574520395032_10333015098905282625",
        "username": "",
        "displayName": "Hmd",
        "text": "لاعب أناني يعقد الهجمات",
        "createdAt": "1782328465418",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "15746738733087476643_13064527489699990367",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "2781091463363251505_10878398928709091509",
        "username": "",
        "displayName": "sham",
        "text": "❤️❤️❤️❤️❤️❤️❤️❤️",
        "createdAt": "1782328181687",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "13490454159435714298_9428180038092660847",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "3883000721311810074_11323676297729404906",
        "username": "",
        "displayName": "HARTOLARGBE.COM",
        "text": "🔥🔥🔥🔥",
        "createdAt": "1782328027391",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "17329241154740765894_12373709845185872337",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYbG9vcXNlaWF0AZ4SLEyvAZ4SLEifAAAAAQ",
        "userId": "12507831255198287830_11403548374151632867",
        "username": "",
        "displayName": "دیـمـا🤍´´",
        "text": "Halla madred🤍",
        "createdAt": "1778484862274",
        "likeCount": 2,
        "replyCount": 0
      },
      {
        "commentId": "12382853378557690456_10768787091776045846",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYbG9vcXNlaWF0AZ4SLEyvAZ4SLEifAAAAAQ",
        "userId": "15547413043930023494_13414803938344674590",
        "username": "",
        "displayName": "Bahja",
        "text": "😂❤️❤️❤️❤️",
        "createdAt": "1779916096370",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "15124632005643094537_12601048205282127816",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "5024619581330640519_10198449651303179349",
        "username": "",
        "displayName": "Lege1x Lege226",
        "text": "Brahim 🔥🔥",
        "createdAt": "1782327931547",
        "likeCount": 1,
        "replyCount": 0
      },
      {
        "commentId": "12942339774753557628_13020849091379100011",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "4922233817353437881_9452735633281620634",
        "username": "",
        "displayName": "Maja",
        "text": "Nu l",
        "createdAt": "1782488892489",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "10172637279964381738_11496430329858280654",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "17594785683972509106_12882497281798619824",
        "username": "",
        "displayName": "Ytfrytf",
        "text": "❤️❤️",
        "createdAt": "1782483520832",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "209814693609881910_12984825531742984210",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "232316986062948890_10649517592526252089",
        "username": "",
        "displayName": "Umar Sawn",
        "text": "❤️😍🔥🙏🙏❤️❤️❤️❤️❤️❤️😍😍😍🙏😍🙏🙏😍🙏😍🙏😍🙏🙏😍😍🙏🙏🙏🙏❤️🙏❤️🙏❤️🙏😍🙏😍🙏🙏😍🙏❤️🙏🙏❤️🙏❤️❤️🙏🙏❤️🙏❤️❤️🙏❤️🙏🙏❤️🙏😍🙏😍😍🙏😍🙏🙏❤️🙏🙏🙏❤️🙏😍😍🙏😍🙏😍🙏😍🙏😍🙏😍❤️🙏😍🙏😍🙏😍🙏❤️🙏❤️🙏😍🙏",
        "createdAt": "1782402645266",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "10413543095045407236_12180915572236468008",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "1653086838460927750_12965090601836635755",
        "username": "",
        "displayName": "🇨🇴⚽️JACOBO⚽️🇨🇴",
        "text": "@Real Madrid me pueden coger un vuelo para que pueda conocer el equipo porfa",
        "createdAt": "1782353413125",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "9682343194018793967_10412841687687142928",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYZG9qdnlidnl5AZ76sh4FAZ76shyuAAAAAQ",
        "userId": "3100879577731517781_12992259246657572820",
        "username": "",
        "displayName": "Ramazan_Zebari",
        "text": "❤️❤️",
        "createdAt": "1782331626881",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "5739099798074904121_12380491428641014496",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "17414952884313083224_10199089194716912826",
        "username": "",
        "displayName": "﮼ئەوین",
        "text": "کوردی لێیە؟😂🔥",
        "createdAt": "1781901743125",
        "likeCount": 43,
        "replyCount": 12
      },
      {
        "commentId": "14934854154261711092_13758652922101472285",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "14546349576993590549_12777087720101230096",
        "username": "",
        "displayName": "Aya",
        "text": "کچێ لەو دوەی قشتر نییە🫂👍🙂",
        "createdAt": "1781867485138",
        "likeCount": 55,
        "replyCount": 7
      },
      {
        "commentId": "6008396279121726745_11565186561019598446",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "870667629607600703_11560849363016637126",
        "username": "",
        "displayName": "Lazizbek_🖤",
        "text": "Mancheste united+Real madrid=C.Ronaldo😕",
        "createdAt": "1781865541144",
        "likeCount": 56,
        "replyCount": 3
      },
      {
        "commentId": "11288817904463856094_9560245266897111703",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "10040425756273428258_10091057578507072369",
        "username": "",
        "displayName": "𝐍𝐚𝐣𝐨.𝐚𝐬𝐰𝐚𝐝𝟐𝟏.𝟏𝟎",
        "text": "Brahim diyazz.valverde 😭❤️",
        "createdAt": "1781920986208",
        "likeCount": 4,
        "replyCount": 1
      },
      {
        "commentId": "14361858230491365909_10713242777785807164",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "6040861441981172590_13432819856039805300",
        "username": "",
        "displayName": "Zeinab",
        "text": "😂😭🔥Hala Madrid 🔥🔥🔥❤️😍",
        "createdAt": "1781871552677",
        "likeCount": 7,
        "replyCount": 0
      },
      {
        "commentId": "2731122808923246066_11611404420589772014",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "7998135140827021434_10344740274569678966",
        "username": "",
        "displayName": "𝘑𝘶𝘭𝘭𝘪𝘢“🇵🇹",
        "text": "A cuteeeee mennnnn yaaAaa 😭🎀🤍firsttt",
        "createdAt": "1781861676407",
        "likeCount": 4,
        "replyCount": 1
      },
      {
        "commentId": "7938656294378685511_9271609964882050717",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "4416160885444398187_12685200616477278807",
        "username": "",
        "displayName": "☠︎︎✩☾︎𝔤𝔱𝔞~𝔤𝔦𝔯𝔩𝔶*☽︎☆♫︎",
        "text": "وییی پێکەنینی ڤاڵڤێردی ڕێک منە 😭💖💖",
        "createdAt": "1781905658947",
        "likeCount": 4,
        "replyCount": 0
      },
      {
        "commentId": "10231422032056566292_9739704596376126732",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "12928102198096513851_11924234221358149279",
        "username": "",
        "displayName": "Oleg",
        "text": "Ronaldooo😭❤️ Hala madrid",
        "createdAt": "1781870169459",
        "likeCount": 4,
        "replyCount": 0
      },
      {
        "commentId": "1950962839343612984_10713551792212368624",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "8964649268469713543_10374571476906214451",
        "username": "",
        "displayName": "Larin",
        "text": "کوردی لێیـیـە .؟😂",
        "createdAt": "1781944201148",
        "likeCount": 3,
        "replyCount": 0
      },
      {
        "commentId": "11194874520774656316_12987952430002493504",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "2970442343074513620_11167040772916156909",
        "username": "",
        "displayName": "𝐇𝐨𝐝𝐚ᥫ᭡",
        "text": "ضحكتهم اب كَلبي🤍😞✨",
        "createdAt": "1781914479843",
        "likeCount": 12,
        "replyCount": 25
      },
      {
        "commentId": "13951516645322543065_9290914371806554546",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "45359616325402744_9605797589288781118",
        "username": "",
        "displayName": "Mhamad",
        "text": "كوردي لييه😂💔",
        "createdAt": "1781898659835",
        "likeCount": 13,
        "replyCount": 1
      },
      {
        "commentId": "15894265634072709487_10855441702666318871",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "17242189618928635623_12312797654905918062",
        "username": "",
        "displayName": "هبه",
        "text": "ضحكة فالفيردي 🇺🇾❤️❤️",
        "createdAt": "1782365484867",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "8776845655995074172_11346437735660122130",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "17594785683972509106_12882497281798619824",
        "username": "",
        "displayName": "Ytfrytf",
        "text": "😍😍❤️",
        "createdAt": "1782483535228",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "18148303906000488218_10709055554218775976",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "15493520194123154301_10576201126268162079",
        "username": "",
        "displayName": "w0rld",
        "text": "Valverdes laugh 😂😂😂😂",
        "createdAt": "1781862419319",
        "likeCount": 10,
        "replyCount": 0
      },
      {
        "commentId": "13862254712197235973_11866601270588808779",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "93824329801351831_11039846121586211641",
        "username": "",
        "displayName": "هبة",
        "text": "❤️برهوم و فالفيردي ❤️",
        "createdAt": "1781886715690",
        "likeCount": 5,
        "replyCount": 1
      },
      {
        "commentId": "10637284163487942689_13136277268459761410",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "16503031684321264941_9844305219128421258",
        "username": "",
        "displayName": "Ev",
        "text": "La risa contagiosa de los dohs 😊😂",
        "createdAt": "1781873396148",
        "likeCount": 4,
        "replyCount": 1
      },
      {
        "commentId": "1681730805588640660_12140568262008337746",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYdXJseWZicWJ3AZ7fILU3AZ7fIKtvAAAAAQ",
        "userId": "260163928195286999_12580720986242899467",
        "username": "",
        "displayName": "Angélique",
        "text": "😍😍😍😍❤️❤️",
        "createdAt": "1782324849849",
        "likeCount": 0,
        "replyCount": 0
      },
      {
        "commentId": "15256504616909096468_9928373771539946659",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYbG9vcXNlaWF0AZ4SLEyvAZ4SLEifAAAAAQ",
        "userId": "10179789820514747779_12214165746126085865",
        "username": "",
        "displayName": "Abbos.",
        "text": "🔥",
        "createdAt": "1778422647533",
        "likeCount": 2,
        "replyCount": 0
      },
      {
        "commentId": "14413468257338215088_10858829161193418820",
        "postId": "W7_EDlXWTBiXAEEniNoMPwAAYbG9vcXNlaWF0AZ4SLEyvAZ4SLEifAAAAAQ",
        "userId": "6262442145921713780_9980224185858726636",
        "username": "",
        "displayName": "Dioba",
        "text": "🔥🔥",
        "createdAt": "1779579613292",
        "likeCount": 0,
        "replyCount": 0
      }
    ],
    "replies": [],
    "engagement": {
      "totalViews": 1632754,
      "totalLikes": 180063,
      "totalComments": 4090,
      "totalShares": 6962,
      "totalSubscribers": 4660400,
      "engagementRate": 11.71
    },
    "relatedAccounts": [
      {
        "username": "mancityofficial",
        "displayName": "Man City",
        "profileUrl": "https://www.snapchat.com/@mancityofficial"
      },
      {
        "username": "fcbarcelona",
        "displayName": "FC Barcelona",
        "profileUrl": "https://www.snapchat.com/@fcbarcelona"
      },
      {
        "username": "fcbayern",
        "displayName": "FC Bayern",
        "profileUrl": "https://www.snapchat.com/@fcbayern"
      }
    ],
    "business": {
      "companyName": "",
      "businessAddress": "",
      "city": "",
      "state": "",
      "country": "",
      "postalCode": "",
      "website": "",
      "phone": "",
      "email": ""
    },
    "metadata": {
      "sourceUrl": "https://www.snapchat.com/@realmadrid",
      "scrapedAt": "1782543507.0030148",
      "scraperVersion": "1.0",
      "requestId": "",
      "status": "success",
      "error": null
    }
  }
]
```

***

## 📚 Output Fields Explained

### Profile Object

| Field            | Description             |
| ---------------- | ----------------------- |
| id               | Profile identifier      |
| username         | Snapchat username       |
| displayName      | Public display name     |
| bio              | Profile biography       |
| profileUrl       | Snapchat profile URL    |
| profilePhoto     | Profile image           |
| snapcodeImage    | Snapcode image          |
| verified         | Verification status     |
| website          | Website URL             |
| subscriberCount  | Number of subscribers   |
| category         | Profile category        |
| businessCategory | Business classification |
| location         | Public location         |

***

### Stories

Contains active public stories published by the profile.

***

### Highlights

Contains curated highlights collections.

***

### Spotlight

Contains spotlight videos and associated performance metrics.

***

### Lenses

Contains public lenses associated with the profile.

***

### Comments

Contains spotlight comment data and engagement details.

***

### Related Accounts

Contains publicly connected Snapchat profiles.

***

### Engagement

Aggregated engagement metrics across spotlight content.

***

## 💎 Benefits

#### Save Hours of Manual Research

Collect large amounts of Snapchat profile data automatically.

#### Structured Data

Receive clean, organized JSON output.

#### Multiple Profiles Support

Analyze many Snapchat accounts in a single run.

#### Analytics Ready

Use directly in dashboards and reporting systems.

#### API Friendly

Easy integration with workflows and automation tools.

#### Business Intelligence

Generate actionable insights from Snapchat public profiles.

***

## ⚡ Best Practices

#### Use Public Profiles

The actor works best with public Snapchat profiles.

#### Use Multiple Usernames

Batch processing is more efficient than individual runs.

#### Store Results

Export results for historical analysis and trend tracking.

#### Schedule Runs

Run on a schedule to monitor profile changes over time.

#### Analyze Engagement

Use engagement metrics to compare profile performance.

***

## ⚠️ Common Issues & How To Avoid Them

### No Data Returned

Possible reasons:

- Username does not exist
- Invalid profile URL
- Typographical errors
- Profile is unavailable

#### Solution

Double-check usernames and URLs before running.

***

### Empty Stories

Possible reason:

- User currently has no public stories

#### Solution

Try again later when stories become available.

***

### Empty Spotlight Results

Possible reason:

- User has never published spotlight content

#### Solution

This is normal for many profiles.

***

### Missing Business Information

Possible reason:

- Profile is not a business account

#### Solution

Only business profiles provide business details.

***

### Some Fields Are Empty

Possible reason:

- The information is not publicly available

#### Solution

This is expected behavior and depends on the profile.

***

## 🌟 Why Choose This Snapchat Profile Scraper?

✅ Extract comprehensive Snapchat profile data

✅ Supports usernames and profile URLs

✅ Stories extraction

✅ Highlights extraction

✅ Spotlight analytics

✅ Lens discovery

✅ Engagement metrics

✅ Related account discovery

✅ Business profile information

✅ Structured export formats

✅ Automation-friendly output

✅ Suitable for research, marketing, and analytics

***

## 📧 Support

If you need additional fields, custom features, or encounter any issues, feel free to contact:

**<alphascraper69@gmail.com>**

Feature requests and feedback are always welcome.

***

***

## Here my another actors:

### Youtube Iteams:

- [🎶 Youtube Audio Downloader (Video/Shorts)](https://console.apify.com/actors/lTUPL4gmLTDNXBeWw/source)
- [Youtube Video Downloader Advanced](https://console.apify.com/actors/XOpQsUkgGZLGSCJd0/source)
- [Youtube Video Downloader ( Soundless )](https://console.apify.com/actors/gFsczW1QplIquv9eL/source)
- [Youtube Video Downloader](https://console.apify.com/actors/9kZQcUlHZRKp1ilZA/source)
- [Youtube Video Details Scraper](https://console.apify.com/actors/On4VfiWjGnT79clm1/source)
- [Youtube Transcript Ninja (Subtitles) ](https://console.apify.com/actors/eWrsJHhdeEbVHChpX/source)
- [Youtube Thumbnails Downloader & Scraper](https://console.apify.com/actors/YShot3wkL0HJdRkD0/source)
- [Youtube Tags or Hashtags Scraper](https://console.apify.com/actors/O1FU99ID2ccR5wcS8/source)
- [Youtube Tags Scraper](https://console.apify.com/actors/1wVokAhQLbbeeFVfR/source)
- [Youtube Shorts Scraper lite](https://console.apify.com/actors/bOyWDt1IbXZsadWRp/source)
- [Youtube Shorts Downloader Pro](https://console.apify.com/actors/bN1AjNRMops81rGkg/source)
- [Youtube Shorts Comments Scraper](https://console.apify.com/actors/ON1C4qgHaEQEhhEmI/source)
- [Youtube Community Posts Scraper](https://console.apify.com/actors/X38E51BParHFNaCw1/source)
- [Youtube Channel Id Scraper Pro](https://console.apify.com/actors/2uuIEovgGHcYjEKyN/source)
- [Youtube Video Transcript  Scraper ( Subtitles )](https://console.apify.com/actors/IEmSN6FkNn0tw10BA/source)
- [Youtube Video Comments Scraper](https://console.apify.com/actors/URh4zBT1aesfE8QKc/source)
- [Youtube Shorts Scraper  Pro](https://console.apify.com/actors/G4McyHJJzc2TbUSo6/source)
- [Youtube Shorts Scraper](https://console.apify.com/actors/XP0WgKweF1M83FnmR/source)
- [Youtube Channel Scraper](https://console.apify.com/actors/ufMZfwMgyHeaoDdAd/source)
- [YouTube Video Description Extractor](https://console.apify.com/actors/Xqae3CmxqT3HfHaJ5/source)
- [YouTube Hashtag Scraper](https://console.apify.com/actors/d4bYqQ0LWuczEgumx/source)
- [YouTube Description Scraper pro](https://console.apify.com/actors/OVymx0bku0C8gowB0/source)
- [YouTube Comments Scraper | Pay Per Result](https://console.apify.com/actors/ict6AecoJ85T4RthZ/source)
- [YouTube Channel ID Scraper](https://console.apify.com/actors/P9XlG8ylMGqfoelOg/source)

### Tiktok Iteams:

- [Tiktok Video Downloader](https://console.apify.com/actors/dlyQGIrqOracdqOeb/source)
- [Tiktok Video Details Scraper Pro](https://console.apify.com/actors/kZMMAHBehLOdG2FBb/source)
- [Tiktok Profile Scraper](https://console.apify.com/actors/C9mdCvPs7mDV8AYdd/source)
- [TikTok Video Scraper](https://console.apify.com/actors/7NjipRJbS73X9Io90/source)
- [TikTok Profile Videos Scraper](https://console.apify.com/actors/F6ar6Hu5STLp5mdAf/source)
- [TikTok Profile Scraper pro](https://console.apify.com/actors/3fmkMmoCBQ4SBIIAN/source)
- [TikTok Audio Downloader 🎵](https://console.apify.com/actors/jHipu7fQihSVhBE3x/source)

### Snapchat Iteams:

- [Snapchat Video Downloader (Spotlight )](https://console.apify.com/actors/yKz99HNmn4AgmhPOf/source)
- [Snapchat Video  Details Scraper (Spotlight)](https://console.apify.com/actors/fyV48EkRqcNoeq2kH/source)
- [Snapchat Followers Scraper](https://console.apify.com/actors/PxBiNYw0mgZOagGyD/source)
- [Snapchat Profile     Scraper](https://console.apify.com/actors/siCUsZdm6xmc3g7HF/source)
- [Snapchat Profile Scraper  Mini](https://console.apify.com/actors/qhkQO51Cv6iHJxdAs/source)

### Instagram Iteams:

- [Instagram video Downloader + Scraper](https://console.apify.com/actors/zIpixF6ZjlbelQDrY/source)
- [Instagram Video Downloader (Soundlss)](https://console.apify.com/actors/QQkJuhIQp4pexakls/source)
- [Instagram Thumbnail Scraper Video & Reels](https://console.apify.com/actors/z8JOosBY8hlqiUthl/source)
- [Instagram Reels  Downloader](https://console.apify.com/actors/VRbovYCWXTZXuVaN2/source)
- [Instagram Profile URL to Username Converter & Extractor](https://console.apify.com/actors/FOApkedA1VuG6ncno/source)
- [Instagram Profile Scraper](https://console.apify.com/actors/5dvorBkg7ccX95wAg/source)
- [Instagram Post Videos Downloader](https://console.apify.com/actors/h95ZexZ0ifOX4JEYQ/source)
- [Instagram Followers Scraper](https://console.apify.com/actors/c55pdH9mCE02sj7Dg/source)
- [Instagram Audio Downloader](https://console.apify.com/actors/MQRNuEHUqKreEi8gI/source)
- [Instagram Video Scraper + Downloader](https://console.apify.com/actors/63Z5eSy3IxgdIEYOX/source)
- [Instagram Video  scraper Advanced](https://console.apify.com/actors/79ng2nukXLzUn0aWg/source)
- [Instagram Video Details  scraper](https://console.apify.com/actors/VLyBXSwQpHTFwUcds/source)
- [Instagram Reels Details scraper](https://console.apify.com/actors/oGR3xfeXTuIirhdlZ/source)
- [Instagram Followers Scraper Pro](https://console.apify.com/actors/MqW3EtUZXm6OHdvcI/source)

### Facebook Iteams:

- [Facebook reels Downloader  (Separate audio or video)](https://console.apify.com/actors/nuvIRaMeRIzz3cfxK/source)
- [Facebook Video Downloader advanced](https://console.apify.com/actors/2SU8ZuABbAVFNKMZa/source)
- [Facebook Video Details Scraper Advanced](https://console.apify.com/actors/umYouAXm92472jIdY/source)
- [Facebook Video Details Scraper](https://console.apify.com/actors/cQi4k63arffL6Cn0m/source)
- [Facebook Transcript & Subtitle scraper](https://console.apify.com/actors/hMNe1QYDOtcTc95qI/source)
- [Facebook Thumbnail Downloader Video & Reels](https://console.apify.com/actors/9SmYiqGTUia29Yd1Y/source)
- [Facebook Reels Downloader Advanced](https://console.apify.com/actors/3Zdnp9TnvltdoC44T/source)
- [Facebook Reels Details Scraper  Best and  Affordable](https://console.apify.com/actors/nuzr418MKJltywrCh/source)
- [Facebook Reels Details Scraper](https://console.apify.com/actors/OGBA89e5Ki6Y5amko/source)
- [Facebook Page Details Scraper](https://console.apify.com/actors/PL9nP9BrKDSsKwSZF/source)
- [Facebook Audio Downloader](https://console.apify.com/actors/uVrcf4OJ9VW8iCybQ/source)

### Amazon Iteams:

- [Amazon Search Scraper](https://console.apify.com/actors/YcgJR1WP1cHJhHzvH/source)
- [Amazon Product Details Scraper ](https://console.apify.com/actors/1twpltijc10KFaVeb/source)

# Actor input Schema

## `usernames` (type: `array`):

Provide one or multiple Snapchat usernames. The actor will automatically build URLs for each username.

## Actor input object example

```json
{
  "usernames": [
    "https://www.snapchat.com/@mohsenalnssar",
    "https://www.snapchat.com/@realmadrid",
    "s_kramarzz",
    "@markielucas"
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "usernames": [
        "https://www.snapchat.com/@mohsenalnssar",
        "https://www.snapchat.com/@realmadrid",
        "s_kramarzz",
        "@markielucas"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("alpha-scraper/snapchat-profile-full-data-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "usernames": [
        "https://www.snapchat.com/@mohsenalnssar",
        "https://www.snapchat.com/@realmadrid",
        "s_kramarzz",
        "@markielucas",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("alpha-scraper/snapchat-profile-full-data-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "usernames": [
    "https://www.snapchat.com/@mohsenalnssar",
    "https://www.snapchat.com/@realmadrid",
    "s_kramarzz",
    "@markielucas"
  ]
}' |
apify call alpha-scraper/snapchat-profile-full-data-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=alpha-scraper/snapchat-profile-full-data-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Snapchat Profile Full Data Scraper",
        "description": "Extract detailed Snapchat profile data from usernames or profile URLs. Get profile information, bio, subscriber count, verification status, stories, highlights, spotlight content, lenses, comments, engagement metrics, related accounts, business details, and structured JSON output.",
        "version": "0.0",
        "x-build-id": "LVSUhZJq1VHoJHJVM"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/alpha-scraper~snapchat-profile-full-data-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-alpha-scraper-snapchat-profile-full-data-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/alpha-scraper~snapchat-profile-full-data-scraper/runs": {
            "post": {
                "operationId": "runs-sync-alpha-scraper-snapchat-profile-full-data-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/alpha-scraper~snapchat-profile-full-data-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-alpha-scraper-snapchat-profile-full-data-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "usernames": {
                        "title": "🟢 Profile usernames",
                        "type": "array",
                        "description": "Provide one or multiple Snapchat usernames. The actor will automatically build URLs for each username.",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
