Telegram Public Channels Scraper - Posts and Views avatar

Telegram Public Channels Scraper - Posts and Views

Pricing

from $0.50 / 1,000 post scrapeds

Go to Apify Store
Telegram Public Channels Scraper - Posts and Views

Telegram Public Channels Scraper - Posts and Views

Scrape public Telegram channels via t.me/s/ web preview. Get channel info (name, description, subscribers) + recent posts (text, views, date, replies, media). No login or API key. For social listening, content monitoring, OSINT.

Pricing

from $0.50 / 1,000 post scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Telegram Public Channels Scraper

Scrape public Telegram channels via the t.me/s/ web preview. No login, no API key, no Telegram client.

Returns channel metadata (name, description, subscribers, avatar) + posts (text, views, forwards, date, media, link previews). Paginates back through history.

Useful for social listening, content monitoring, OSINT, brand surveillance, trend detection.

Input

FieldTypeDescription
channelsArray (required)Channel usernames without @ (durov, cnnbrk, bitcoinmagazine).
maxPostsPerChannelIntegerDefault 50, max 1000.

Output

Channel meta (1 row per channel):

{
"channel": "durov", "kind": "channel_meta",
"channelTitle": "Du Rove's Channel",
"description": "Thoughts from the founder of Telegram",
"subscribers": 1500000,
"url": "https://t.me/durov"
}

Posts:

{
"channel": "durov", "kind": "post",
"postId": "295", "postPath": "durov/295",
"date": "2026-05-26T14:32:00+00:00",
"text": "Telegram now has 1 billion monthly users...",
"views": 4500000, "hasMedia": true, "mediaType": "photo",
"photo": "https://cdn4.cdn-telegram.org/file/...",
"url": "https://t.me/durov/295"
}

Pricing

$0.0005/post.

Limitations

  • Only PUBLIC channels with web preview enabled work. Private channels and bots are not accessible.
  • t.me/s/ paginates back ~20 posts per page; the actor walks ?before= until maxPostsPerChannel.

If this actor helped you, please leave a review on the Apify Store.