{"openapi":"3.1.0","info":{"title":"Scrape Creators API","description":"The easiest way to scrape public social media data at scale. Extract profiles, posts, videos, comments, and more from TikTok, Instagram, YouTube, Twitter, LinkedIn, Facebook, Reddit, and 27+ platforms.","version":"1.0.0","contact":{"name":"Scrape Creators","url":"https://scrapecreators.com","email":"support@scrapecreators.com"}},"servers":[{"url":"https://api.scrapecreators.com","description":"Production server"}],"security":[{"apiKeyAuth":[]}],"tags":[{"name":"Telegram","description":"Scrape public Telegram channels, groups, and posts"}],"paths":{"/v1/telegram/channel":{"get":{"tags":["Telegram"],"summary":"Channel Details","description":"Retrieves public Telegram channel or group metadata including its name, description, avatar, verification status, subscriber or member count, and public media counters. This endpoint uses Telegram's public web preview and does not use a logged-in Telegram account. Private channels, invite-only groups, numeric IDs, and channels with no public web preview are not supported.","parameters":[{"name":"handle","in":"query","required":true,"description":"Public Telegram handle, @handle, or t.me channel URL.","schema":{"type":"string"},"example":"telegram"},{"name":"cache_max_age","in":"query","required":false,"description":"If we have a response in the cache that is this many days old or newer, return the cached response (0 credits, with \"cached\": true and a \"cached_at\" timestamp). Otherwise, scrape a live result (1 credit). [See the Caching page for details.](https://docs.scrapecreators.com/caching)","schema":{"type":"string","enum":["1d","3d","7d","14d","30d"]},"example":"7d"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"example":{"success":true,"credits_remaining":1000000,"credits_charged":1,"handle":"telegram","name":"Telegram News","description":"The official Telegram on Telegram. Much recursion. Very Telegram. Wow.","url":"https://t.me/telegram","avatar_url":"https://cdn1.telesco.pe/file/...","is_verified":true,"subscriber_count":9780000,"subscriber_count_text":"9.78M","member_count":null,"member_count_text":null,"photo_count":14,"video_count":225,"file_count":null,"link_count":372}}}}}}}},"components":{"securitySchemes":{"apiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"Your Scrape Creators API key"}}}}