Telegram Channel Monitor — Virality & Keyword Alerts avatar

Telegram Channel Monitor — Virality & Keyword Alerts

Pricing

from $1.75 / 1,000 post-monitoreds

Go to Apify Store
Telegram Channel Monitor — Virality & Keyword Alerts

Telegram Channel Monitor — Virality & Keyword Alerts

Monitor public Telegram channels with no login: per-post views, virality score (views vs channel median), engagement rate and keyword alerts. A scriptable watch feed for marketers and researchers. Pay per post.

Pricing

from $1.75 / 1,000 post-monitoreds

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Monitor public Telegram channels with no login, no bot token, no API key. The actor reads each channel's public web preview and returns, per post:

FieldMeaning
viewsView count
viral_scoreViews ÷ channel median views — how much a post over-performed
is_viralviral_score ≥ your threshold
engagement_rateViews ÷ subscribers
matched_keywords, is_alertKeyword watch — flags posts mentioning your terms
text, posted_at, post_url, media flagsThe post itself
subscriber_count, channel_avg/median/max_views, channel_post_countChannel context

Why this exists

Telegram scrapers dump posts. This is a monitor: it scores each post's virality against the channel's own baseline and raises keyword alerts, so you can watch competitors, track narratives, or trigger a workflow when a topic spikes — without writing the scoring logic yourself. Schedule it and diff runs to catch breakouts as they happen.

Input

{
"channels": ["durov", "@telegram", "https://t.me/breakingmash"],
"keywords": ["privacy", "launch"],
"maxPostsPerChannel": 30,
"viralThreshold": 2,
"alertsOnly": false,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
  • channels — usernames or t.me links.
  • keywords (optional) — flag posts containing any term (case-insensitive).
  • viralThreshold — × median views to flag is_viral (default 2).
  • alertsOnly — with keywords set, return only matching posts.

Output

One record per post with the fields above. Forwards are not exposed by Telegram's public preview; virality is measured from views vs the channel's own median and subscriber base, which captures forward-driven reach.

Access & cost

$0 access — public web preview only. Runs on your Apify account (RESIDENTIAL proxy by default). Pay per post monitored (PPE).