# Job & Remote Work Telegram Channel Scraper

**Use case:** 

Recent job postings with apply links from remote-work and niche hiring Telegram channels, ready to feed a job board, aggregator or candidate alert system.

## Input

```json
{
  "channels": [
    "remote_jobs_feed",
    "cryptojobslist",
    "getjobsdaily",
    "DesignJobsBoard"
  ],
  "maxItems": 200,
  "includeChannelInfoRow": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "channel": {
    "label": "Channel",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "mediaType": {
    "label": "Media",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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