VOOZH about

URL: https://apify.com/bytepulselabs/snapchat-video-downloader/api?fpr=k8fqp

⇱ Snapchat Video Downloader API Β· Apify


Pricing

Pay per event

Go to Apify Store

Snapchat Video Downloader

Download videos from Snapchat by adding one or more Snapchat video URLs to extract embedded videos. Then, save downloaded media files, run the downloader via API, schedule and monitor downloads, or integrate with other tools for automated video archiving.

Pricing

Pay per event

Rating

5.0

(7)

Developer

πŸ‘ BytePulse Labs

BytePulse Labs

Maintained by Community

Actor stats

10

Bookmarked

185

Total users

5

Monthly active users

6 months ago

Last modified

Share

You might also like

VK (Π’ΠšΠΎΠ½Ρ‚Π°ΠΊΡ‚Π΅) Video Downloader

bytepulselabs/vk-video-downloader

Download videos from VK (Π’ΠšΠΎΠ½Ρ‚Π°ΠΊΡ‚Π΅) posts by adding one or more VK post URLs to extract embedded videos. Then, save downloaded media files, run the downloader via API, schedule and monitor downloads, or integrate with other tools for automated video archiving.

πŸ‘ User avatar

BytePulse Labs

249

3.6

DDProperty TH $1πŸ’° Powerful Filters + Deep Search

abotapi/ddproperty-scraper

From $1/1K. Extract property listings from ddproperty.com Thailand at scale. Get comprehensive data including prices, features, images, agent contacts, coordinates, nearby transit (BTS/MRT), and more. Perfect for Thai real estate analytics, market research, and investment analysis.

Thailand Used Car Market Scraper

mai_amm/thai-used-car-scraper

Scrapes and normalizes used car listings from One2car, Carsome Thailand, Taladrod, and Kaidee Auto.

DDProperty Scraper | Fast & Reliable

fatihtahta/ddproperty-scraper

Extracts detailed real estate listings in Thailand from any search URL, handling pagination automatically. Gathers prices, addresses, agent info, and photos The DDProperty scraper works fast and delivers clean, structured data for your market research.

30

5.0

HomePro Thailand Search & Product Scraper

mai_amm/homeprothai

Scrapes HomePro Thailand search results, prices, availability, product details, images, and specifications by keyword, category URL, or product URL.

Thai Real Estate Scraper

mai_amm/thai-real-estate-scraper

Scrape public Thailand property listings from DotProperty Thailand, LivingInsider, and DDProperty with prices, locations, project names, duplicate signals, and market summaries.

24

3.0

JobThai Thailand Jobs Scraper

mai_amm/jobthai-scraper

Thai job scraper for JobThai.com. Extract Thailand job listings in Thai or English with salary, company, province, job type, WFH, hybrid tags, descriptions, qualifications, benefits, and optional public contacts.

Waze Route & City Monitor

mai_amm/waze-route-city-monitor

Monitor Waze traffic alerts and jams across multiple city areas and route corridors with one dataset item per incident, jam, or route summary.

Fastwork Thailand Scraper: Services, Prices & Reviews

mai_amm/fastwork-thailand-scraper

Scrape public Fastwork Thailand services, freelancers, packages, prices, ratings, reviews, seller metrics, and monitoring changes for market research and vendor sourcing.

You can access the Snapchat Video Downloader programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< {
< "url": "https://www.snapchat.com/@tylaspacee/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYYnNjdGlrdXZnAZVCGyF8AZVCGxu-AAAAAQ"
< }
< ],
< "quality": "480",
< "proxy": {
< "useApifyProxy": false
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/bytepulselabs~snapchat-video-downloader/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Snapchat Video Downloader API

Below, you can find a list of relevant HTTP API endpoints for calling the Snapchat Video Downloader Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/bytepulselabs~snapchat-video-downloader/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/bytepulselabs~snapchat-video-downloader/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/bytepulselabs~snapchat-video-downloader?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Snapchat Video Downloader API programmatically via the Apify API.

You can choose from:

Snapchat Video Downloader API in Python

Snapchat Video Downloader API in JavaScript

Snapchat Video Downloader API through CLI

Snapchat Video Downloader OpenAPI definition

You can start Snapchat Video Downloader with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Snapchat Video Downloader is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Snapchat Video Downloader run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.