# Aggregate Tech Industry News from Telegram Channels

**Use case:** 

Gather breaking news, expert opinions, and discussions from leading technology and startup Telegram channels. Use this aggregated data for market research, tren

## Input

```json
{
  "mode": "channels",
  "channels": [
    "techcrunch",
    "ycombinator",
    "theverge",
    "wired",
    "github_news"
  ],
  "searchQuery": "AI | funding | startup | acquisition | innovation",
  "until": "2024-06-30",
  "maxPostsPerChannel": 40,
  "includeChannelMeta": true,
  "mediaOnly": false,
  "minViews": 500,
  "excludeForwarded": false,
  "maxItems": 100
}
```

## 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.