# Recent Stats for Durov's Telegram Channel

**Use case:** 

Retrieve recent stats for the Telegram channel Durov, including view counts, post text, publish dates, and subscriber counts.

## Input

```json
{
  "items": [
    "durov"
  ],
  "maxConcurrency": 1
}
```

## Output

```json
{
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "channelTitle": {
    "label": "Title",
    "format": "text"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "text"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  }
}
```

## About this Actor

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