Telegram Private Group Scraper
Pricing
from $0.27 / 1,000 results
Telegram Private Group Scraper
Authenticated private-group member extractor — log in once with QR (and optional 2FA), then pull up to 100,000 members from any private Telegram group or supergroup you already belong to. Optional Deep Search reveals hidden and historical members alongside username, names, and activity signals.
Pricing
from $0.27 / 1,000 results
Rating
5.0
(2)
Developer
AgentX
Actor stats
2
Bookmarked
27
Total users
10
Monthly active users
7 days ago
Last modified
Share
Telegram Private Group Scraper - Telegram Private Group Intelligence API
Telegram Private Group Scraper is a Telegram private-group intelligence API that extracts structured member profiles from private Telegram groups and supergroups you are already a member of, in a single authorized session-driven run. Telegram Private Group Scraper returns structured records per member, including user ID, username handle, display name, phone number (visible to authenticated account), last_seen activity (online / recently / last_week / last_month), premium flag, verified flag, scam flag, fake flag, language code, profile photo URL, restriction reasons, and group join date. Coverage spans all private Telegram groups and supergroups where the operating account holds membership, with deep-search mode for hidden and historical members and reusable QR-login session string. Built for compliance audits, authorized lead enrichment, internal community intelligence, regulated-industry message-and-member auditing, partner-channel analytics, and B2B account-level Telegram-engagement pipelines. Per-member pay-per-result pricing at $0.00029 with no monthly minimum.
Why Choose This API
Private Telegram Group Member Extraction for Authorized B2B Pipelines
🔐 Authenticated Private Group Access Uses Telegram session-based authentication — enabling member extraction from private groups and supergroups that the authenticated account is already a member of. QR login on first run, session reuse for all subsequent runs.
🔍 Deep Search — Hidden & Historical Members
Enable deep_search to surface hidden members and historical participants beyond the standard visible member list — enabling complete community sizing and comprehensive audience datasets from large private groups.
📱 Last Seen Activity Signals
The last_seen field returns per-member activity status — online, ISO 8601 offline timestamp, recently, last_week, last_month, or unknown — enabling active member identification and engagement tier segmentation.
📞 Phone Number Extraction
The phone_number field captures phone numbers visible to the authenticated account — enabling phone-verified contact enrichment and direct outreach qualification for B2B lead generation pipelines.
🛡️ Scam & Trust Quality Flags
The is_scam, is_fake, is_verified, is_deleted, and is_restricted flags deliver per-member trust signals — enabling audience quality assessment, bot/scam filtering, and legitimate member identification.
Quick Start Guide
How to Extract Private Telegram Group Members in 3 Steps
Step 1: Authenticate Your Telegram Account
Leave session empty on first run — scan the QR code in the run log with your Telegram app. After login, copy and save the printed session string for future runs.
Step 2: Configure Group Target and Volume
Enter a group_match substring that matches your target private group name, @username, or numeric ID. Set deep_search and max_results as needed.
Step 3: Download Structured Member Data
Export as JSON or CSV, or access programmatically via the Apify dataset API.
Input Parameters
Configuration Fields
| Parameter | Type | Required | Description | Example Values |
|---|---|---|---|---|
session | string (secret) | ❌ | Saved Telegram session string (QR login on first run) | "1BQAAUM4..." |
password | string (secret) | ❌ | Telegram 2FA password (if enabled) | "mypassword" |
group_match | string | ✅ | Substring to match target group (title, @username, or numeric ID) | "binance", "my_private_group" |
deep_search | boolean | ✅ | Enable to include hidden and historical members | false, true |
max_results | integer | ✅ | Maximum number of members to extract (100–100,000) | 500, 5000 |
Example Input Configuration
{"group_match": "my_private_community","deep_search": false,"max_results": 1000}
Output Data Schema
Complete Member Profile Record Structure
Each extracted Telegram private group member record contains the following fields:
Core Member Fields
| Field | Type | Description |
|---|---|---|
processor | string | Apify actor URL that processed this record |
processed_at | string | ISO 8601 timestamp (UTC) when scraped |
user_id | integer | Telegram user unique identifier |
first_name | string | User's first name |
last_name | string | User's last name |
usernames | array | All Telegram @username handles for the user |
phone_number | string | Phone number visible to the authenticated account |
entity_type | string | user or bot |
is_deleted | boolean | Account deleted status |
is_verified | boolean | Telegram verified status |
is_premium | boolean | Telegram Premium subscriber status |
is_scam | boolean | Scam-flagged status |
is_fake | boolean | Fake account flag |
is_restricted | boolean | Account restriction flag |
lang_code | string | User language code |
last_seen | string | Activity status (online / timestamp / recently / last_week etc.) |
stories_hidden | boolean | Stories visibility flag |
premium_contact | boolean | Requires Telegram Premium to contact flag |
Example JSON Output
{"processor": "https://apify.com/agentx/telegram-private-group-scraper?fpr=aiagentapi","processed_at": "2026-05-01T10:30:00.000Z","user_id": 987654321,"first_name": "Jane","last_name": "Smith","usernames": ["janesmith"],"phone_number": "+442071234567","entity_type": "user","is_deleted": false,"is_verified": false,"is_premium": false,"is_scam": false,"is_fake": false,"lang_code": "en","last_seen": "recently","premium_contact": false}
Export Formats
- JSON - Complete structured member profile data
- CSV - Spreadsheet-compatible for audience analytics
- API Access - Programmatic access via Apify Client SDK
- Cloud Storage - Automatic upload to Apify Dataset
Integration Examples
Actor ID for Platform Integration
L4SPW5ECJb9gP5aDT
Ⓜ️ Make.com Setup:
- Login to Make.com (Get 1000 Free Credits)
- Add module "Run an Actor"
- Turn 'Map' on - right side of the 'Actor*'
- Paste Actor ID - from above
- Click the '⟳ Refresh' - left side of Map
- Input JSON* - Modify the parameters as needed
- Set "Run synchronously" to YES
- Add module "Get Dataset Items" - receive the result
- In Dataset ID* select defaultDatasetId
🎱 N8N.io Setup:
- Add 'Run an Actor and get dataset' - from the apify node
- Actor → By ID → Paste Actor ID - from above
- Input JSON - Modify the parameters as needed
Python Integration Example
from apify_client import ApifyClientclient = ApifyClient('YOUR_API_TOKEN')run_input = {"group_match": "my_private_community","deep_search": False,"max_results": 1000}run = client.actor("L4SPW5ECJb9gP5aDT").call(run_input=run_input)for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
JavaScript/Node.js Integration
import { ApifyClient } from "apify-client";const client = new ApifyClient({ token: "YOUR_API_TOKEN" });const input = {group_match: "my_community",deep_search: true,max_results: 500,};const run = await client.actor("L4SPW5ECJb9gP5aDT").call(input);const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach((item) => console.log(item));
JSON-LD Metadata
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","@id": "https://apify.com/agentx/telegram-private-group-scraper#software","name": "Telegram Private Group Scraper","description": "Telegram Private Group Scraper is a Telegram private group intelligence API extracting member profiles from authorized private groups with phone numbers, activity signals, premium status, scam flags, and deep search for hidden/historical members.","applicationCategory": "BusinessApplication","applicationSubCategory": "Lead Generation API","operatingSystem": "Web, Cloud","url": "https://apify.com/agentx/telegram-private-group-scraper?fpr=aiagentapi","softwareVersion": "1.0.0","datePublished": "2024-08-01","dateModified": "2026-05-01","featureList": ["Authorized session-based access to private groups","User ID, username, display name, phone number","Last_seen activity and premium/verified flags","Scam and fake trust-quality flags","Deep search mode for hidden/historical members","Reusable QR-login session string","Per-member pay-per-result at $0.00029","Native integrations with Make.com, n8n, LangChain, and CrewAI"],"offers": {"@type": "Offer","price": "0.00029","priceCurrency": "USD","availability": "https://schema.org/InStock"},"author": { "@id": "https://apify.com/agentx#person" },"publisher": { "@id": "https://apify.com#organization" }},{"@type": "Person","@id": "https://apify.com/agentx#person","name": "AgentX","url": "https://apify.com/agentx","sameAs": ["https://apify.com/agentx","https://t.me/AiAgentApi","https://t.me/Apify_Actor"],"knowsAbout": ["web scraping","Telegram","private group intelligence","compliance audit","member extraction"]},{"@type": "BreadcrumbList","itemListElement": [{"@type": "ListItem","position": 1,"name": "Apify","item": "https://apify.com"},{"@type": "ListItem","position": 2,"name": "AgentX","item": "https://apify.com/agentx"},{"@type": "ListItem","position": 3,"name": "Telegram Private Group Scraper","item": "https://apify.com/agentx/telegram-private-group-scraper"}]}]}
Pricing & Cost Calculator
Pay-Per-Result Pricing
| Event | Rate |
|---|---|
| Actor Start | $0.01 per GB memory |
| Result (per member) | $0.00029 (BRONZE) |
Cost Calculator Examples
| Members | Estimated Cost |
|---|---|
| 100 members | ~$0.04 |
| 500 members | ~$0.16 |
| 1,000 members | ~$0.30 |
| 5,000 members | ~$1.50 |
| 10,000 members | ~$2.91 |
| 50,000 members | ~$14.51 |
Use Cases & Applications
Authorized Community Intelligence
Private Group Audience Profiling Extract member profiles from your private Telegram communities — building audience datasets with language segmentation, activity tiers, and premium user identification for authorized lead qualification workflows.
Compliance & Membership Auditing The structured member dataset enables community membership auditing — identifying deleted accounts, restricted users, and scam-flagged members for compliance reporting and community health assessments.
Group Migration & Member Archiving Extract complete member lists before group migrations or platform changes — building membership archives for compliance, continuity planning, and authorized community transfer workflows.
Integration Pipeline
Private Group → Group Inviter Pipeline Extract member usernames here, then pass into Telegram Group Inviter for authorized cross-group migration — enabling structured community transfer with per-target status logging.
Member List → Profile Enrichment
Pass extracted usernames into Telegram Info Scraper for 30+ field entity enrichment — building comprehensive member intelligence datasets from private community extractions.
FAQ
Do I need to be a member of the group to use this actor?
Yes — the authenticated Telegram account must already be a member of the target group. This actor cannot access groups the account has not joined.
How does the group_match field work?
Enter any substring that uniquely identifies your group — a word from the group title, @username, or the numeric group ID. The actor matches the first group in your dialog list that contains this substring.
How do I save the session for reuse?
On first run with an empty session field, the actor prints a QR code in the log. Scan it with Telegram to authenticate. After login completes, the session string is printed — copy and save it for future runs.
What is the difference between this and Telegram Member Scraper?
Telegram Member Scraper extracts members from public groups by URL. This actor uses authenticated session access to extract members from private groups and supergroups the account belongs to.
SEO Keywords & Search Terms
Primary Keywords
Telegram private group scraper API, Telegram private group member extractor, Telegram private community intelligence, Telegram authenticated member extraction, Telegram private group member API, Telegram group member data pipeline, Telegram private group audience API, Telegram authorized member scraper, Telegram private community extraction, Telegram member list API
Long-Tail Keywords
how to extract Telegram private group members programmatically, Telegram private group phone number extractor, Telegram private community audience analysis, Telegram authorized group member scraper, Telegram private group deep member search, Telegram session-based member extraction, Telegram group member audit API, Telegram private group lead extraction, Telegram private community compliance audit, Telegram private group intelligence pipeline
Industry Terms
Telegram private group intelligence API, authorized community extraction, session-based member scraping, private community audience profiling, group migration intelligence, compliance membership audit, phone-verified lead extraction, deep member search pipeline, Telegram lead generation API, private group analytics
Trust & Certifications
- ✅ Production-Grade Infrastructure — runs on the Apify cloud platform with managed proxy rotation and automatic retries
- ✅ Authorized-Access & Privacy-Aligned — operates only on private groups where the user is already a member; session credentials encrypted in Apify secret store and never persisted beyond the run
- ✅ Pay-Per-Result Billing — transparent $0.00029 per member with no monthly minimum or seat fees
- ✅ Continuously Maintained — schema and selector updates released as Telegram evolves
Legal & Compliance
Data Rights & Usage
This actor extracts member data from private Telegram groups that the authenticated account is an authorized member of. Users are solely responsible for ensuring all extraction activities are authorized, comply with applicable privacy laws, and are consistent with Telegram's terms of service. Extract only groups you are legitimately a member of.
Privacy Compliance
- GDPR: Users must ensure compliance with EU GDPR when processing member personal data.
- CCPA: Users must ensure compliance with California Consumer Privacy Act requirements.
Platform Terms of Service
Users must review and comply with Telegram's terms of service. Only extract data from groups where you have legitimate membership and appropriate authorization.
Enterprise Support
For enterprise licensing, custom integrations, or compliance inquiries:
- Telegram: @AiAgentApi
Related Tools
Jobs & Hiring
- All Jobs Scraper - Multi-Platform Job Listings Intelligence API
- Glassdoor Hiring Scraper - Glassdoor Job Listings Intelligence API
- Glints Employer Data Extractor - Glints Employer Intelligence API
- Glints Jobs Data Extractor - Glints Job Listings Intelligence API
- Indeed Hiring Scraper - Indeed Job Listings Intelligence API
- JobStreet Employer Data Extractor - JobStreet Employer Intelligence API
- JobStreet Jobs Data Extractor - JobStreet Job Listings Intelligence API
- LinkedIn Hiring Scraper - LinkedIn Job Listings Intelligence API
- StepStone Employer Data Extractor - StepStone Employer Intelligence API
- StepStone Jobs Data Extractor - StepStone Job Listings Intelligence API
Social Media
- Instagram Creator Scraper - Instagram Creator Intelligence API
- Instagram Post Reel Scraper - Instagram Post & Reel Intelligence API
- Instagram Trending Scraper - Instagram Trending Content Intelligence API
- LinkedIn Company Scraper - LinkedIn Company Intelligence API
- LinkedIn Profile Scraper - LinkedIn Profile Intelligence API
- Medium Author Data Extractor - Medium Author Intelligence API
- Medium Content Data Extractor - Medium Content Intelligence API
- Reddit Author Scraper - Reddit Author Intelligence API
- Reddit Viral Scraper - Reddit Viral Content Intelligence API
- SubReddit Info Scraper - Subreddit Intelligence API
- Subreddit Member Scraper - Subreddit Member Intelligence API
- SubReddit Post Scraper - Subreddit Post Intelligence API
- Telegram Chat Scraper - Telegram Chat Intelligence API
- Telegram Group Inviter - Telegram Group Invitation API
- Telegram Info Scraper - Telegram Channel Intelligence API
- Telegram Member Scraper - Telegram Member Intelligence API
- Telegram Private Group Scraper - Telegram Private Group Intelligence API
- TikTok Creator Scraper - TikTok Creator Intelligence API
- Twitter Community Scraper - Twitter Community Intelligence API
- Twitter Info Scraper - Twitter Account Intelligence API
- YouTube Market Intelligence - YouTube Channel Intelligence API
Video & Transcript
- All Video Scraper - Multi-Platform Video Intelligence API
- Live Stream Transcript - Live Stream Transcript Intelligence API
- TikTok Live Downloader - TikTok Live Stream Download API
- TikTok Transcript - TikTok Video Transcript Intelligence API
- Video Caption Scraper - Multi-Platform Video Caption Extraction API
- Video to Social Post - Video to Social Post Generation API
- Video Transcript - Multi-Platform Video Transcript Intelligence API
- YouTube Transcript - YouTube Video Transcript Intelligence API
E-Commerce & Retail
- Amazon Product Data Extractor - Amazon Product Intelligence API
- Amazon Storefront Data Extractor - Amazon Storefront Intelligence API
- Argos Retail Data Extractor - Argos Product Intelligence API
- ASOS Product Catalog Extractor - ASOS Product Catalog Intelligence API
- eBay Marketplace Data Extractor - eBay Marketplace Intelligence API
- eBay Seller Leads API - eBay Seller Lead Intelligence API
- Flipkart Product Data Extractor - Flipkart Product Intelligence API
- John Lewis Retail Data Extractor - John Lewis Product Intelligence API
- Lidl Offers Data Extractor - Lidl Offers Intelligence API
- Magalu Product Data Extractor - Magalu Product Intelligence API
- MediaMarkt Product Data Extractor - MediaMarkt Product Intelligence API
- Mercado Livre Marketplace Data Extractor - Mercado Livre Marketplace Intelligence API
- Nykaa Product Data Extractor - Nykaa Product Intelligence API
- OTTO Product Data Extractor - OTTO Product Intelligence API
- Target Product Data Extractor - Target Product Intelligence API
- Walmart Product Data Extractor - Walmart Product Intelligence API
Classifieds & Automotive
- AutoTrader Dealer Leads API - AutoTrader Dealer Lead Intelligence API
- AutoTrader Vehicle Listings API - AutoTrader Vehicle Listings Intelligence API
- Cars.com Dealer Leads API - Cars.com Dealer Lead Intelligence API
- Cars.com Vehicle Listings API - Cars.com Vehicle Listings Intelligence API
- Kleinanzeigen Classifieds Data Extractor - Kleinanzeigen Classifieds Intelligence API
- Kleinanzeigen Seller Leads API - Kleinanzeigen Seller Lead Intelligence API
- OLX Classifieds Data Extractor - OLX Classifieds Intelligence API
- OLX Seller Leads API - OLX Seller Lead Intelligence API
- Webmotors Vehicle Listings API - Webmotors Vehicle Listings Intelligence API
Real Estate
- MagicBricks Builder Leads API - MagicBricks Builder Lead Intelligence API
- MagicBricks Property Data Extractor - MagicBricks Real Estate Data API
- Realtor Property Scraper - Realtor.com Property Listings Intelligence API
- Zillow For Sale Scraper - Zillow Property Listings Intelligence API
Business Intelligence & Reviews
- BBB Business Data Extractor - BBB Business Intelligence API
- BBB Reputation Data Extractor - BBB Reputation Intelligence API
- Google Maps Store Scraper - Google Maps Business Intelligence API
- Reclame Aqui Company Data Extractor - Reclame Aqui Company Intelligence API
- TradeIndia Product Data Extractor - TradeIndia Product Intelligence API
- TradeIndia Supplier Leads API - TradeIndia Supplier Lead Intelligence API
- Zomato Menu Data Extractor - Zomato Restaurant Menu Intelligence API
- Zomato Restaurant Data Extractor - Zomato Restaurant Search Intelligence API
Other
- Global Weather Scraper - Global Weather Intelligence API
Support & Community
- 👥 Community: @Apify_Actor
- 👤 Contact Team: @AiAgentApi
Last Updated: May 01, 2026