zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Downloader/Snapchat Downloader
Logo Snapchat Downloader

Snapchat Downloader

Download video Spotlight/Stories dari Snapchat. Tempel URL.

1 endpoint1 endpoint on this scraper2 calls2 calls so farupdated 3 months agoLast updated 6/21/2026, 12:51:36 PMllms.txt
Endpoints1

0/1 passing
checked 20 hours ago · daily 01:00 WIB

Download

Download media dari Snapchat.

GET/v1/downloader:snapchat/download1h cache4 paramschecking key…
Parameters
urlstringrequired

Snapchat media URL (video or post). Query params are fine.

qualityenum

Max video quality — max = best available. Ignored when audioOnly=true.

audioOnlyenum

Set true to fetch audio only. Default false (video).

audioFormatenum

Audio container when audioOnly=true. Default mp3.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://cf-st.sc-cdn.net/d/cbG3RVBhvWG13HACSV1RM.1034.IRZXSOY?uc=46",
  "type": "video",
  "filename": "snapchat_W7_EDlXWTBiXAEEniNoMPwAAYamV1bm16YWd4AZGR5HVKAZGR5HU2AAAAAQ.mp4",
  "provider": "snapchat",
  "originalUrl": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYamV1bm16YWd4AZGR5HVKAZGR5HU2AAAAAQ"
}

Code

Download
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("downloader:snapchat", "download", {
  "url": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYenJ",
  "quality": "1080",
  "audioOnly": "false",
  "audioFormat": "mp3"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Download/v1/downloader:snapchat/download
4 params

Parameters

urlstringrequired
Snapchat media URL (video or post). Query params are fine.
qualityenumoptional
Max video quality — max = best available. Ignored when audioOnly=true. Values: 144, 240, 360, 480, 720, 1080, max.
audioOnlyenumoptional
Set true to fetch audio only. Default false (video). Values: true, false.
audioFormatenumoptional
Audio container when audioOnly=true. Default mp3. Values: mp3, opus, ogg, wav.

Request

curl -X GET "https://api.zpi.web.id/v1/downloader:snapchat/download?url=https%3A%2F%2Fwww.snapchat.com%2Fspotlight%2FW7_EDlXWTBiXAEEniNoMPwAAYenJ&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://cf-st.sc-cdn.net/d/cbG3RVBhvWG13HACSV1RM.1034.IRZXSOY?uc=46",
  "type": "video",
  "filename": "snapchat_W7_EDlXWTBiXAEEniNoMPwAAYamV1bm16YWd4AZGR5HVKAZGR5HU2AAAAAQ.mp4",
  "provider": "snapchat",
  "originalUrl": "https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYamV1bm16YWd4AZGR5HVKAZGR5HU2AAAAAQ"
}

Related APIs

More in downloader

Instagram Downloader

downloaderinstagram

Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel.

105105 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

YouTube Downloader

downloaderyoutube

Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung.

8787 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Pixeldrain Downloader

downloaderpixeldrain

Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.

2828 calls so far6mResponses cached for 6m
Busy: 10+ calls so far

Pinterest Downloader

downloaderpinterest

Download video & gambar dari Pinterest. Tempel URL pin.

3434 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Twitter / X Downloader

downloadertwitter

Download video dari Twitter / X. Tempel URL tweet yang berisi video.

3232 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Facebook Downloader

downloaderfacebook

Download video & Reels dari Facebook. Tempel URL video/watch/reel publik.

1212 calls so far1hResponses cached for 1h
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportStatusReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.