# Telegram competitor announcements scraper

**Use case:** 

Monitor multiple public Telegram announcement channels and export recent posts, views, media types, URLs, and channel info.

## Input

```json
{
  "channels": [
    "telegram",
    "durov"
  ],
  "maxMessages": 200,
  "includeChannelInfo": true,
  "profileOnly": false
}
```

## Output

```json
{
  "messageId": {
    "label": "ID",
    "format": "number"
  },
  "channelUsername": {
    "label": "Channel",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "mediaType": {
    "label": "Media",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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