# Plain text only Telegram Channel

**Use case:** 

Extract Telegram Channel data filtered by Plain text only. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "channels": [
    "durov",
    "telegram"
  ],
  "maxItems": 10,
  "onlyWithMedia": false,
  "includeChannelMetadata": true,
  "includeReactions": true,
  "includeLinkPreview": true,
  "outputFormat": "text",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "channelTitle": {
    "label": "Channel Title",
    "format": "text"
  },
  "channelSubscribers": {
    "label": "Subscribers",
    "format": "number"
  },
  "messageId": {
    "label": "Message ID",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date": {
    "label": "Posted At",
    "format": "date"
  },
  "edited": {
    "label": "Edited",
    "format": "boolean"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "totalReactions": {
    "label": "Reactions",
    "format": "number"
  },
  "forwardedFrom": {
    "label": "Forwarded From",
    "format": "text"
  },
  "replyTo": {
    "label": "Reply To",
    "format": "text"
  }
}
```

## About this Actor

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