Telegram Channel Scraper avatar

Telegram Channel Scraper

Pricing

from $0.60 / 1,000 posts

Go to Apify Store
Telegram Channel Scraper

Telegram Channel Scraper

Pricing

from $0.60 / 1,000 posts

Rating

0.0

(0)

Developer

Seungki Min

Seungki Min

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Read public Telegram channels without a login, a bot token or a phone number — post text, view counts, media, links and dates, plus the channel's own profile.

Telegram publishes a web preview for every public channel. This Actor reads it and pages backwards through the history.

What you can do with it

  • Track news and announcement channels — many companies and projects post there first.
  • Watch what a channel promotesonlyPostsWithLinks keeps only posts that link somewhere.
  • Find what resonates — every post carries its view count.
  • Archive a channel — page back through the history up to your limit.

Input

FieldWhat it does
channelsUsernames or links: durov, @telegram, https://t.me/bloomberg
modePosts, channel profile, or both
maxPostsPerChannelHow far back to page
postedAfterStop once posts get older than this date
searchTermsOnly posts containing these words
minViewsOnly posts above a view count
onlyPostsWithLinksOnly posts that link out
onlyNewPostsMonitoring mode — only posts added since the last run

Output

One row per post (and one per channel in both mode):

{
"type": "post",
"channel": "durov",
"messageId": 548,
"url": "https://t.me/durov/548",
"text": "🤝 Telegram has become the sponsor of Codeforces — the largest competitive programming platform in the world.\n\n ⚡CodeForces organizes over 100 coding contests every year and has 4 m…",
"publishedAt": "2026-09-11T16:04:02+00:00",
"views": 1320000,
"forwardedFrom": null,
"replyToUrl": null,
"hasPhoto": false,
"hasVideo": false,
"mediaUrls": [],
"linkPreviewUrl": "https://codeforces.com/blog/entry/156620",
"linkPreviewTitle": "Telegram Returns as Title Sponsor of Codeforces!",
"linkPreviewSite": "Codeforces",
"outlinks": [
"https://codeforces.com/blog/entry/156620"
],
"authorSignature": "Pavel Durov",
"scrapedAt": "2026-09-20T12:39:53.811Z"
}

Channel rows carry title, description, subscribers, photos, videos, links and the avatar URL.

Speed and cost

75 posts from 3 channels took 8 seconds. You are charged per post returned, and the keyword, view and date filters run before you pay.

Monitoring mode

Turn on onlyNewPosts and the Actor remembers the posts it already returned for each channel. On a schedule it returns only what was posted since — a cheap way to follow a set of channels.

Notes

  • Public channels only. Private channels and group chats have no web preview, and this Actor will report them as not found.
  • Comments on posts are not part of the web preview, so they are not included.