Snapchat Video Downloader avatar
Snapchat Video Downloader

Pricing

$19.99/month + usage

Go to Apify Store
Snapchat Video Downloader

Snapchat Video Downloader

Download videos from Snapchat stories and posts with ease. This Actor helps you extract high-quality videos along with metadata from Snapchat URLs. Perfect for content creators, social media managers, and anyone looking to save Snapchat content. 🎥✨

Pricing

$19.99/month + usage

Rating

1.0

(1)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

2

Bookmarked

43

Total users

2

Monthly active users

2 months ago

Last modified

Share

Snapchat Video Downloader 📱

A powerful Actor that helps you download videos from Snapchat stories and posts. Simply input the Snapchat video URLs, and get high-quality downloadable video files along with metadata. 🎥

Features ✨

  • Download videos from Snapchat stories and public posts
  • Support batch processing of multiple URLs
  • Extract video metadata including title and thumbnail
  • Get highest quality video downloads
  • Retrieve source information and media details
  • Rate-limit friendly with built-in delays
  • Error handling and detailed logging

Use Cases 🎯

  • Content creators collecting Snapchat videos
  • Social media managers archiving content
  • Researchers collecting social media data
  • Digital marketers analyzing viral content
  • Personal backup of favorite Snapchat stories

Output 📊

For each processed URL, the Actor provides:

  • Original URL
  • Video title and thumbnail
  • Direct download links for videos
  • Video quality information
  • Media type and format
  • Error status (if any)

Tips 💡

  • Make sure to input valid Snapchat video URLs
  • The Actor respects rate limits to ensure reliable operation
  • Processing time may vary based on the number of URLs
  • All downloads are in the highest available quality

Input 📝

The Actor accepts an array of Snapchat video URLs. You can input multiple URLs to process them in batch.

Input Example

A full explanation of an input example in JSON.

{
"links": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYcnp5bnpibGtmAZMAEMHRAZMADIpLAAAAAQ"
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYcnp5bnpibGtmAZMAEMHRAZMADIpLAAAAAQ",
"source": "snapchat",
"author": "ishowspeed.fp1",
"title": "Another Spotlight Snap brought to you by Snapchat",
"thumbnail": "https://bolt-gcdn.sc-cdn.net/x/shkCNBpRe39Bxasf99Gub.256.IRZXSOY?mo=GkcaDRoAGgAyAXdIAlAuYAFaEERmTGFyZ2VUaHVtYm5haWyiARAIgAIiCxIAKgdJUlpYU09ZogEQCJoKIgsSACoHSVJaWFNPWQ%3D%3D&uc=46",
"duration": "19900",
"medias": [
{
"url": "https://bolt-gcdn.sc-cdn.net/x/shkCNBpRe39Bxasf99Gub.27.IRZXSOY?mo=Gm8aDRoAGgAyAXdIAlAuYAFaEFNwb3RsaWdodFNoYXJpbmeiAUYIGxI1CjMgAUotCiiaAVZYTVJQS0hUTUNAQ0M7PWM5NTw1R0U7QT4_OT1GPEhYcmZnamxwEPQDaAIiCxIAKgdJUlpYU09ZkAO8mwE%3D&uc=46",
"quality": "hd",
"extension": "mp4",
"type": "video"
}
],
"type": "single",
"error": false
},
...
]