api_scrape_channel
Extract and process Telegram channel data using API methods, enabling targeted scraping by URL, post count, and date range for efficient content analysis.
Instructions
Scrape a Telegram channel using the API (fast and efficient)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date_from | No | Start date in ISO format (optional) | |
date_to | No | End date in ISO format (optional) | |
max_posts | No | Maximum number of posts to scrape (0 for unlimited) | |
url | Yes | The Telegram channel URL (e.g., https://t.me/channelname) |