# Monitor a public Telegram channel profile

**Use case:** 

Retrieve public channel profile metadata plus the small latest public preview available from Telegram's public preview route.

## Input

```json
{
  "targets": [
    "telegram"
  ],
  "includeChannelPreview": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "runTimeSecs": 300
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "entityType": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "entityUrl": {
    "label": "Telegram URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "subscriberCount": {
    "label": "Subscribers",
    "format": "integer"
  },
  "memberCount": {
    "label": "Members",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "bot": {
    "label": "Bot",
    "format": "boolean"
  },
  "sourceStatus": {
    "label": "HTTP status",
    "format": "integer"
  },
  "errorCode": {
    "label": "Error",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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