# Get Telegram Channel Stats and Subscriber Count

**Use case:** 

Subscriber count for a public Telegram channel alongside its recent posts, views and dates.

## Input

```json
{
  "channels": [
    "durov"
  ],
  "postsLimit": 20,
  "includeChannelInfo": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "channel": {
    "label": "Channel",
    "format": "string"
  },
  "post_id": {
    "label": "Post",
    "format": "integer"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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