Telegram
Telegram Channel
Scrape a public Telegram channel by handle — title, description, subscriber count, and avatar — returned as clean JSON.
GET
/v1/telegram/channelExample request
curl "https://api.scraperize.com/v1/telegram/channel?handle=telegram" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.
More Telegram endpoints