# Scrape Digital Marketing Telegram Channels for Leads

**Use case:** 

Identify potential clients, partners, or service providers by extracting recent posts from top digital marketing and SEO Telegram groups. This allows for target

## Input

```json
{
  "mode": "channels",
  "channels": [
    "digitalmarketing",
    "seochat",
    "contentmarketingpro",
    "growthhackers",
    "socialmediamarketing"
  ],
  "searchQuery": "looking for freelancer | hiring | need help with",
  "since": "2024-04-01",
  "maxPostsPerChannel": 20,
  "includeChannelMeta": true,
  "mediaOnly": false,
  "excludeForwarded": true,
  "maxItems": 100
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "channel": {
    "label": "Channel"
  },
  "id": {
    "label": "Id"
  },
  "publishedAt": {
    "label": "Published at"
  },
  "text": {
    "label": "Text"
  },
  "viewCount": {
    "label": "View count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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