# Dailymotion new-video Slack alerts

**Use case:** 

Get a Slack message with the transcript each time a new Dailymotion video matches your keyword. Monitor mode on.

## Input

```json
{
  "videoUrls": [
    "https://www.dailymotion.com/video/x9e2c9y"
  ],
  "searchQuery": "product launch",
  "searchLimit": 20,
  "language": "auto",
  "transcriptFormats": [
    "txt"
  ],
  "maxVideos": 0,
  "monitorMode": true,
  "alertOnNewVideo": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Video",
    "format": "string"
  },
  "owner": {
    "label": "Owner",
    "format": "string"
  },
  "duration_sec": {
    "label": "Sec",
    "format": "number"
  },
  "language": {
    "label": "Lang",
    "format": "string"
  },
  "segment_count": {
    "label": "Segments",
    "format": "integer"
  },
  "transcript": {
    "label": "Transcript",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT](https://apify.com/scrapersdelight/dailymotion-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/dailymotion-transcript-scraper) to learn more, explore other use cases, and run it yourself.