# Scrape Recent Crypto News from Telegram Channels

**Use case:** 

Collect verified recent posts from public crypto news channels on Telegram. Export text, timestamps, views, reactions, and media references.

## Input

```json
{
  "collectionMode": "channel",
  "keywords": [],
  "channels": [
    "cointelegraph",
    "the_block_crypto"
  ],
  "afterDate": "7 days",
  "sourcePriority": "channelsFirst",
  "maxResults": 50,
  "maxResultsPerChannel": 25,
  "includeKeywords": [],
  "excludeKeywords": [],
  "regexFilters": [],
  "downloadMedia": false
}
```

## Output

```json
{
  "channelUsername": {
    "label": "Channel username",
    "format": "string"
  },
  "channelName": {
    "label": "Channel name",
    "format": "string"
  },
  "channelDescription": {
    "label": "Channel description",
    "format": "string"
  },
  "channelUrl": {
    "label": "Channel url",
    "format": "string"
  },
  "messageId": {
    "label": "Message id",
    "format": "string"
  },
  "messageUrl": {
    "label": "Message url",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "views": {
    "label": "Views",
    "format": "string"
  },
  "reactions": {
    "label": "Reactions",
    "format": "array"
  },
  "replyCount": {
    "label": "Reply count",
    "format": "integer"
  },
  "forwardedFrom": {
    "label": "Forwarded from",
    "format": "string"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "links": {
    "label": "Links",
    "format": "array"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "matchedKeywords": {
    "label": "Matched keywords",
    "format": "array"
  },
  "discoveredBy": {
    "label": "Discovered by",
    "format": "string"
  },
  "discoveryPosition": {
    "label": "Discovery position",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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