Telegram Channel Scraper avatar
Telegram Channel Scraper

Pricing

Pay per usage

Go to Store
Telegram Channel Scraper

Telegram Channel Scraper

Developed by

Daniel Milevski

Daniel Milevski

Maintained by Community

Telegram channel Scraper for getting public messages without login, phone number, or Telegram app. In the message supported forward and telegram reply URLs.

3.0 (1)

Pricing

Pay per usage

23

Total users

2.2k

Monthly users

69

Runs succeeded

>99%

Last modified

2 years ago

Free Telegram channel Scraper designed to get messages from public channels. In the channel, messages are numbered by auto-increment from 1. You need to specify range of message IDs as from-to numbers and actor will try to get them. If you not sure what is the last posted ID start from small initial range i.e. from 10 to 20 and expand it based on run results. Some messages might not be available without Telegram app and actor will skip them with warning in logs.

Input example

{
"channels": ["mediumcom"],
"postsFrom": 10,
"postsTo": 20
}

Output example

[{
"id": 18,
"channelName": "mediumcom",
"authorName": "Medium / Medium.com",
"authorTelegram": "https://t.me/mediumcom",
"date": "2018-03-02T12:24:33+00:00",
"viewsCount": "15",
"text": "https://journal.thriveglobal.com/look-for-people-who-are-need-you-instead-of-convincing-people-who-dont-need-you-to-work-with-you-11c19dcca442",
"linkPreview": "Thrive Global\n \n “Look For People Who Need You Instead Of Convincing People Who Don’t Need You To Work With You” Words Of Wisdom With Mandy Morris\n “Look for people who are looking/need you instead of convincing people who don’t need you to work with you — you can’t please everyone, so…"
}]