# Download Loom Video

**Use case:** 

Download and save an available MP4 from one public Loom video you may use.

## Input

```json
{
  "targets": [
    "https://www.loom.com/share/56fde5f991b8490d9033dd226ebf3043"
  ]
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "canonicalUrl": {
    "label": "Share URL",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "number"
  },
  "ownerName": {
    "label": "Owner",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "totalViews": {
    "label": "Total views",
    "format": "integer"
  },
  "privacy": {
    "label": "Privacy",
    "format": "string"
  },
  "downloadable": {
    "label": "Download available",
    "format": "boolean"
  },
  "savedFile.downloadUrl": {
    "label": "MP4 download URL",
    "format": "string"
  },
  "transcript.language": {
    "label": "Language",
    "format": "string"
  },
  "captions.vtt": {
    "label": "WebVTT",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Loom Video Downloader](https://apify.com/maximedupre/loom-video-downloader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/loom-video-downloader) to learn more, explore other use cases, and run it yourself.