VOOZH about

URL: https://apify.com/clearpath/telegram-phone-number-validator

โ‡ฑ Telegram Number Validator - Bulk Check 10K per Run ยท Apify


๐Ÿ‘ Telegram Number Validator - Bulk Check avatar

Telegram Number Validator - Bulk Check

Pricing

Pay per event

Go to Apify Store

Telegram Number Validator - Bulk Check

Bulk verify phone numbers for active Telegram accounts. Check 1,000-10,000 numbers per run. Upload CSV or Excel files, get instant yes/no results. Clean contact lists, validate leads, enrich CRM data. No Telegram account needed. Global coverage with automatic phone format normalization.

Pricing

Pay per event

Rating

5.0

(1)

Developer

๐Ÿ‘ ClearPath

ClearPath

Maintained by Community

Actor stats

2

Bookmarked

543

Total users

27

Monthly active users

5 hours ago

Last modified

Share

Telegram Phone Number Validator | Bulk Verification API (2026)

Clearpath Phone Intelligence   โ€ข  Bulk validation and profile enrichment for messaging platforms
๐Ÿ‘ Image
 WhatsApp Number Validator
Bulk WhatsApp yes/no checks
๐Ÿ‘ Image
 WhatsApp Profile Avatar API
Avatar, age & gender enrichment
Phone Active Status Checker
Carrier-level active checks
MAX Messenger Number Checker
Bulk MAX account checks
Social & Crypto Number Checker
25-platform account checks

Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

clearpath/telegram-phone-number-validator on Apify. Call: ApifyClient("TOKEN").actor("clearpath/telegram-phone-number-validator").call(run_input={...}), then client.dataset(run["defaultDatasetId"]).list_items().items for results. Key inputs: phoneNumbers (array of strings, min 1000), csvFile (string, file upload), defaultCountryCode (string), testMode (boolean, default falsein API; when true returns 3 sample records with isSample=true and no credits used โ€” useful for preview/dev). Minimum 1,000 numbers per run, maximum 10,000. Full actor spec (input schema with all params/enums/defaults, output dataset fields, README): GET https://api.apify.com/v2/acts/clearpath~telegram-phone-number-validator/builds/default (Bearer TOKEN) โ†’ inputSchema, actorDefinition.storages.dataset, readme. Pricing: $0.003-$0.005/number depending on plan;10free on Free plan (paid plan needed to reach the 1,000-number minimum). Get token: https://console.apify.com/account/integrations

Changelog

March 2026
NEW Smart Column Detection โ€” upload any CSV/Excel file, phone column detected automatically even without headers
NEW International Column Detection โ€” files in many languages (Arabic, Japanese, German, etc.) are handled automatically
NEW Scientific Notation Fix โ€” Excel files with numbers like 9.17E+11 are automatically converted back
Google Contacts, HubSpot, Salesforce Exports โ€” works out of the box with multi-column files

Telegram number validation API - Verify 1,000 to 10,000 phone numbers per run and instantly know which ones have active Telegram accounts.

๐Ÿ‘ Demo

โš ๏ธ Minimum 1,000 phone numbers per run
This is a bulk validation service designed for large batches. For lists with 100-999 numbers, use WhatsApp Phone Number Validator instead. Test Mode is enabled by default so you can preview the output format without using credits. Disable Test Mode in the input panel to validate real numbers.

Stop wasting time on invalid Telegram contacts. This actor checks any phone number against Telegram's registration database and returns a simple yes/no for each number. Perfect for cleaning contact lists, validating leads, or building Telegram marketing campaigns.

  • Bulk processing - Validate 1,000 to 10,000 numbers per run (minimum 1,000)
  • Multiple input formats - Direct input, CSV, or Excel files
  • Smart parsing - Auto-detects phone columns and normalizes formats
  • Global coverage - Works with phone numbers from any country
  • No Telegram account needed - Fully automated validation

Pricing

Apify PlanPer NumberPer 1,000
FreeFirst 10 numbers free per account (paid plan needed to reach the 1,000 minimum)-
No subscription$0.005$5.00
Bronze$0.004$4.00
Silver$0.003$3.00
Gold$0.0025$2.50

Examples

NumbersNo subscriptionBronzeSilverGold
1,000$5.00$4.00$3.00$2.50
5,000$25.00$20.00$15.00$12.50
10,000$50.00$40.00$30.00$25.00

Duplicates are auto-removed โ€” you only pay for unique numbers.


Quick Start

Minimum 1,000 numbers per run. Examples below show 3 phones for brevity โ€” pad with the rest of your list.

Basic - Direct Input

{
"phoneNumbers":[
"+1234567890",
"+4915123456789",
"+447911123456"
]
}

From CSV File

{
"csvFile":"https://example.com/contacts.csv"
}

From Excel File

{
"csvFile":"https://example.com/contacts.xlsx"
}

Combined Input

{
"phoneNumbers":["+1234567890"],
"csvFile":"https://example.com/more-contacts.csv"
}

Input Parameters

ParameterTypeRequiredDescription
phoneNumbersarrayNo*List of phone numbers with country code (e.g., +1234567890). Min 1,000, Max 10,000.
csvFilestringNo*URL or Apify Key-Value store key to CSV or Excel (.xlsx) file with phone numbers
defaultCountryCodestringNoCountry code to prepend to numbers without a + prefix (e.g., 91 for India, 1 for US)
onlyTelegramUsersbooleanNoOnly output numbers that have Telegram (default: false)

*At least one of phoneNumbers or csvFile is required. Minimum 1,000 unique numbers required.

Phone Number Formats

The actor accepts phone numbers in various formats and normalizes them automatically:

+1234567890E.164(preferred)
1234567890 Without plus
+1234567890 With spaces
+1-234-567-890 With dashes
(123)456-7890US format

Numbers Without Country Code

If your CSV contains local numbers without country code prefix (e.g., 9876543210 instead of +919876543210), use the defaultCountryCode field:

{
"csvFile":"https://example.com/indian-contacts.csv",
"defaultCountryCode":"91"
}
Your CSVDefault Country CodeResult
987654321091+919876543210 (India) โœ…
55512345671+15551234567 (US) โœ…
+44791112345691+447911123456 (unchanged) โœ…

Numbers that already have a + prefix are not modified.

CSV/Excel File Requirements

  • Supported formats: .csv, .xlsx
  • Delimiters: Comma, semicolon, tab, pipe (auto-detected)
  • Column detection: Automatically finds phone columns including:
    • Standard: phone, mobile, cell, tel, telephone, telegram
    • Variations: phone number, mobile number, cell phone, contact number
    • CRM exports: mobile phone, direct phone, work phone, personal phone, primary phone
    • International: telefon, telefono, tรฉlรฉphone, celular, handy
  • No headers? Scans content to find phone-like columns automatically
  • International headers: Non-English phone columns are detected automatically when possible

Output

Each validated number returns:

FieldTypeDescription
phoneNumberstring|nullPhone number in E.164 format (null when the input could not be read as a valid number)
originalInputstringOriginal input as provided
countryCodestring|nullDetected country code (e.g., US, DE, GB); null for unreadable numbers
isValidFormatbooleanWhether the input was recognized as a valid phone number
hasTelegramboolean|nulltrue if number has Telegram, false if not, null if the number was not checked
telegramUsernamestring|nullTelegram username if available (without @), null if not set
skipReasonstring|nullWhy a number was not checked: not_mobile (landline or other non-mobile line) or invalid_format (could not be read); null for checked numbers
checkedAtstringISO 8601 timestamp of validation

Telegram accounts only exist on mobile numbers. Landlines and other non-mobile lines are listed with skipReason: "not_mobile", and numbers that cannot be read are listed with skipReason: "invalid_format". These rows have hasTelegram: null, are not submitted for checking, and are never charged, so nothing in your input silently disappears. Only mobile numbers count toward the per-run minimum.

Output Example

๐Ÿ‘ Output Example


API Integration

Python

from apify_client import ApifyClient
client = ApifyClient("your_api_token")
run = client.actor("clearpath/telegram-phone-number-validator").call(
run_input={
"phoneNumbers":["+1234567890","+4915123456789"]
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
status ="Telegram"if item["hasTelegram"]else"No Telegram"
print(f"{item['phoneNumber']}: {status}")

JavaScript

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'your_api_token'});
const run =await client.actor('clearpath/telegram-phone-number-validator').call({
phoneNumbers:['+1234567890','+4915123456789']
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item=>{
const status = item.hasTelegram ?'Telegram':'No Telegram';
console.log(`${item.phoneNumber}: ${status}`);
});

cURL

curl-X POST "https://api.apify.com/v2/acts/clearpath~telegram-phone-number-validator/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{"phoneNumbers": ["+1234567890", "+4915123456789"]}'

Advanced Usage

Validate from Google Sheets

Export your Google Sheet as CSV and use the public URL:

{
"csvFile":"https://docs.google.com/spreadsheets/d/YOUR_SHEET_ID/export?format=csv"
}

Large Batch Processing

For lists over 10,000 numbers, split into multiple runs:

from apify_client import ApifyClient
client = ApifyClient("your_api_token")
all_numbers =[...]# Your large list
# Split into chunks of 10,000
chunks =[all_numbers[i:i+10000]for i inrange(0,len(all_numbers),10000)]
all_results =[]
for chunk in chunks:
run = client.actor("clearpath/telegram-phone-number-validator").call(
run_input={"phoneNumbers": chunk}
)
results =list(client.dataset(run["defaultDatasetId"]).iterate_items())
all_results.extend(results)
print(f"Validated {len(all_results)} numbers")

Filter Telegram Users Only

Use the onlyTelegramUsers option to only output numbers with Telegram:

{
"phoneNumbers":["+1234567890","+4915123456789"],
"onlyTelegramUsers":true
}

Or filter programmatically:

telegram_users =[item for item in results if item["hasTelegram"]]
print(f"Found {len(telegram_users)} Telegram users")

FAQ

Q: Why is there a minimum of 1,000 numbers? A: Telegram validation uses a bulk processing pipeline with a 1,000-number minimum batch size. For lists of 100 to 999 numbers, use our WhatsApp Phone Number Validator instead, which supports a lower 100-number minimum.

Q: How accurate is the validation? A: Checks directly against Telegram's registration database. Results reflect status at time of validation.

Q: What countries are supported? A: All countries where Telegram operates. Numbers must include country code.

Q: Do I need a Telegram account? A: No. Fully automated, no Telegram credentials required.

Q: How fast is it? A: ~1-2 minutes per 1,000 numbers.

Q: What about duplicates? A: Auto-removed after normalization. You're only charged for unique numbers.


Related Actors

More from Clearpath (Email tools):


Support

  • Email: max@mapa.slmail.me
  • Feature Requests: Email or submit via issues
  • Response Time: Typically within 24 hours

Legal

This actor validates publicly available Telegram registration status. Users are responsible for complying with Telegram's Terms of Service and applicable data protection regulations (GDPR, CCPA).

You might also like

Telegram Phone Number Scraper

scraper-mind/telegram-phone-number-scraper

[๐—–๐—ต๐—ฒ๐—ฎ๐—ฝ๐—ฒ๐˜€๐˜ ๐—ฃ๐—ฟ๐—ถ๐—ฐ๐—ฒ] Telegram Phone Number Scraper extracts publicly available phone numbers from Telegram groups & profiles for research & outreach. Fast, accurate, and easy to use. Ideal for marketers & businesses.

950

3.0

Telegram Phone Number Scraper

contacts-api/telegram-phone-number-scraper

Find public contact numbers using our Telegram Phone Number Scraper. Extract phone numbers from Telegram profiles, groups, or channels for outreach and marketing.

Telegram Phone Number Info โ€“ Register Check + Carrier

scrapepilot/telegram-phone-number-info---register-check-carrier

Check if any phone number is on Telegram. Get carrier, country, line type (mobile/VoIP), name & photo (public), registration status. Bulk lookup, no login. Residential proxy ready. $0.10/run + $4/1K numbers

61

Telegram Phone Number Scraper

api-empire/telegram-phone-number-scraper

Automate phone number extraction from Telegram with Telegram Phone Number Scraper. The actor scans public profiles and groups and pulls available contact numbers into structured datasets for CRM enrichment and outreach automation.

Telegram Phone Number Scraper

scraper-engine/telegram-phone-number-scraper

Telegram Phone Number Scraper extracts publicly listed phone numbers from Telegram profiles, groups, and channels. Build targeted contact lists by niche or region. Ideal for marketers and sales teams running direct outreach campaigns.

๐Ÿ‘ User avatar

Scraper Engine

83

Telegram Info Scraper

maximedupre/telegram-info-scraper

Get public Telegram profile data from usernames, @handles, t.me links, channels, groups, and bots. Export titles, bios, member counts, verification flags, profile photos, statuses, and source URLs.

๐Ÿ‘ User avatar

Maxime Duprรฉ

37

Facebook Lead Scraper

scraper-engine/facebook-lead-scraper

Extract targeted leads from Facebook using the Facebook Lead Scraper. Collect profile names, page details, descriptions, emails, websites, phone numbers, and follower counts automatically. Ideal for lead generation, outreach campaigns, and market research.

๐Ÿ‘ User avatar

Scraper Engine

14

Telegram Phone Number Scraper

scrapier/telegram-phone-number-scraper

Telegram Phone Number Scraper gathers public phone contacts for agencies and B2B teams. Filter groups or channels by topic to streamline prospecting and outbound communication at scale.

Telegram Username Info โ€” User, Group, Channel & Bot verified

scrapepilot/telegram-username-info----user-group-channel-bot-lookup

Check any Telegram username and get full profile: name, bio, photo, member count, account type, verified badge and scam warnings. Works for users, groups, channels and bots. No login required.

152

Telegram Get Phone Info

akula.marketing/Telegram-Get-Phone-Info

Check phone numbers on Telegram, retrieving user details like ID, username, first/last name, about, photo, state, last online status, language code, premium status, blocked status, and bot status. Input a phone number to get started.

๐Ÿ‘ User avatar

akula.marketing

1.2K

4.4