# Email digest of new Vimeo videos

**Use case:** 

Email a digest of new Vimeo uploads from a watched page, each with transcript, title and owner. Great for content teams.

## Input

```json
{
  "videoUrls": [
    "https://vimeo.com/76979871"
  ],
  "pageUrl": "https://example.com/team-videos",
  "language": "auto",
  "transcriptFormats": [
    "txt"
  ],
  "maxVideos": 50,
  "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 [Vimeo Transcript Scraper — Captions to TXT, SRT & VTT](https://apify.com/scrapersdelight/vimeo-transcript-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/vimeo-transcript-scraper) to learn more, explore other use cases, and run it yourself.