Izlesene Video Downloader 🎥 avatar

Izlesene Video Downloader 🎥

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Izlesene Video Downloader 🎥

Izlesene Video Downloader 🎥

easyapi/izlesene-video-downloader
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract and download videos from Izlesene.com in multiple quality options (360p to 1080p). Perfect for content creators, researchers, and anyone needing to download videos from Turkey's popular video sharing platform. Supports batch processing and provides detailed metadata. 🎥✨

Download videos and media content from Izlesene.com with ease! This actor helps you extract video content in multiple quality options from Izlesene, a popular Turkish video sharing platform.

Features ✨

  • 🚀 Fast and efficient video extraction
  • 📊 Supports multiple video qualities (360p to 1080p)
  • 🎯 Retrieves video metadata (title, duration, thumbnail)
  • 📦 Batch processing of multiple URLs
  • ⚡ Real-time results via webhooks

Usage 💡

Simply provide a list of Izlesene video URLs, and the actor will:

  1. Process each URL and extract available video formats
  2. Provide direct download links for each quality option
  3. Include metadata like title, thumbnail, and duration
  4. Save results in structured JSON format

Output 📝

The actor provides detailed output including:

  • Video title and thumbnail URL
  • Video duration
  • Multiple quality options (360p, 480p, 720p, 1080p)
  • Direct download links for each quality
  • Processing status and any errors

Limitations ⚠️

  • Only works with valid Izlesene.com video URLs
  • Respects Izlesene's rate limiting and terms of service
  • Video availability depends on original source availability

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://www.izlesene.com/video/poz-verirken-dogum-gunu-pastasini-dusuren-kiz/10753761"
4    ]
5}

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.

1[
2    {
3        "url": "https://www.izlesene.com/video/poz-verirken-dogum-gunu-pastasini-dusuren-kiz/10753761",
4        "result": {
5            "url": "https://www.izlesene.com/video/poz-verirken-dogum-gunu-pastasini-dusuren-kiz/10753761",
6            "source": "izlesene",
7            "title": "Poz Verirken Doğum Günü Pastasını Düşüren Kız",
8            "thumbnail": "https://i1.imgiz.com/rshots/10753/poz-verirken-dogum-gunu-pastasini-dusuren-kiz_10753761-1200_640x360.jpg",
9            "duration": 5.866,
10            "medias": [
11                {
12                    "url": "https://istr.izlesene.com/data/videos/10753/10753761-360_2-135k.mp4?token=6LyG_uzL6Pyf2WhKkjUAcA&ts=1739419428&playername=izlesene",
13                    "quality": "360p",
14                    "extension": "mp4",
15                    "type": "video"
16                },
17                {
18                    "url": "https://istr.izlesene.com/data/videos/10753/10753761-480_2-170k.mp4?token=1__C3tgY5jwKgGWv-8uFXQ&ts=1739419428&playername=izlesene",
19                    "quality": "480p",
20                    "extension": "mp4",
21                    "type": "video"
22                },
23                {
24                    "url": "https://istr.izlesene.com/data/videos/10753/10753761-720_4-300k.mp4?token=iXvai0tU7Kx-yZIOlPN6Sw&ts=1739419428&playername=izlesene",
25                    "quality": "720p",
26                    "extension": "mp4",
27                    "type": "video"
28                },
29                {
30                    "url": "https://istr.izlesene.com/data/videos/10753/10753761-1080_5-400k.mp4?token=v-PIDhBTWN_vrKBIg6E6eQ&ts=1739419428&playername=izlesene",
31                    "quality": "1080p",
32                    "extension": "mp4",
33                    "type": "video"
34                }
35            ],
36            "type": "multiple",
37            "error": false,
38            "time_end": 2280
39        }
40    }
41]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago