Telegram Username Checker — Availability & Price Lookup avatar

Telegram Username Checker — Availability & Price Lookup

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Telegram Username Checker — Availability & Price Lookup

Telegram Username Checker — Availability & Price Lookup

Check Telegram usernames in bulk: find out which are available, taken, on auction, for sale, or already sold — with the price and auction end time. Ideal for username hunting, brand protection, and collectible research. API-ready.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

11 days ago

Last modified

Share

What does Telegram Username Checker do?

Telegram Username Checker tells you the exact status of any Telegram username in bulk. For every username you submit, it reports whether the handle is available, taken, on auction, for sale, or already sold — and when a username is on the marketplace, it also returns the price in TON, the approximate price in USD, and the auction end time.

Paste a list of usernames, press Start, and get a clean, structured result for each one. Run it on the Apify platform to schedule checks, call it from the API, integrate it into your own workflows, and run large lists reliably with built-in proxy rotation.

Why use Telegram Username Checker?

  • Username hunting — find short, rare, or brandable handles that are still free to register.
  • Buying & investing — spot usernames that are on auction or for sale and see the asking price at a glance.
  • Market research — track what comparable usernames have sold for.
  • Brand protection — monitor whether handles tied to your brand are taken, listed, or sold.
  • Bulk & automated — check up to 1,000 usernames per run, on a schedule, via the API.

How to use Telegram Username Checker

  1. Open the Actor and go to the Input tab.
  2. Enter your Telegram usernames — one per line (the leading @ is optional).
  3. Optionally choose a Results to return filter (all, only for sale, or only available).
  4. Press Start.
  5. When the run finishes, open the Output tab or download the dataset.

That's it — no accounts, no setup.

Input

FieldDescription
Telegram usernames to checkThe list of usernames to check, one per line (up to 1,000).
Results to returnReturn all results, only usernames for sale/on auction, or only usernames available to register.
Check registration availabilityFor usernames not on the marketplace, also report whether they are free to register or already taken.
Proxy configurationProxy used for the lookups. The default (Apify residential proxy) is recommended for large lists.

Input example

{
"usernames": ["durov", "king", "crypto", "dmw_king"],
"resultsFilter": "all",
"checkAvailability": true,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Each username produces one record. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Output example

[
{
"username": "dmw_king",
"status": "on_auction",
"for_sale": true,
"price_ton": 10,
"price_usd": 15.47,
"auction_ends_at": "2026-07-02T10:34:41+00:00",
"url": "https://fragment.com/username/dmw_king"
},
{
"username": "king",
"status": "sold",
"for_sale": false,
"price_ton": 675000,
"price_usd": null,
"auction_ends_at": null,
"url": "https://fragment.com/username/king"
},
{
"username": "somerandomhandle",
"status": "available",
"for_sale": false,
"price_ton": null,
"price_usd": null,
"auction_ends_at": null,
"url": null
}
]

Data fields

FieldDescription
usernameThe username that was checked.
statusOne of available, taken, on_auction, for_sale, or sold.
for_saletrue when the username can be bought right now (on auction or for sale).
price_tonPrice / minimum bid in TON, when applicable.
price_usdApproximate price in USD, when available.
auction_ends_atAuction end time (ISO 8601), for usernames on auction.
urlLink to the username's marketplace page, when it is listed.

How much does it cost?

Checking usernames is lightweight, so runs are inexpensive. A typical list of a few hundred usernames costs only a fraction of a compute unit. You can start on the Apify free tier and only pay for what you use. Use the Results to return filter to keep only the records you care about.

Tips

  • For the fastest, most reliable runs on large lists, keep the Apify residential proxy enabled.
  • Turn off Check registration availability if you only care about marketplace status (for sale / sold) — runs finish faster.
  • Schedule the Actor to re-check a watchlist of usernames and get notified when one becomes available or goes on sale.

FAQ and support

Is this legal? The Actor only reads publicly available information about username status and pricing. It does not access private data or require you to log in.

Why is a username "available" but also shows as sold? A username can be sold on the marketplace but not yet assigned to a profile — the status field always reports the single most relevant state.

Found an issue or need a custom version? Open the Issues tab on the Actor's page — feedback and custom requests are welcome.