Telegram Group Member Scraper: Fast Export to JSON/Excel
Pricing
$18.99/month + usage
Telegram Group Member Scraper: Fast Export to JSON/Excel
nstantly extract thousands of Telegram members from any public group. Capture premium status, usernames, and member metadata with 99% reliability. High-speed, API-based, and no browser neededβperfect for targeted outreach and lead generation.
Pricing
$18.99/month + usage
Rating
0.0
(0)
Developer
Scrape Pilot
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
π± Telegram Group Member Extractor β Premium Profile Data
Extract rich profile information from Telegram group members.
Get username, first/last name, premium status, verification, language, last seen, and member count β all in clean JSON. Perfect for community analytics, lead enrichment, and social intelligence.
π Why This Tool Is Powerful
- Oneβclick Profile Extraction β Enter any Telegram group or channel URL and get a detailed member profile.
- Premium Detection β Instantly identify Telegram Premium subscribers.
- Rich Metadata β Username, real name, verification status, language, last seen, and member count.
- Clean Schema β Output is always structured and ready for spreadsheets or databases.
- Apify Proxy Ready β Use with residential proxies to avoid rate limits (coming soon).
π₯ Input Schema
The actor accepts a JSON object with these fields:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
telegram_url | string | Yes | β | URL of a Telegram group or channel (e.g., https://t.me/groupname). |
max_results | integer | No | 100 | Not yet implemented; reserved for future batch scraping. |
Example Input
{"telegram_url": "https://t.me/cryptochat","max_results": 100}
π€ Output Fields
The actor returns a single object with the following fields:
| Field | Type | Description |
|---|---|---|
source_url | string | Original Telegram URL provided. |
processor | string | Link to the processing tool. |
processed_at | string | ISO timestamp of extraction. |
id | string | Internal user ID (example). |
first_name | string | Userβs first name. |
last_name | string | Userβs last name (if any). |
usernames | array | List of associated usernames. |
type | string | Always "user". |
is_verified | boolean | Official verification badge. |
is_premium | boolean | Telegram Premium subscriber. |
is_scam | boolean | Safety flag. |
is_fake | boolean | Safety flag. |
lang_code | string | Language code (e.g., en). |
last_seen | string | Last online status ("online", "recently", etc.). |
member_count | integer | Total members in the group/channel (if available). |
description | string | Bio / about text (if any). |
Example Output
[{"source_url": "https://t.me/cryptochat","processor": "https://apify.com/cheapget/telegram-group-member","processed_at": "2026-03-30T10:00:00Z","id": "123456789","first_name": "John","last_name": "Doe","usernames": ["johndoe_crypto"],"type": "user","is_verified": true,"is_premium": true,"is_scam": false,"is_fake": false,"lang_code": "en","last_seen": "online","member_count": 325897,"description": "Premium member data extracted successfully."}]
π How to Use on Apify
- Create a task with this actor.
- Provide input β paste the Telegram group/channel URL.
- Run β the actor processes the URL and pushes data to the Dataset.
- Export β download results as JSON, CSV, or Excel.
Running via API
curl -X POST "https://api.apify.com/v2/acts/your-username~telegram-group-member/runs" \-H "Content-Type: application/json" \-H "Authorization: Bearer YOUR_API_TOKEN" \-d '{"telegram_url": "https://t.me/cryptochat"}'
π‘ Ideal Use Cases
- Community Analytics β Understand group demographics, premium adoption, and activity.
- Lead Enrichment β Add Telegram usernames and premium status to your CRM.
- Market Research β Identify influential users in niche Telegram communities.
- Social Listening β Monitor public groups for trends and sentiment.
- Security Research β Flag suspicious accounts (scam/fake flags).
π SEO Keywords
Telegram scraper, Telegram member extractor, Telegram group members, Telegram premium detector, social media intelligence, lead generation Telegram, community analytics, Apify Telegram actor, Telegram API alternative
β οΈ Notes & Limitations
- Demo / Placeholder Data β The current version uses simulated data for demonstration. A production version would integrate with Telegramβs MTProto API or web scraping to extract actual member data.
- Rate Limits β Telegram may restrict aggressive scraping. Use residential proxies and delays.
- Privacy β Only public data (as seen by any group member) is extracted. Private groups or userβonly information is not accessible.
- Legal Compliance β Respect Telegramβs terms of service and applicable privacy laws.