# TokyoMotion Downloader

**Use case:** 

Download one public TokyoMotion video from its page URL and save the MP4 file in Apify storage.

## Input

```json
{
  "videoUrls": [
    {
      "url": "https://www.tokyomotion.net/video/6718731"
    }
  ],
  "quality": "best"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "quality": {
    "label": "Delivered quality",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration in seconds",
    "format": "integer"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "fileName": {
    "label": "File name",
    "format": "string"
  },
  "fileUrl": {
    "label": "MP4 file URL",
    "format": "string"
  }
}
```

## About this Actor

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