# Telegram Profile API for Users and Channels

**Use case:** 

Bulk-look up Telegram users, bots, channels and groups for verification badges, status and entity-type fields, up to 1,000 per call.

## Input

```json
{
  "telegram_url": [
    "AiAgentApi",
    "@BotFather",
    "https://t.me/TrueFetch"
  ]
}
```

## Output

```json
{
  "query_index": {
    "label": "Query Index",
    "format": "integer"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "usernames": {
    "label": "Usernames",
    "format": "array"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "first_name": {
    "label": "First Name",
    "format": "string"
  },
  "last_name": {
    "label": "Last Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "photo_url": {
    "label": "Photo URL",
    "format": "string"
  },
  "has_photo": {
    "label": "Has Photo",
    "format": "boolean"
  },
  "flags": {
    "label": "Flags",
    "format": "array"
  },
  "restrictions": {
    "label": "Restrictions",
    "format": "array"
  },
  "last_seen": {
    "label": "Last Seen",
    "format": "string"
  },
  "colors": {
    "label": "Colors",
    "format": "object"
  },
  "emoji_status": {
    "label": "Emoji Status",
    "format": "object"
  },
  "personal_channel": {
    "label": "Personal Channel",
    "format": "object"
  },
  "birthday": {
    "label": "Birthday",
    "format": "object"
  },
  "business": {
    "label": "Business",
    "format": "object"
  },
  "profile_music": {
    "label": "Profile Music",
    "format": "object"
  },
  "monetization": {
    "label": "Monetization",
    "format": "object"
  },
  "bot_info": {
    "label": "Bot Info",
    "format": "object"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "member_count": {
    "label": "Member Count",
    "format": "integer"
  },
  "online_count": {
    "label": "Online Count",
    "format": "integer"
  },
  "chat_level": {
    "label": "Chat Level",
    "format": "integer"
  },
  "chat_flags": {
    "label": "Chat Flags",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "slowmode_seconds": {
    "label": "Slowmode Seconds",
    "format": "integer"
  },
  "linked_chat_id": {
    "label": "Linked Chat ID",
    "format": "integer"
  },
  "linked_monoforum_id": {
    "label": "Linked Monoforum ID",
    "format": "integer"
  },
  "pinned_message_id": {
    "label": "Pinned Message ID",
    "format": "integer"
  },
  "default_restrictions": {
    "label": "Default Restrictions",
    "format": "object"
  },
  "available_reactions": {
    "label": "Available Reactions",
    "format": "object"
  },
  "chat_bots": {
    "label": "Chat Bots",
    "format": "array"
  },
  "sticker_set": {
    "label": "Sticker Set",
    "format": "object"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Profile](https://apify.com/truefetch/telegram-profile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/truefetch/telegram-profile) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/truefetch/telegram-profile.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
