Snapchat Explorer avatar

Snapchat Explorer

Try for free

2 hours trial then $20.00/month - No credit card required now

Go to Store
Snapchat Explorer

Snapchat Explorer

alien_force/snapchat-explorer
Try for free

2 hours trial then $20.00/month - No credit card required now

Snapchat Explorer Pro is a Snapchat scarper designed to explore Snapchat content based on a specific keyword. With this actor, you can search for Spotlights, Lenses, Users, and Popular Accounts, making it a one-stop solution for discovering everything related to your keyword on Snapchat.

Developer
Maintained by Community

Actor Metrics

  • 6 Monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 3 days ago

Snapchat Explorer Pro

Snapchat Explorer Pro is a powerful tool designed to explore Snapchat content based on a specific keyword. With this actor, you can search for Spotlights, Lenses, Users, and Popular Accounts, making it a one-stop solution for discovering everything related to your keyword on Snapchat.


🚀 Key Features

  • Spotlights Results: Retrieve top Snapchat spotlights for your keyword, including captions, views, comments, and more.
  • Lenses Results: Explore creative Snapchat lenses with details about the creator, thumbnails, and deeplink URLs.
  • Users Results: Search for Snapchat users related to the keyword with usernames, display names, and popularity indicators.
  • Popular Accounts Results: Discover Snapchat profiles marked as popular or official, with additional details like follower count, profile links, and descriptions.

🔧 How It Works

  1. Input your desired keyword to search on Snapchat.
  2. The actor retrieves relevant results across four categories: Spotlights, Lenses, Users, and Popular Accounts.
  3. The output is returned in a structured JSON format for easy integration into your workflows.

📥 Input Schema

The input schema is minimalistic and user-friendly:

1{
2    "keyword": "avengers"
3}

📤 Output Schema

The actor returns results in the following format:

1{
2    "spotlights": [
3        {
4            "id": "W7_EDlXWTBiXAEEniNoMPwAAYeHpueG9udGVyAYeHraX1AYeHraWPAAAAAQ",
5            "caption": "The big three ✨ ...",
6            "views": "-1",
7            "shares": "-1",
8            "comments": "0",
9            "recommendCount": "0",
10            "screenshotCount": "0",
11            "privateReplyCount": "0",
12            "topCreatorBadge": false,
13            "repliesEnabled": true,
14            "created_time": 1681608517007,
15            "content_url": "https://cf-st.sc-cdn.net/d/1ywWxvn5sXVKCzKPL9lT3...",
16            "thumbnail": "https://cf-st.sc-cdn.net/d/1ywWxvn5sXVKCzKPL9lT3...",
17            "hashtags": ["#theavengers", "#Repost", ...],
18            "width": 368,
19            "height": 624,
20            "duration": 13.34,
21            "link": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEn...",
22            "author": {
23                "id": "",
24                "username": "",
25                "profile_pic": "",
26                "followerCount": "0"
27            }
28        }
29    ],
30    "lenses": [
31        {
32            "lensId": "58737650877",
33            "name": "avengers",
34            "iconUrl": "https://lens-storage.storage.googleapis.com/png/...",
35            "deeplinkUrl": "https://www.snapchat.com/unlock/?type=SNAPCODE...",
36            "creatorName": "Nur Rohman Eko Aji",
37            "creatorUserId": "08f9264a-c27c-4b60-a4c9-03f36532e205",
38            "creatorProfileId": "",
39            "creatorIsOffical": false,
40            "thumbnailUrl": "https://community-lens.storage.googleapis.com/...",
41            "thumbnailSequence": {
42                "urlPattern": "https://community-lens.storage.googleapis.com/...",
43                "numThumbnails": 6,
44                "animationIntervalMs": 300
45            }
46        }
47    ],
48    "users": [
49        {
50            "id": "da77dbe1-5182-49c7-a52c-886fa0f81a1b",
51            "displayName": "avengers",
52            "username": "avengers",
53            "mutableUsername": "avengers",
54            "snapProId": "",
55            "profileLogoUrl": "",
56            "isPopular": false,
57            "isOfficial": false,
58            "emoji": "",
59            "contextHint": "",
60            "recommendationReason": 2
61        }
62    ],
63    "popular_accounts": [
64        {
65            "accountId": "ad72382b-ef14-471c-9e59-f9ab92e585af",
66            "name": "Super Hero",
67            "username": "avengers-1434",
68            "description": "Explore the most epic superhero scenes, highlights, and moments.",
69            "logoUrl": "https://cf-st.sc-cdn.net/aps/bolt/aHR0c...",
70            "logoUrlV2": "https://cf-st.sc-cdn.net/aps/bolt/aHR0c...",
71            "phoneNumber": "",
72            "address": "",
73            "emailAddress": "superherogx7@gmail.com",
74            "websiteUrl": "https://linktr.ee/hero.x",
75            "profileUrl": "https://www.snapchat.com/add/avengers-1434",
76            "businessAddress": {
77                "streetAddress": "",
78                "city": "",
79                "zipCode": "",
80                "country": "Avengers HQ",
81                "administrativeDistrict": ""
82            },
83            "displayAddress": "Avengers HQ",
84            "createdTimestamp": "1695877327953",
85            "isOfficialAccount": false,
86            "followerCount": "116702",
87            "hasLenses": true,
88            "isLensCreator": true,
89            "hasHighlights": true,
90            "isTestProfile": false,
91            "isBrandProfile": true,
92            "organizationId": "edef4524-4c68-4cfb-99e1-a1bcb9d48f99",
93            "isSnapchatPlusSubscriber": true
94        }
95    ]
96}