SocialCrawl

Telegram

Extract data from Telegram

Extract data from Telegram.

Base URL: /v1/telegram/...

Getting Started

1. Fetch a profile

curl "https://www.socialcrawl.dev/v1/telegram/profile?handle=telegram" \
  -H "x-api-key: YOUR_API_KEY"

2. Fetch their content

curl "https://www.socialcrawl.dev/v1/telegram/profile/posts?handle=telegram" \
  -H "x-api-key: YOUR_API_KEY"

3. Read computed fields

When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.

Endpoints

3 endpoints available.

EndpointPathCredit Tier
Get Telegram post/v1/telegram/poststandard (1cr)
Get Telegram channel profile/v1/telegram/profilestandard (1cr)
List Telegram channel posts/v1/telegram/profile/postsstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema