Telegram Channel Monitor — Virality & Keyword Alerts
Pricing
from $1.75 / 1,000 post-monitoreds
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
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:
| Field | Meaning |
|---|---|
views | View count |
viral_score | Views ÷ channel median views — how much a post over-performed |
is_viral | viral_score ≥ your threshold |
engagement_rate | Views ÷ subscribers |
matched_keywords, is_alert | Keyword watch — flags posts mentioning your terms |
text, posted_at, post_url, media flags | The post itself |
subscriber_count, channel_avg/median/max_views, channel_post_count | Channel 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 flagis_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).