+0 searches last 7 days
Add Telegram data to your product
Turn an authorized phone number into a Telegram account with one API call. Built for CRM, enrichment, sales intelligence and B2B data products.
POST /api/telegramREST API
Request
curl --request POST \
--url https://www.telegram-finder.io/api/telegram \
--header "x-api-key: $TELEGRAM_FINDER_API_KEY" \
--header "Content-Type: application/json" \
--data '{"phoneNumbers":["+33612345678"]}'Response
{
"+33612345678": {
"id": "123456789",
"username": "telegram_user",
"firstName": "Alex"
}
}Enrichment paths
Start with the contact data you already have
Phone-to-Telegram is the direct API operation. Email and LinkedIn enrichment first resolve a phone number, then run the same Telegram lookup.
Built for data products
Make Telegram a native data point
Add Telegram matching where your users already research, enrich and manage contacts.
CRM enrichment
Add a Telegram identity to an existing contact record from an authorized phone number.
Sales intelligence
Give users another relevant channel for reaching contacts already present in their workflow.
Data products
Offer phone-to-Telegram matching as a native enrichment action inside your platform.
OSINT workflows
Support responsible identity resolution when the investigator is permitted to process the data.
Developer FAQ
Before your first integration
The Telegram Finder API lets CRM, enrichment, sales-intelligence and B2B data products search for a Telegram account from an authorized phone number. When a match is available, the API returns public Telegram account information.
Send an array of phone numbers in international format to the Telegram lookup endpoint. Telegram Finder applies its matching process and returns a result for each phone number it can identify. Results depend on available data and Telegram privacy settings.
Email and LinkedIn lookups are indirect. Telegram Finder first attempts to resolve a phone number and then searches Telegram. One reverse-enrichment credit is charged only when the phone enrichment succeeds.
The current API accepts up to 10 phone numbers in a single request. Premium accounts can make up to 100 search attempts per hour. Contact us when your product needs a higher quota.
Telegram Finder can support responsible identity-resolution workflows. You must have a lawful reason to process the contact data, respect applicable privacy rules and use results only for an expected purpose.
Run your first Telegram lookup
Create an API key or explore every endpoint in the interactive reference.