Telegram Channel Analytics Scraper avatar

Telegram Channel Analytics Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Telegram Channel Analytics Scraper

Telegram Channel Analytics Scraper

Fast and lightweight scraper for public Telegram channels. Extract subscriber counts, channel descriptions, titles, and average post view stats in real time. Features automatic proxy rotation and structured JSON export.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Michael Mikaelian

Michael Mikaelian

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Categories

Share

Telegram Channel & Post Analytics Scraper

A lightweight and fast Apify Actor designed to scrape public Telegram channels and extract key audience metrics, subscriber stats, and post view engagement in real time.


Key Features

  • Real-time Channel Intelligence: Extract subscriber counts, channel title, description, and engagement metrics directly from public Telegram pages (t.me/s/).
  • View Analytics: Automatically calculates the average view count based on recent public posts.
  • Automatic Proxy Rotation: Integrated with Apify Proxy to bypass Cloudflare and Telegram rate limits without IP bans.
  • Flexible Input Formats: Accepts raw usernames (durov), handles (@durov), or full web links ([https://t.me/s/durov](https://t.me/s/durov)).
  • Structured Output: Delivers clean JSON data ready for download as Excel, CSV, or integration into external databases and webhooks.

Input Parameters

The Actor accepts a standard JSON input containing target channels.

FieldTypeDescriptionDefault
usernamesArray<String>Required. List of Telegram channel usernames, handles, or URLs to analyze.["durov"]

Input Example

{
"usernames": [
"durov",
"@telegram",
"https://t.me/s/news"
]
}

Output Data Structure

Results are stored in the Actor's default Dataset. You can export them in JSON, CSV, Excel, XML, or HTML table formats.

Sample Output (JSON)

[
{
"username": "durov",
"title": "Durov's Channel",
"description": "Thoughts from Pavel Durov, founder of Telegram.",
"subscribers": 2500000,
"recent_views_avg": 850000
}
]

Common Use Cases

  • SMM & Marketing Automation: Track audience growth and performance across competitor channels.
  • Ad Campaign Verification: Verify actual reach and view counts before buying sponsored posts on Telegram.
  • Market Research & Analytics: Export structured datasets to CSV or Excel for batch analysis.
  • Webhook & Pipeline Integration: Connect scrape results directly to Make, Zapier, or custom backends via Apify API.