Snapchat Spotlight Video Downloader avatar

Snapchat Spotlight Video Downloader

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Snapchat Spotlight Video Downloader

Snapchat Spotlight Video Downloader

Download Snapchat Spotlight videos. Provide one or more Spotlight URLs and get direct CDN video links, thumbnails, captions, creator info, and engagement stats.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(10)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

11

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Download videos from Snapchat Spotlight with direct CDN links, thumbnails, captions, creator profiles, and engagement stats — no login required.

What It Does

Provide one or more Snapchat Spotlight URLs and the actor returns a structured record for each video containing:

  • Direct video URL — MP4 link served from Snapchat's CDN (cf-st.sc-cdn.net)
  • Thumbnail URL — Preview image CDN link
  • Caption — Creator's description/caption
  • Creator info — Username and profile URL
  • Engagement stats — View count, share count
  • Duration — Video length in seconds
  • Upload date — When the video was posted (ISO 8601)

Supported URL Formats

FormatExample
Standard Spotlighthttps://www.snapchat.com/spotlight/<id>
Profile Spotlighthttps://www.snapchat.com/@username/spotlight/<id>
Short linkhttps://t.snapchat.com/<id>

Input

FieldTypeRequiredDescription
spotlightUrlsstring[]YesList of Spotlight URLs to download
proxyConfigurationobjectNoOptional Apify proxy configuration

Example Input

{
"spotlightUrls": [
"https://www.snapchat.com/spotlight/eyJzb3VyY2VTbmFwSWQiOnsiZHNwSWQiOiI0ZjM4YTE2Ni1hMDQyLTQ4Y2ItYWQ3Ni02N2QzNzVkMGM4ZGYifX0.",
"https://t.snapchat.com/AbCdEfGh"
]
}

Output

One JSON record per input URL is saved to the dataset.

FieldTypeDescription
snapIdstringUnique Spotlight video ID
inputUrlstringThe URL you provided
videoUrlstringDirect MP4 download link
thumbnailUrlstringThumbnail image URL
captionstringCreator's caption (if any)
usernamestringCreator's Snapchat username
profileUrlstringCreator's profile URL
durationSecondsnumberVideo length in seconds
viewCountintegerNumber of views (omitted if hidden)
shareCountintegerNumber of shares (omitted if hidden)
uploadedAtstringISO 8601 upload timestamp
scrapedAtstringISO 8601 scrape timestamp
errorstringSet only when the URL could not be processed

Example Output

{
"snapId": "eyJzb3VyY2VTbmFwSWQiOnsiZHNwSWQiOiI0ZjM4YTE2Ni...",
"inputUrl": "https://www.snapchat.com/spotlight/eyJzb3VyY2VTbmFwSWQi...",
"videoUrl": "https://cf-st.sc-cdn.net/d/abcdef.mp4",
"thumbnailUrl": "https://cf-st.sc-cdn.net/i/abcdef.jpg",
"caption": "Check this out! 🔥 #viral",
"username": "snapuser123",
"profileUrl": "https://www.snapchat.com/@snapuser123",
"durationSeconds": 15.0,
"viewCount": 125000,
"shareCount": 340,
"uploadedAt": "2024-11-14T10:30:00+00:00",
"scrapedAt": "2026-04-14T12:00:00+00:00"
}

FAQ

Do video URLs expire? Yes. Snapchat CDN URLs contain expiring tokens and are typically valid for several hours to days. Download the video file promptly if you need permanent storage.

Do I need a proxy? No proxy is required for public Spotlight pages in most regions. If you experience blocks, add a residential proxy via the Proxy Configuration input.

What if a URL fails? Failed URLs produce an error record with the error field set. The actor continues processing remaining URLs without stopping.

What URL formats are supported? Standard Spotlight URLs, profile-specific Spotlight URLs, and t.snapchat.com short links are all supported.

Can I download private or friends-only Snaps? No. This actor only works with public Spotlight content that is accessible without logging in.