VOOZH about

URL: https://apify.com/crawlerbros/snapchat-lens-scraper

โ‡ฑ Snapchat Lens Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Snapchat Lens Scraper

Scrape Snapchat AR lens metadata - trending lenses from the home page, lens details by UUID or URL, or lenses by search keyword.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape Snapchat AR lens metadata โ€” trending lenses from the home page, full lens details by UUID or URL, or lens search results by keyword. Extracts lens name, creator info, preview images and videos, unlock URL, search tags, related lenses, and Spotlight videos using each lens. No login, no cookies required.

What You Get

  • Lens UUID, name, and creator details (display name, username)
  • Preview image and preview video URL for the lens effect
  • Icon thumbnail URL used in lens carousels
  • Unlock URL to open the lens directly in the Snapchat app
  • Creator profile URL and discoverability search tags
  • Official Snap lens flag and last updated timestamp
  • Related lenses shown on the detail page (up to ~11)
  • Spotlight videos that use the lens, with thumbnail and video metadata
  • Three modes: trending home page, detail by URL/UUID, keyword search

Input

FieldTypeRequiredDefaultDescription
modestringNodetailScraping mode: home (top 25 trending), detail (by URL or UUID), search (by keyword)
lensUrlsOrIdsstring[]detail modeโ€”Lens page URLs, unlock URLs, or bare UUIDs
keywordsstring[]search modeโ€”Keywords to find lenses via Snapchat's explore page
includeMoreLensesbooleanNotrueInclude related lenses shown on the detail page
includeSpotlightsUsingLensbooleanNotrueInclude Spotlight videos that use this lens
proxyConfigurationobjectNoโ€”Optional proxy settings

Supported Lens Input Formats (detail mode)

FormatExample
Lens page URLhttps://www.snapchat.com/lens/565e7595ec4e4a0da689762b127308ef
Unlock URLhttps://www.snapchat.com/unlock/?type=SNAPCODE&uuid=565e7595ec4e4a0da689762b127308ef
Bare UUID565e7595ec4e4a0da689762b127308ef

Output Fields

Core Lens Fields (all modes)

FieldTypeDescription
scannableUuidstringUnique lens UUID (32-char hex, used in all Snapchat lens URLs)
lensNamestringDisplay name of the lens
lensIdstringInternal numeric lens ID
lensCreatorDisplayNamestringCreator's display name
lensCreatorUsernamestringCreator's Snapchat username
lensPreviewImageUrlstringStatic preview image showing the lens effect
lensPreviewVideoUrlstringAnimated preview video showing the lens effect
iconUrlstringSmall icon thumbnail used in lens carousels
unlockUrlstringURL to unlock or open the lens in the Snapchat app
userProfileUrlstringCreator's Snapchat profile URL
lensCreatorSearchTagsstring[]Tags used for lens discoverability in search
isOfficialSnapLensbooleanWhether this is an official Snapchat-branded lens
lastUpdatedAtstringISO 8601 UTC last updated timestamp
lensUrlstringFull snapchat.com/lens/{uuid} page URL
sourcestringOrigin mode: home, detail, or search
scrapedAtstringISO 8601 UTC scrape timestamp

Detail Mode Additional Fields

When mode: "detail" with includeMoreLenses: true:

FieldTypeDescription
moreLensesobject[]Related lenses shown on the detail page โ€” each has the same core fields as above

When mode: "detail" with includeSpotlightsUsingLens: true:

Each item in spotlightsUsingThisLens[]:

FieldTypeDescription
thumbnailUrlstringThumbnail URL of the Spotlight video
storyPageUrlstringFull Spotlight page URL
contentUrlstringDirect CDN video URL
namestringVideo name/title (when available)
uploadedAtstringISO 8601 upload timestamp
durationMsnumberVideo duration in milliseconds
widthintegerVideo width in pixels
heightintegerVideo height in pixels
keywordsstring[]Keywords associated with the video
embeddedTextCaptionstringEmbedded text caption in the video

Search Mode Additional Field

FieldTypeDescription
searchKeywordstringThe keyword that returned this lens

Home Mode Additional Fields

Home mode records do not include moreLenses or spotlightsUsingThisLens. The top-level page may also indicate:

FieldTypeDescription
hasMorebooleanWhether more lenses are available beyond the 25 returned
nextCursorIdstringCursor for additional pages (informational)

Example Input

Detail mode:

{
"mode":"detail",
"lensUrlsOrIds":[
"565e7595ec4e4a0da689762b127308ef",
"https://www.snapchat.com/lens/dc98faf460f54b7fb6e119d4d7b7c0c3"
],
"includeMoreLenses":true,
"includeSpotlightsUsingLens":true
}

Search mode:

{
"mode":"search",
"keywords":["food","pakistan filter"],
"includeMoreLenses":false,
"includeSpotlightsUsingLens":false
}

Home mode:

{
"mode":"home"
}

Example Output

Search mode record:

{
"lensId":"560888470664674",
"lensName":"Pakistan",
"scannableUuid":"dc98faf460f54b7fb6e119d4d7b7c0c3",
"lensUrl":"https://www.snapchat.com/lens/dc98faf460f54b7fb6e119d4d7b7c0c3",
"iconUrl":"https://lens-storage.storage.googleapis.com/png/4906822b5d7f4de5bde9eaa0b12fdf08",
"unlockUrl":"https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=dc98faf460f54b7fb6e119d4d7b7c0c3&metadata=01",
"creatorName":"Shuอฅแดaอฃiอซl",
"creatorIsOfficial":false,
"thumbnailUrl":"https://community-lens.storage.googleapis.com/preview-media/thumbnail_poster/1ad5922f-e533-48e3-886e-ab23bb53b434.jpg",
"thumbnailSequence":{
"urlPattern":"https://community-lens.storage.googleapis.com/preview-media/thumbnail_seq/1ad5922f-e533-48e3-886e-ab23bb53b434/image_%d.jpg",
"numThumbnails":12,
"animationIntervalMs":300
},
"searchKeyword":"pakistan filter",
"source":"search",
"scrapedAt":"2026-06-28T06:47:22.491443+00:00"
}

Detail mode record (with spotlights):

{
"scannableUuid":"565e7595ec4e4a0da689762b127308ef",
"lensName":"Cartoon 3D Style",
"lensCreatorDisplayName":"Snapchat",
"lensCreatorUsername":"snapchat",
"lensPreviewImageUrl":"https://lens.snapchat.com/...",
"lensPreviewVideoUrl":"https://lens.snapchat.com/...",
"iconUrl":"https://lens-storage.storage.googleapis.com/...",
"unlockUrl":"https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=565e7595ec4e4a0da689762b127308ef",
"isOfficialSnapLens":true,
"lastUpdatedAt":"2025-10-01T00:00:00+00:00",
"lensUrl":"https://www.snapchat.com/lens/565e7595ec4e4a0da689762b127308ef",
"source":"detail",
"scrapedAt":"2026-06-28T06:47:00.000000+00:00",
"moreLenses":[
{
"scannableUuid":"f349702a2c764dbdbeac605aa978a3ef",
"lensName":"Anime Style",
"lensCreatorDisplayName":"Snapchat",
"isOfficialSnapLens":true,
"lensUrl":"https://www.snapchat.com/lens/f349702a2c764dbdbeac605aa978a3ef",
"source":"",
"scrapedAt":"2026-06-28T06:47:00.000000+00:00"
}
],
"spotlightsUsingThisLens":[
{
"thumbnailUrl":"https://cf-st.sc-cdn.net/...",
"storyPageUrl":"https://www.snapchat.com/spotlight/W7_EDl...",
"contentUrl":"https://cf-st.sc-cdn.net/...",
"uploadedAt":"2026-06-15T10:00:00+00:00",
"durationMs":8230.0,
"width":540,
"height":960
}
]
}

FAQ

What is a Snapchat lens UUID? The UUID is the unique hex identifier for each AR lens โ€” the 32-character string in lens page URLs (snapchat.com/lens/{uuid}) and unlock URLs (?uuid={uuid}). It is also called the "scannable UUID" because it encodes the Snapcode that unlocks the lens.

What is the difference between lensPreviewImageUrl and iconUrl? lensPreviewImageUrl is a full-size static frame showing the lens effect as applied to a face or scene. iconUrl is the small square thumbnail displayed in lens carousels and search results.

How many results does home mode return? Exactly the top 25 trending lenses featured on snapchat.com/lens at the time of scraping. This set changes daily.

How many related lenses does detail mode return? The Snapchat detail page shows up to 12 related lenses, but the first item is always the lens itself โ€” the actor filters it out, so you get up to 11 related lenses.

Can I get lenses by a specific creator? Use search mode with the creator's username or display name as a keyword. Lenses whose name or tags match the keyword will be returned.

Do I need a proxy? No proxy is required for normal usage. Snapchat's lens pages are public. For high-volume runs or if you encounter rate limiting, enable proxy via proxyConfiguration.

What does thumbnailSequence contain? An animated thumbnail preview sequence: urlPattern is a URL template with %d as the frame index, numThumbnails is the total frame count, and animationIntervalMs is the delay between frames. Use these to reconstruct an animated GIF-like preview.


Other Snapchat Scrapers

Explore the full Snapchat scraper suite on Apify:

ActorDescription
Snapchat Profile ScraperFull profile metadata, highlights, lenses, and spotlight data
Snapchat Hashtag ScraperSpotlight videos by hashtag or topic with AI metadata
Snapchat User Stories ScraperCurated highlights and active story snaps
Snapchat Spotlight Video DownloaderDownload Spotlight videos with AI metadata, transcripts, and comments
Snapchat Search ScraperSearch across videos, lenses, users, places, and shows
Snapchat Lens ScraperAR lens metadata, trending lenses, and creator info
Snapchat Publisher ScraperDiscover publisher pages, shows, episodes, and spotlights
Snapchat Ads Gallery ScraperEU/UK ad transparency library โ€” ads and sponsored content
Snapchat Spotlight Comments ScraperComment threads from Spotlight videos
Snapchat Topic ScraperSpotlight videos by topic with related tags
Snapchat Snapcode ScraperDownload Snapcode images (SVG/PNG) for any username
Snapchat Snap Map ScraperPublic Snap Map places and their latest snaps
Snapchat Discover ScraperShows and stories from Snapchat's Discover feed

You might also like

Snapchat Transcript Scraper

crawlerbros/snapchat-transcript-scraper

Extract transcripts from Snapchat Spotlight videos. Uses native WebVTT captions when available, with Whisper AI speech recognition as fallback. No login or cookies required.

Snapchat Spotlight Comments Scraper

crawlerbros/snapchat-spotlight-comments-scraper

Scrape comment threads from Snapchat Spotlight videos - by individual spotlight URL or by creator username.

Snapchat Discover Scraper

crawlerbros/snapchat-discover-scraper

Scrape Snapchat Discover page - extract premium publisher stories, episodes, and their snap details from the Apollo GraphQL cache.

Snapchat Snapcode Scraper

crawlerbros/snapchat-snapcode-scraper

Download Snapchat snapcode images (QR codes) in SVG or PNG format for any public username.

Snapchat Scraper: Profile Spotlight Story Lens Hashtag Email

memo23/snapchat-scraper

Scrape Snapchat profiles, Spotlight clips, Stories, AR Lenses, search/hashtag feeds โ€” all in one actor. Extract emails, phones and social handles from bios. AI titles, scene descriptions, audio transcripts, viewer comments, related-clip feeds. Pure HTTP. 31 fields. JSON + CSV.

๐Ÿ‘ User avatar

Muhamed Didovic

60

Snapchat Phone Number Scraper โ€“ Cheapest & Reliable ๐Ÿ“งโšก๐Ÿ“ท

contactminerlabs/snapchat-phone-number-scraper---cheapest-reliable

๐Ÿ” Scrape Mass/Bulk Snapchat Phone Numbers Enter your search parameters to collect verified phone numbers from Snapchat profiles, along with profile title, bio snippet, country, source URL & platform info ๐Ÿ“ž Perfect for lead generation and contact enrichment in tools like Google Sheetsor CRMsโšก๐Ÿ“‡

๐Ÿ‘ User avatar

ContactMinerLabs

57

1.0

(1)

Snapchat Profile Scraper

crawlerbros/snapchat-profile-scraper

Scrape public profile metadata from Snapchat user profiles. Provide usernames or profile URLs and get display name, verification status, subscriber count, bio, avatar, story highlights, related accounts, and external links with one record per username.

34

Snapchat Profile Full Data Scraper

alpha-scraper/snapchat-profile-full-data-scraper

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.

2

Snapchat Scraper Pro

alien_force/snapchat-scraper-pro

A robust Snapchat scraper that collects Spotlights, Lenses, Stories, Users, Popular Accounts and profile statistics. Perfect for analyzing creator performance, tracking engagement, and gathering marketing insights. Reliable and efficient for all your Snapchat data needs.

206

Snapchat Search Scraper

crawlerbros/snapchat-search-scraper

Scrape Snapchat search results - spotlight videos, AR lenses, topics, users, publisher editions, places, and more.