Telegram Group Member Scraper: Fast Export to JSON/Excel avatar

Telegram Group Member Scraper: Fast Export to JSON/Excel

Pricing

$18.99/month + usage

Go to Apify Store
Telegram Group Member Scraper: Fast Export to JSON/Excel

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

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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:

FieldTypeRequiredDefaultDescription
telegram_urlstringYes–URL of a Telegram group or channel (e.g., https://t.me/groupname).
max_resultsintegerNo100Not 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:

FieldTypeDescription
source_urlstringOriginal Telegram URL provided.
processorstringLink to the processing tool.
processed_atstringISO timestamp of extraction.
idstringInternal user ID (example).
first_namestringUser’s first name.
last_namestringUser’s last name (if any).
usernamesarrayList of associated usernames.
typestringAlways "user".
is_verifiedbooleanOfficial verification badge.
is_premiumbooleanTelegram Premium subscriber.
is_scambooleanSafety flag.
is_fakebooleanSafety flag.
lang_codestringLanguage code (e.g., en).
last_seenstringLast online status ("online", "recently", etc.).
member_countintegerTotal members in the group/channel (if available).
descriptionstringBio / 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

  1. Create a task with this actor.
  2. Provide input – paste the Telegram group/channel URL.
  3. Run – the actor processes the URL and pushes data to the Dataset.
  4. 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.