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

3

Total users

222

Monthly users

71

Runs succeeded

>99%

Last modified

a month 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
}
}
]