Snapchat Explorer avatar
Snapchat Explorer

Pricing

$20.00/month + usage

Go to Store
Snapchat Explorer

Snapchat Explorer

Developed by

Alien Force

Alien Force

Maintained by Community

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.

0.0 (0)

Pricing

$20.00/month + usage

1

Total users

14

Monthly users

7

Runs succeeded

>99%

Last modified

5 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:

{
"keyword": "avengers"
}

📤 Output Schema

The actor returns results in the following format:

{
"spotlights": [
{
"id": "W7_EDlXWTBiXAEEniNoMPwAAYeHpueG9udGVyAYeHraX1AYeHraWPAAAAAQ",
"caption": "The big three ✨ ...",
"views": "-1",
"shares": "-1",
"comments": "0",
"recommendCount": "0",
"screenshotCount": "0",
"privateReplyCount": "0",
"topCreatorBadge": false,
"repliesEnabled": true,
"created_time": 1681608517007,
"content_url": "https://cf-st.sc-cdn.net/d/1ywWxvn5sXVKCzKPL9lT3...",
"thumbnail": "https://cf-st.sc-cdn.net/d/1ywWxvn5sXVKCzKPL9lT3...",
"hashtags": ["#theavengers", "#Repost", ...],
"width": 368,
"height": 624,
"duration": 13.34,
"link": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEn...",
"author": {
"id": "",
"username": "",
"profile_pic": "",
"followerCount": "0"
}
}
],
"lenses": [
{
"lensId": "58737650877",
"name": "avengers",
"iconUrl": "https://lens-storage.storage.googleapis.com/png/...",
"deeplinkUrl": "https://www.snapchat.com/unlock/?type=SNAPCODE...",
"creatorName": "Nur Rohman Eko Aji",
"creatorUserId": "08f9264a-c27c-4b60-a4c9-03f36532e205",
"creatorProfileId": "",
"creatorIsOffical": false,
"thumbnailUrl": "https://community-lens.storage.googleapis.com/...",
"thumbnailSequence": {
"urlPattern": "https://community-lens.storage.googleapis.com/...",
"numThumbnails": 6,
"animationIntervalMs": 300
}
}
],
"users": [
{
"id": "da77dbe1-5182-49c7-a52c-886fa0f81a1b",
"displayName": "avengers",
"username": "avengers",
"mutableUsername": "avengers",
"snapProId": "",
"profileLogoUrl": "",
"isPopular": false,
"isOfficial": false,
"emoji": "",
"contextHint": "",
"recommendationReason": 2
}
],
"popular_accounts": [
{
"accountId": "ad72382b-ef14-471c-9e59-f9ab92e585af",
"name": "Super Hero",
"username": "avengers-1434",
"description": "Explore the most epic superhero scenes, highlights, and moments.",
"logoUrl": "https://cf-st.sc-cdn.net/aps/bolt/aHR0c...",
"logoUrlV2": "https://cf-st.sc-cdn.net/aps/bolt/aHR0c...",
"phoneNumber": "",
"address": "",
"emailAddress": "superherogx7@gmail.com",
"websiteUrl": "https://linktr.ee/hero.x",
"profileUrl": "https://www.snapchat.com/add/avengers-1434",
"businessAddress": {
"streetAddress": "",
"city": "",
"zipCode": "",
"country": "Avengers HQ",
"administrativeDistrict": ""
},
"displayAddress": "Avengers HQ",
"createdTimestamp": "1695877327953",
"isOfficialAccount": false,
"followerCount": "116702",
"hasLenses": true,
"isLensCreator": true,
"hasHighlights": true,
"isTestProfile": false,
"isBrandProfile": true,
"organizationId": "edef4524-4c68-4cfb-99e1-a1bcb9d48f99",
"isSnapchatPlusSubscriber": true
}
]
}