# Telegram recommended channels for sales

**Use case:** 

Build prospect channel lists from Telegram recommendation output.

## Input

```json
{
  "username": "CryptoRankNews"
}
```

## Output

```json
{
  "username": {
    "label": "Input Username",
    "format": "text"
  },
  "recommended_channels": {
    "label": "Recommended Channels",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Get Recommended Channels](https://apify.com/akula.marketing/telegram-get-recommended-channels) with a specific input configuration. Visit the [Actor detail page](https://apify.com/akula.marketing/telegram-get-recommended-channels) to learn more, explore other use cases, and run it yourself.