api_scrape_channel
Extract Telegram channel content via API by specifying the URL, post limit, and date range for targeted, efficient data collection.
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) |