Izlesene Video Downloader ๐ŸŽฅ avatar
Izlesene Video Downloader ๐ŸŽฅ

Pricing

$19.99/month + usage

Go to Store
Izlesene Video Downloader ๐ŸŽฅ

Izlesene Video Downloader ๐ŸŽฅ

Developed by

EasyApi

EasyApi

Maintained by Community

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. ๐ŸŽฅโœจ

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

a month ago

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.

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

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.izlesene.com/video/poz-verirken-dogum-gunu-pastasini-dusuren-kiz/10753761",
"result": {
"url": "https://www.izlesene.com/video/poz-verirken-dogum-gunu-pastasini-dusuren-kiz/10753761",
"source": "izlesene",
"title": "Poz Verirken DoฤŸum Gรผnรผ Pastasฤฑnฤฑ DรผลŸรผren Kฤฑz",
"thumbnail": "https://i1.imgiz.com/rshots/10753/poz-verirken-dogum-gunu-pastasini-dusuren-kiz_10753761-1200_640x360.jpg",
"duration": 5.866,
"medias": [
{
"url": "https://istr.izlesene.com/data/videos/10753/10753761-360_2-135k.mp4?token=6LyG_uzL6Pyf2WhKkjUAcA&ts=1739419428&playername=izlesene",
"quality": "360p",
"extension": "mp4",
"type": "video"
},
{
"url": "https://istr.izlesene.com/data/videos/10753/10753761-480_2-170k.mp4?token=1__C3tgY5jwKgGWv-8uFXQ&ts=1739419428&playername=izlesene",
"quality": "480p",
"extension": "mp4",
"type": "video"
},
{
"url": "https://istr.izlesene.com/data/videos/10753/10753761-720_4-300k.mp4?token=iXvai0tU7Kx-yZIOlPN6Sw&ts=1739419428&playername=izlesene",
"quality": "720p",
"extension": "mp4",
"type": "video"
},
{
"url": "https://istr.izlesene.com/data/videos/10753/10753761-1080_5-400k.mp4?token=v-PIDhBTWN_vrKBIg6E6eQ&ts=1739419428&playername=izlesene",
"quality": "1080p",
"extension": "mp4",
"type": "video"
}
],
"type": "multiple",
"error": false,
"time_end": 2280
}
}
]