# Telegram group finder and data extractor

**Use case:** 

Find public Telegram groups for one niche and extract usernames, group names, member counts, profile URLs, and discovery timestamps.

## Input

```json
{
  "queries": [
    "football"
  ],
  "kind": "group",
  "maxResultsPerQuery": 10,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "requestedKind": {
    "label": "Requested type",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "kind": {
    "label": "Type",
    "format": "text"
  },
  "members": {
    "label": "Members",
    "format": "number"
  },
  "telegramUrl": {
    "label": "Telegram",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TGKit Telegram Channel Finder Scraper](https://apify.com/automation-lab/tgkit-telegram-channel-finder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tgkit-telegram-channel-finder-scraper) to learn more, explore other use cases, and run it yourself.