Telegram Media Downloader 📥 avatar

Telegram Media Downloader 📥

Try for free

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

Go to Store
Telegram Media Downloader 📥

Telegram Media Downloader 📥

easyapi/telegram-media-downloader
Try for free

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

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.

Developer
Maintained by Community

Actor Metrics

  • 38 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 7 days 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.

1{
2    "links": [
3        "https://t.me/csifeducacionmadrid/2508"
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://t.me/csifeducacionmadrid/2508",
4        "result": {
5            "url": "https://t.me/csifeducacionmadrid/2508?embed=1&mode=tme",
6            "source": "telegram",
7            "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",
8            "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",
9            "medias": [
10                {
11                    "url": "https://cdn4.cdn-telegram.org/file/73fddf2b66.mp4?token=SqPZ209pwujrJGtk0OBbKCYCmwyq1RgKsPLRpBoZX8-6fviu7-5pWmg3IlyUt1T4DZRe2oXDxBubS_IIb_D4xPsX6IZiBct99Na-l3vNv6kzBScnChAD1w92obv7v0j-Hud86TEAjpdXQtKyvALBXgUI45RdNqNBFiUSyzP7p7pTps5dOl_OywAiCpoMH8T8rsRCBbjcGHrovMHoZKV7RVUSQyfvYNRfm7bmNNRFM9zrQtmjllINzxrIAZGQjh-U_pc8gZsCC9ZOtiEOIgzJURz7anq4qdQEMbJy_kwornmDOXKEC_Bg4m74cwjCveJp-eNHlP1yZQeD_1A17rhLZA",
12                    "quality": "HD",
13                    "extension": "mp4",
14                    "type": "video"
15                }
16            ],
17            "type": "single",
18            "error": false,
19            "time_end": 692
20        }
21    }
22]