# Monitor Product Feedback & Mentions on Telegram

**Use case:** 

Track mentions of your product, brand, or specific keywords across relevant public Telegram channels to gather user feedback and public sentiment. Proactively a

## Input

```json
{
  "mode": "channels",
  "channels": [
    "product_support_group",
    "developer_community_chat",
    "industry_forum_discussion"
  ],
  "searchQuery": "myproductname | competitorX_product | bug | feature request",
  "since": "2024-05-15",
  "maxPostsPerChannel": 25,
  "includeChannelMeta": true,
  "mediaOnly": false,
  "excludeForwarded": true,
  "maxItems": 200
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "channel": {
    "label": "Channel"
  },
  "id": {
    "label": "Id"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "text": {
    "label": "Text"
  },
  "viewCount": {
    "label": "View count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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