# Monitor Crypto Telegram Channels for News & Trends

**Use case:** 

Stay updated on the latest cryptocurrency news, market trends, and project announcements from key opinion leaders and popular channels. Gain a competitive edge 

## Input

```json
{
  "mode": "channels",
  "channels": [
    "coindesk",
    "cryptonews_en",
    "whalestats",
    "theblockcrypto",
    "decryptmedia"
  ],
  "since": "2024-05-01",
  "maxPostsPerChannel": 30,
  "includeChannelMeta": true,
  "mediaOnly": false,
  "minViews": 1000,
  "excludeForwarded": false,
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "channel": {
    "label": "Channel"
  },
  "id": {
    "label": "Id"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "text": {
    "label": "Text"
  },
  "viewCount": {
    "label": "View count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Public Channels Scraper](https://apify.com/crawlerbros/telegram-public-channels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/telegram-public-channels-scraper) to learn more, explore other use cases, and run it yourself.