Telegram Username avatar
Telegram Username

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Telegram Username

Telegram Username

Bulk Telegram username availability checker. Verify thousands of usernames instantly - returns Available, Taken, Auctioned, or Sold. Features concurrency control, automatic retries, and scalable cloud processing. Perfect for marketers, developers, and businesses. Deploy on Apify Cloud.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

xtools

xtools

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Telegram Username Availability Checker

This Actor checks Telegram username availability status. It can efficiently check thousands of usernames and determine whether they are available, taken, auctioned, or sold.

Features

  • High performance: Optimized for checking thousands of usernames efficiently
  • Concurrency control: Configurable concurrent requests to avoid rate limiting
  • Rate limiting: Built-in delays between requests to respect API limits
  • Retry logic: Automatic retry with exponential backoff for failed requests

Input

{
"usernames": ["telegram", "test", "example"],
"maxConcurrency": 5,
"requestDelay": 200,
"maxRetries": 3
}

Parameters

ParameterTypeRequiredDefaultDescription
usernamesstring[]✅ Yes[]Array of Telegram usernames to check (without @ symbol)
maxConcurrencynumber❌ No5Maximum number of concurrent requests (recommended: 5-10)
requestDelaynumber❌ No200Delay between requests in milliseconds
maxRetriesnumber❌ No3Maximum number of retries for failed requests

Output

The Actor outputs data to the default dataset with the following structure:

{
"username": "telegram",
"status": "Taken",
"checkedAt": "2024-12-10T11:00:00.000Z"
}

Status Values

  • Available - Username is available for registration
  • Taken - Username is already taken
  • Auctioned or for sale - Username is being auctioned or is for sale
  • Sold - Username was sold
  • Error - An error occurred while checking the username
  • Invalid - Invalid username format
  • Thousands of usernames: maxConcurrency: 5-10, requestDelay: 200-500ms
  • Hundreds of usernames: maxConcurrency: 10-15, requestDelay: 100-200ms