+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.
Phone → Telegram
Submit up to 10 phone numbers per request and receive public Telegram account information for every match we can identify.
Email or LinkedIn → Phone → Telegram
Resolve a phone number first, then run the Telegram lookup. One credit is charged only when phone enrichment succeeds.
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

Run your first Telegram lookup

Create an API key or explore every endpoint in the interactive reference.