# Compare Telegram Channel Stats in Bulk

**Use case:** 

Pull subscriber counts and channel info for many Telegram channels at once. Compare audience size, description and metadata for competitor research.

## Input

```json
{
  "channels": [
    "telegram",
    "durov",
    "TelegramTips"
  ],
  "resultsType": "channelInfo",
  "maxMessages": 100,
  "downloadMedia": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "channel": {
    "label": "Channel"
  },
  "messageId": {
    "label": "Msg ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "text": {
    "label": "Text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "author": {
    "label": "Author"
  },
  "forwardedFrom": {
    "label": "Forwarded from"
  },
  "replyToUrl": {
    "label": "Reply to url"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions"
  },
  "links": {
    "label": "Links"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "poll": {
    "label": "Poll"
  }
}
```

## About this Actor

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