Telegram Username Marketplace Search - Fragment avatar

Telegram Username Marketplace Search - Fragment

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Telegram Username Marketplace Search - Fragment

Telegram Username Marketplace Search - Fragment

Search Fragment collectible Telegram usernames by keyword and get every match with its status (available, on auction, for sale, or sold), price in TON and USD, and auction end time. Accepts multiple queries per run. API-ready.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

What does Telegram Username Marketplace Search do?

Telegram Username Marketplace Search turns a keyword into a ready-to-use list of collectible Telegram usernames. Enter a search term — like king, crypto, or your brand name — and get back every matching username with its status (on auction, for sale, or sold), its price in TON and USD, and the auction end time when it's on auction.

It accepts multiple search queries per run, so you can scan a whole list of keywords in one go. Run it on the Apify platform to schedule searches, call it from the API, and get reliable results on large queries with built-in proxy rotation.

  • Find deals — surface usernames that are on auction or for sale for a keyword, sorted by price.
  • Discover handles — find short, brandable, keyword-based usernames worth registering or bidding on.
  • Market research — see what comparable usernames sell for and what's currently listed.
  • Bulk keywords — search many terms at once and export everything to one dataset.
  1. Open the Actor and go to the Input tab.
  2. Enter one or more search queries, one per line.
  3. Pick a Status (all, on auction, for sale, or sold) and a Sort order.
  4. Press Start.
  5. When the run finishes, open the Output tab or download the dataset.

Input

FieldDescription
Search queriesKeywords to search for, one per line (up to 100).
StatusWhich listings to return: all, on auction, for sale, or sold.
Sort byRelevance, price (low→high or high→low), recently listed, or auction ending soon.
Max results per queryCap the number of usernames per query (0 = no limit).
Proxy configurationProxy used for the search. The default (Apify residential proxy) is recommended.

Input example

{
"queries": ["king", "crypto"],
"statusFilter": "for_sale",
"sort": "price_asc",
"maxResultsPerQuery": 50,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

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

Output example

[
{
"query": "king",
"username": "dmw_king",
"status": "on_auction",
"for_sale": true,
"price_ton": 11,
"price_usd": 16.90,
"auction_ends_at": "2026-07-02T10:34:41+00:00",
"url": "https://fragment.com/username/dmw_king"
},
{
"query": "king",
"username": "kingp2p",
"status": "for_sale",
"for_sale": true,
"price_ton": 80,
"price_usd": 122.43,
"auction_ends_at": null,
"url": "https://fragment.com/username/kingp2p"
}
]

Data fields

FieldDescription
queryThe search query this result came from.
usernameThe matching username.
statusOne of on_auction, for_sale, or sold.
for_saletrue when the username can be bought right now.
price_tonPrice / minimum bid in TON.
price_usdApproximate price in USD.
auction_ends_atAuction end time (ISO 8601), for usernames on auction.
urlLink to the username's marketplace page.

How much does it cost?

Each search is lightweight, so runs are inexpensive — you can start on the Apify free tier and only pay for what you use. Use Max results per query and the Status filter to keep only the records you need.

Tips

  • Use Status: For sale or On auction with Sort: Price low to high to find the cheapest available handles fast.
  • Pass a list of brand or keyword variations as multiple queries to cover more ground in one run.
  • Schedule the Actor to re-run your keywords and track new listings over time.

FAQ and support

Is this legal? The Actor only reads publicly available marketplace information about username status and pricing.

How many results can I get per query? The marketplace returns a large batch of matches per query; use Max results per query to cap it.

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