# Telegram public profile lookup

**Use case:** 

Look up public Telegram users, bots, channels, and groups from a bounded list of public usernames.

## Input

```json
{
  "targets": [
    "telegram",
    "durov"
  ],
  "includeChannelPreview": false,
  "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.