Telegram Post Scraper · Media downloader, stats & metadata
by arachnetix
Paste any public Telegram-message URLs – the actor will pull text, hashtags, mentions, full reaction stats, photos, voice messages and short videos. P...
Opens on Apify.com
About Telegram Post Scraper · Media downloader, stats & metadata
Paste any public Telegram-message URLs – the actor will pull text, hashtags, mentions, full reaction stats, photos, voice messages and short videos. Perfect for analytics, content republishing or market research.⚠️Limitations: videos longer than one minute and file-attachments are not downloaded
What does this actor do?
Telegram Post Scraper · Media downloader, stats & metadata is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Telegram Post Scraper · Media Downloader, Stats & Metadata Bulk-extract everything you need from any public Telegram message or topic thread. --- ## 🚀 Features * Full post contents – text (with paragraph breaks), emojis, hashtags, tags, mentions * Media download – photos (JPEG / PNG), voice messages (OGG/MP3) and videos up to 60 sec (MP4) * Rich engagement stats – per-emoji reaction counts (free & paid), total reactions, views * Deep metadata – channel name, publication date (ISO 8601), verification badge, reply / forward links * Unlimited URLs – crawl hundreds of posts in one run, fully async with automatic retries * Flexible output – JSON (dataset default), plus one-click export to CSV, XLSX or Parquet inside Apify * Works with topic threads (https://t.me/channel/1234/5678) as well as regular posts --- ## ⚙️ Input json { "urls": [ "https://t.me/varlamov_news/62415", "https://t.me/OZON_int/13451/28364" ] } | Field | Type | Required | Description | | ------ | -------------- | -------- | --------------------------------------------------- | | urls | array | ✅ | One Telegram post URL per line (threads supported). | --- ## 📊 Output Each item in the dataset contains: | Key | Example | Notes | | ---------------------- | ----------------------------------------------- | -------------------------------------- | | url | https://t.me/varlamov_news/62415 | Original link | | channel_name | Varlamov News | — | | publish_datetime_iso | 2025-07-12T11:57:20+00:00 | UTC | | is_verified | true | Blue-tick channel | | text | "Why is Stalin’s popularity growing?\n\n..." | Clean text | | photos | ["https://.../file/abc.jpg"] | Unique list | | videos | ["https://.../file/clip.mp4"] | ≤ 60 s | | audios | ["https://.../file/voice.ogg"] | Voice msgs | | hashtags | ["#history","#politics"] | Order preserved | | mentions | ["@varlamov"] | From links & plain text | | forwarded_from | https://t.me/varlamov/9250 | Empty if none | | reply_to | https://t.me/varlamov/9249 | Empty if none | | views | 171000 | Integer | | reactions | { "🔥":1050, "❤🔥":204, "😁":41} | Dict | | paid_reactions | 5 | (paid = sum of super-reactions) | | total_reactions | 1385 | Paid + regular | | username | varlamov_news | Parsed from URL | | message_id | 62415 --- ## 🚦 Usage 1. Create a task for this Actor on Apify. 2. Paste your list of Telegram URLs into the Input field. 3. Click Run. 4. Download results from the Dataset tab in JSON, CSV, XLSX or Parquet. --- ## 📌 Typical use cases * Social-media analytics – monitor post performance across competitors or markets. * Media backup – bulk-download images, short videos and voice notes for archiving. * Market research – track hashtags, mentions and reaction sentiment over time. * Content republishing – retrieve assets and captions for newsletters, blogs or other channels. --- ## ⚠️ Limitations * Videos longer than 60 seconds and file attachments (documents, GIFs, etc.) cannot be downloaded. * Private or deleted posts cannot be accessed. * The actor respects Telegram rate limits; extremely large batches may take longer. --- ## ❓ FAQ | Question | Answer | | -------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | Do I need a Telegram API key? | No – we scrape the public web widgets, so no login is required. | | Can I use proxies? | Yes. Configure proxy settings in the Apify Run tab for better geodiversity or to avoid local blocking. | | How many URLs can I submit? | Practically unlimited. The actor processes them asynchronously and pushes each result immediately. | | What happens if a link is invalid? | You’ll receive an item with "status":"error" and the original url preserved, so your pipeline won’t break. | --- Made with ❤️ by data engineers who spend too much time on Telegram.
url | https://t.me/varlamov_news/62415 | Original link | | channel_name | Varlamov News | — | | publish_datetime_iso | 2025-07-12T11:57:20+00:00 | UTC | | is_verified | true | Blue-tick channel | | text | "Why is Stalin’s popularity growing?\n\n..." | Clean text | | photos | ["https://.../file/abc.jpg"] | Unique list | | videos | ["https://.../file/clip.mp4"] | ≤ 60 s | | audios | ["https://.../file/voice.ogg"] | Voice msgs | | hashtags | ["#history","#politics"] | Order preserved | | mentions | ["@varlamov"] | From links & plain text | | forwarded_from | https://t.me/varlamov/9250 | Empty if none | | reply_to | https://t.me/varlamov/9249 | Empty if none | | views | 171000 | Integer | | reactions | { "🔥":1050, "❤🔥":204, "😁":41} | Dict | | paid_reactions | 5 | (paid = sum of super-reactions) | | total_reactions | 1385 | Paid + regular | | username | varlamov_news | Parsed from URL | | message_id | 62415 --- ## 🚦 Usage 1. Create a task for this Actor on Apify. 2. Paste your list of Telegram URLs into the Input field. 3. Click Run. 4. Download results from the Dataset tab in JSON, CSV, XLSX or Parquet. --- ## 📌 Typical use cases * Social-media analytics – monitor post performance across competitors or markets. * Media backup – bulk-download images, short videos and voice notes for archiving. * Market research – track hashtags, mentions and reaction sentiment over time. * Content republishing – retrieve assets and captions for newsletters, blogs or other channels. --- ## ⚠️ Limitations * Videos longer than 60 seconds and file attachments (documents, GIFs, etc.) cannot be downloaded. * Private or deleted posts cannot be accessed. * The actor respects Telegram rate limits; extremely large batches may take longer. --- ## ❓ FAQ | Question | Answer | | -------------------------------------- | -------------------------------------------------------------------------------------------------------------- | | Do I need a Telegram API key? | No – we scrape the public web widgets, so no login is required. | | Can I use proxies? | Yes. Configure proxy settings in the Apify Run tab for better geodiversity or to avoid local blocking. | | How many URLs can I submit? | Practically unlimited. The actor processes them asynchronously and pushes each result immediately. | | What happens if a link is invalid? | You’ll receive an item with "status":"error" and the original url preserved, so your pipeline won’t break. | --- Made with ❤️ by data engineers who spend too much time on Telegram.Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Telegram Post Scraper · Media downloader, stats & metadata now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- arachnetix
- Pricing
- Paid
- Total Runs
- 2,418
- Active Users
- 163
Related Actors
🏯 Tweet Scraper V2 - X / Twitter Scraper
by apidojo
Instagram Scraper
by apify
TikTok Scraper
by clockworks
Instagram Profile Scraper
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support