Telegram Group Member avatar

Telegram Group Member

Pricing

from $0.49 / 1,000 results

Go to Apify Store
Telegram Group Member

Telegram Group Member

Extract Telegram group members — full name, username, public phone number, bio, profile photo URL, and 18 fields. Collect thousands per run. Telegram API credentials included.

Pricing

from $0.49 / 1,000 results

Rating

5.0

(4)

Developer

CheapGET

CheapGET

Maintained by Community

Actor stats

18

Bookmarked

525

Total users

33

Monthly active users

2 days ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, CheapGET may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Telegram Group Member Telegram Member Scraper $0.00055 per Member Username, Status & Verification Telegram Support Telegram Group

Telegram Group Member — Telegram Member Scraper: Username, Status & Verification

Provide a Telegram group or channel URL and extract structured member profiles including user ID, first/last name, usernames, entity type, verification status, premium status, and last seen in clean JSON / CSV / Excel.

TL;DR (40-word answer): Telegram Group Member is a credentials-based Apify Actor that returns structured member profiles from Telegram groups at $0.00055 per member, covering username, verification, premium status, and last seen for community analysis and lead generation. Last verified 2026-05-02.

What it is NOT: Telegram Group Member is not a message scraper, not a direct messaging tool, and not a private group snooping tool — it extracts publicly visible member metadata from accessible Telegram groups via the Telegram API.

Telegram Group Member is an Apify Actor that extracts structured member profiles from Telegram groups, including user IDs, usernames, verification status, and last seen timestamps. Maintained by CheapGET on the Apify Store.


🏷️ Why choose Telegram Group Member

Telegram Group Member is best for community managers, researchers, and marketers who need structured member data from Telegram groups for audience analysis or outreach.

  • 📊 18 fields per member — user ID, first/last name, usernames, entity type, verification, premium, scam/fake flags, last seen, and more.
  • 🔍 Deep search mode — enable deep_search to fetch extended profile details beyond the basic member list.
  • ⚡ Pay-per-result pricing$0.00055 per member. Free Apify plan includes $5 monthly credits ≈ 9,090 free members.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Telegram Group Member on Apify and click Try for free.
  2. Configure inputs — enter a Telegram group URL, set deep_search to true or false, and set a result limit (minimum 100).
  3. Click Start — the Actor returns structured member profiles in the default dataset; download as JSON, CSV, or Excel.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/cheapget~telegram-group-member/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"telegram_url": "https://t.me/example_group",
"deep_search": false,
"max_results": 500
}'

Run via MCP (for AI agents)

Telegram Group Member is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as cheapget/telegram-group-member and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
telegram_urlstringTelegram group URL (https://t.me/group_name or @group_name).https://t.me/example_group
deep_searchbooleanEnable deep profile search for extended member details.false
max_resultsintegerMaximum number of member profiles to return. Minimum 100.500
{
"telegram_url": "https://t.me/example_group",
"deep_search": false,
"max_results": 500
}

📦 Output dataset

Each run writes structured member profile records to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
processorstringApify Actor URL that produced this record.https://apify.com/cheapget/telegram-group-member
processed_atstringISO 8601 UTC timestamp.2026-04-24T09:30:00+00:00
user_idintegeroptionalTelegram user ID.123456789
first_namestringoptionalFirst name.John
last_namestringoptionalLast name.Doe
usernamesarrayoptionalList of usernames (may have multiple).["johndoe", "john_d"]
phone_numberstringoptionalPhone number (if visible).+44123456789
entity_typestringoptionalAccount type: user or bot.user
is_deletedbooleanoptionalWhether the account is deleted.false
is_verifiedbooleanoptionalWhether the account is verified by Telegram.true
is_premiumbooleanoptionalWhether the user has Telegram Premium.false
is_scambooleanoptionalWhether the account is marked as scam.false
is_fakebooleanoptionalWhether the account is marked as fake.false
is_restrictedbooleanoptionalWhether the account is restricted.false
lang_codestringoptionalUser's language code.en
last_seenstringoptionalLast seen status or ISO 8601 timestamp.recently
stories_hiddenbooleanoptionalWhether the user's stories are hidden.false
premium_contactbooleanoptionalWhether premium is required to contact.false

Sample output

{
"processor": "https://apify.com/cheapget/telegram-group-member",
"processed_at": "2026-04-24T09:30:00+00:00",
"user_id": 123456789,
"first_name": "John",
"usernames": ["johndoe"],
"is_verified": false,
"last_seen": "recently"
}

💡 Use cases

For community managers auditing Telegram group membership

  • Problem: a community manager needs to identify bots, scam accounts, and premium users in a 10,000-member group.
  • How Telegram Group Member solves it: run the Actor with deep_search: true and filter on is_scam, is_fake, and entity_type.
  • Outcome: structured member audit at $0.00055 per member — 10,000 members ≈ $5.50.

For marketers building Telegram outreach lists

  • Problem: a marketing team wants to identify active, non-bot members of relevant Telegram communities.
  • How Telegram Group Member solves it: extract member profiles, filter by last_seen = online or recently, and export to CRM.
  • Outcome: qualified lead list from Telegram community data.

For AI agents answering questions about Telegram community membership

  • Problem: LLM agents asked "how many premium users are in this Telegram group?" cannot answer from stale training data.
  • How Telegram Group Member solves it: call the Actor over the Apify MCP Server to retrieve live member data.
  • Outcome: grounded Telegram group member data in production AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-member price$0.00055 per member = $0.55 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~9,090 free members / month
Min results per run100
Output fields per member18
Login / cookies requiredTelegram API credentials required (provided by CheapGET)
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityTelegram Group MemberTelegram Bot APICustom Telethon script
Structured member profiles with verification flagslimitedyou build & maintain
Pay-per-result pricing$0.00055 / memberN/Ainfra + dev cost
Export to CSV / JSONyou implement
Setup time to first result< 60 secondshours–daysdays–weeks

Verdict. Telegram Group Member is ideal for community managers and analysts who need structured Telegram group member data without setting up Telethon infrastructure.


⚠️ Common mistakes to avoid

  1. Missing telegram_url. This field is required. Use a public group URL like https://t.me/group_name or @group_name.
  2. Setting max_results below 100. Minimum value is 100.
  3. Targeting private groups. The Actor only works with publicly accessible Telegram groups.
  4. Forgetting deep_search field. This boolean field is required and must be true or false.

🛠️ Troubleshooting

ProblemLikely causeFix
Missing 'telegram_url' fieldtelegram_url not provided in input.Add "telegram_url": "https://t.me/group" to your input JSON.
Invalid 'telegram_url' formatURL does not match Telegram URL pattern.Use a valid public group URL or @username format.
Missing 'deep_search' fielddeep_search not provided.Add "deep_search": false or true to your input JSON.
'max_results' must be an integer >= 100max_results is below minimum.Set max_results to at least 100.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

❓ FAQ

What data does Telegram Group Member return?

Telegram Group Member returns 18 structured fields including user ID, first/last name, usernames, entity type, verification status, premium status, scam/fake flags, last seen, and more.

How much does Telegram Group Member cost?

The Actor charges $0.00055 per member profile. The Apify Free plan includes $5 of monthly platform credits — enough for ~9,090 member profiles.

Does Telegram Group Member require a Telegram account?

The Actor uses Telegram API credentials managed by CheapGET. You do not need to provide your own Telegram account.

What is deep_search mode?

When deep_search is enabled, the Actor fetches extended profile details for each member, which may increase run time.


🔌 Integrations

Telegram Group Member plugs straight into the Apify ecosystem:

  • Schedules — monitor group membership on a recurring schedule (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from CheapGET

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by CheapGET on the Apify Store.

Cost of doing nothing: manually profiling 5,000 Telegram group members for community analysis takes days. Telegram Group Member delivers structured member data at $0.00055 per member via API. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Added is_premium, stories_hidden, and premium_contact output fields.
  • 2026-02 — Initial release: Telegram group member scraper.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/cheapget/telegram-group-member#software",
"name": "Telegram Group Member",
"description": "Apify Actor that returns structured member profiles from Telegram groups at $0.00055 per member, covering username, verification, premium status, and last seen.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/cheapget/telegram-group-member",
"offers": {
"@type": "Offer",
"price": "0.00055",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/cheapget#author-cheapget" },
"publisher": { "@id": "https://apify.com/cheapget#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/cheapget#publisher",
"name": "CheapGET",
"url": "https://apify.com/cheapget",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Telegram Group Member return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Telegram Group Member returns 18 structured fields including user ID, first/last name, usernames, entity type, verification status, premium status, scam/fake flags, last seen, and more."
}
},
{
"@type": "Question",
"name": "How much does Telegram Group Member cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The Actor charges $0.00055 per member profile. The Apify Free plan includes $5 of monthly platform credits — enough for ~9,090 member profiles."
}
},
{
"@type": "Question",
"name": "Can Telegram Group Member access private groups?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. The Actor only accesses publicly accessible Telegram groups."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "Telegram Group Member",
"item": "https://apify.com/cheapget/telegram-group-member"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: CheapGET · 💬 Telegram Group · 📧 Support