Discover public Telegram entities through TGKit, with a TGStat fallback for channel and any searches. Export handles, titles, counts, types, and canonical t.me URLs.
Added a description field containing each channel's public Telegram bio when available, with null returned when Telegram does not expose one.
2026-07-31
Reliability
Added an automatic TGStat public channel-index fallback when TGKit is temporarily unavailable, so channel discovery runs can still return useful results.
Changes
Clarified source provenance and the fallback's channel-only limitation, and replaced the public group Task example with a channel workflow that remains usable during TGKit outages.
2026-07-19
Features
Search TGKit's public Telegram directory using one or more keywords and filter matches by channel, group, bot, or any entity type.
Export public usernames, titles, entity types, member counts, canonical t.me links, input traceability, and scrape timestamps.
Reliability
Added bounded concurrency, transient-error retries, response validation, and case-insensitive username deduplication for dependable recurring discovery workflows.