# TGStat Durov channel export

**Use case:** 

Export TGStat analytics, public channel summary data, recent posts, and popular post links for the @durov Telegram channel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://tgstat.com/channel/@durov"
    }
  ],
  "channelHandles": [
    "@telegram"
  ],
  "maxPostsPerChannel": 20,
  "includePopularPosts": true,
  "maxItems": 60
}
```

## Output

```json
{
  "itemType": {
    "label": "Type",
    "format": "text"
  },
  "channelHandle": {
    "label": "Handle",
    "format": "text"
  },
  "channelTitle": {
    "label": "Channel",
    "format": "text"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "subscriberTrend30d": {
    "label": "30d trend",
    "format": "number"
  },
  "subscriberTrend30dPercent": {
    "label": "30d trend %",
    "format": "number"
  },
  "publishedAt": {
    "label": "Published",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "forwards": {
    "label": "Forwards",
    "format": "number"
  },
  "replies": {
    "label": "Replies",
    "format": "number"
  },
  "reactions": {
    "label": "Reactions",
    "format": "number"
  },
  "postUrl": {
    "label": "TGStat post",
    "format": "link"
  },
  "tgstatUrl": {
    "label": "TGStat channel",
    "format": "link"
  },
  "telegramUrl": {
    "label": "Telegram",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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