# Telegram Keyword Monitor — Track Channel Mentions

**Use case:** 

Watch public Telegram channels for messages containing your keyword — brand names, tickers, product mentions — filtered server-side, delivered as JSON.

## Input

```json
{
  "channels": [
    "telegram"
  ],
  "maxMessagesPerChannel": 200,
  "includeChannelInfo": false,
  "filterKeyword": "update",
  "skipMediaOnlyMessages": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "message_id": {
    "label": "Msg ID",
    "format": "number"
  },
  "datetime": {
    "label": "Date",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "total_reactions": {
    "label": "Reactions",
    "format": "number"
  },
  "media_type": {
    "label": "Media",
    "format": "text"
  },
  "url": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Channel Scraper — Messages, Views & Reactions](https://apify.com/silentshadow55/telegram-channel-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/silentshadow55/telegram-channel-actor) to learn more, explore other use cases, and run it yourself.