scrape_channel_authenticated
Scrape posts from any Telegram channel using an authenticated session, including restricted or private channels. Specify the channel URL and optional post limit to retrieve content directly.
Instructions
Scrape a Telegram channel using authenticated session (can access restricted content)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) | |
| max_posts | No | Maximum number of posts to scrape (default: 100) |