Telegram Media Downloader 📥 avatar
Telegram Media Downloader 📥

Pricing

$19.99/month + usage

Go to Store
Telegram Media Downloader 📥

Telegram Media Downloader 📥

Developed by

EasyApi

EasyApi

Maintained by Community

A powerful Telegram media downloader that extracts videos, photos, and other media content from Telegram posts. Simply input the post URLs and get high-quality downloadable media files with detailed metadata.

5.0 (1)

Pricing

$19.99/month + usage

2

Total users

128

Monthly users

64

Runs succeeded

>99%

Last modified

a day ago

Extract and download media content from Telegram posts with ease! This actor helps you download videos, photos, and other media files from public Telegram channels and groups.

Features 🌟

  • 📹 Downloads high-quality videos from Telegram posts
  • 🖼️ Extracts images and photos
  • 📊 Provides detailed metadata for each post
  • 🚀 Fast and efficient processing
  • 💾 Supports batch processing of multiple URLs
  • ⚡ Handles both single posts and channel content

Input Parameters ⚙️

The actor accepts the following input parameters:

FieldTypeDescription
linksArrayList of Telegram post URLs to process

Output Format 📋

The actor provides detailed output for each processed URL, including:

  • Original post URL
  • Media download URLs
  • Post title and description
  • Thumbnail URLs
  • Media quality information
  • Processing status and metadata

Limitations ⚠️

  • Only works with public Telegram channels and groups
  • Respects Telegram's rate limiting
  • Maximum 100 URLs per run recommended

Use Cases 🎯

  • Media archiving from Telegram channels
  • Content curation and collection
  • Social media management
  • Research and data collection

Input Example

A full explanation of an input example in JSON.

{
"links": [
"https://t.me/csifeducacionmadrid/2508"
]
}

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://t.me/csifeducacionmadrid/2508",
"result": {
"url": "https://t.me/csifeducacionmadrid/2508?embed=1&mode=tme",
"source": "telegram",
"title": "CSIF CONVOCA HUELGA EL 13/02📢 𝗖𝗦𝗜𝗙 convoca una jornada de huelga el día 13 de febrero 𝗽𝗼𝗿 𝗹𝗮 𝗶𝗻𝗰𝗲𝗿𝘁𝗶𝗱𝘂𝗺𝗯𝗿𝗲 𝗲𝗻 𝗠𝘂𝗳𝗮𝗰𝗲.▫️Miguel Borra, presidente de CSIF: "Vamos a parar la Administración del Estado".▫️Lamentamos el perjuicio que esta huelga pueda generar sobre los ciudadanos, pero nos vemos obligados a elevar el tono de la protesta para defender el derecho de nuestros/as funcionarios a recibir una asistencia sanitaria, en el marco de la ley del mutualismo administrativo.➕INFO👇🏻https://tinyurl.com/35fnkjsz➡️ Síguenos en nuestras Redes Sociales:▫️Telegram:https://t.me/csifeducacionmadrid▫️Resto de RRSS:https://linktr.ee/csifeducacionmadrid",
"thumbnail": "https://cdn4.cdn-telegram.org/file/nT1Rryao12GiA_OYOPKEzqa_qZ8GTXVb-hqg-xHeGv2mXJ0ljBCKRrsMqtRgbs-2fbDEX5si7rYGOgV-odQU4yGc5YcyIyw72QIJIJqv_mIQUtTbxAV5prXxfKvgpRZkCcVzwdfVvEIzuUfOQNamCuIwSTANzJfkLeIR4mvFCPoo_UNIklGMCnn4Et55x7Vlf2ZU55of9sVjH-L16qSQ2O5K8Hfm6SgWjNnZpnemOvmo227T_yn482wGDyPPSdX6sfXEnECUGJ6idr__eZeiRlxypDi8v_VSrlk_wTtUwDCM7--vWX5S3AHQyGfpSIaP-mVj2diwJnzQU8t3UkLz-w.jpg",
"medias": [
{
"url": "https://cdn4.cdn-telegram.org/file/73fddf2b66.mp4?token=SqPZ209pwujrJGtk0OBbKCYCmwyq1RgKsPLRpBoZX8-6fviu7-5pWmg3IlyUt1T4DZRe2oXDxBubS_IIb_D4xPsX6IZiBct99Na-l3vNv6kzBScnChAD1w92obv7v0j-Hud86TEAjpdXQtKyvALBXgUI45RdNqNBFiUSyzP7p7pTps5dOl_OywAiCpoMH8T8rsRCBbjcGHrovMHoZKV7RVUSQyfvYNRfm7bmNNRFM9zrQtmjllINzxrIAZGQjh-U_pc8gZsCC9ZOtiEOIgzJURz7anq4qdQEMbJy_kwornmDOXKEC_Bg4m74cwjCveJp-eNHlP1yZQeD_1A17rhLZA",
"quality": "HD",
"extension": "mp4",
"type": "video"
}
],
"type": "single",
"error": false,
"time_end": 692
}
}
]