# Telegram Channel Scraper — Daily Message & Reactions Feed

**Use case:** 

Scrape public Telegram channels with no API key: messages, views, reactions & media. Schedule a daily feed for news, crypto & OSINT monitoring.

## Input

```json
{
  "channels": [
    "telegram",
    "durov",
    "toncoin"
  ],
  "mode": "web_preview",
  "maxMessagesPerChannel": 50,
  "extractMedia": true,
  "extractReactions": true,
  "extractMemberData": false
}
```

## Output

```json
{
  "channel_name": {
    "label": "Channel"
  },
  "date": {
    "label": "Date"
  },
  "text": {
    "label": "Message"
  },
  "views": {
    "label": "Views"
  },
  "reactions_total": {
    "label": "Reactions"
  },
  "media_type": {
    "label": "Media"
  },
  "message_url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Channel Scraper - No API Key Needed](https://apify.com/zhorex/telegram-channel-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/telegram-channel-scraper) to learn more, explore other use cases, and run it yourself.