# Track Competitor Content on Telegram Channels

**Use case:** 

Monitor the content strategy and engagement of key competitors by scraping their public Telegram channels. Analyze their announcements, promotions, and audience

## Input

```json
{
  "mode": "channels",
  "channels": [
    "competitor_a_channel",
    "competitor_b_official",
    "rival_company_updates"
  ],
  "since": "2024-03-01",
  "maxPostsPerChannel": 50,
  "includeChannelMeta": true,
  "mediaOnly": false,
  "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.