Tokyomotion Video Downloader | Download Tokyomotion Videos avatar

Tokyomotion Video Downloader | Download Tokyomotion Videos

Pricing

$100.00 / 1,000 video downloads

Go to Apify Store
Tokyomotion Video Downloader | Download Tokyomotion Videos

Tokyomotion Video Downloader | Download Tokyomotion Videos

Download public TokyoMotion videos from page URLs and save playable MP4 files in Apify storage. Choose a quality and process several URLs in one run.

Pricing

$100.00 / 1,000 video downloads

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

🎬 Download public TokyoMotion videos as MP4 files

TokyoMotion Video Downloader is for people who have public video page URLs and want playable MP4 files. Add one or more URLs, choose a quality, and get each saved file plus its title, duration, source page, and delivered quality when available.

📦 Returned data

Each successful download creates one dataset row with:

  • videoId — the TokyoMotion video ID.
  • sourceUrl — the public video page URL.
  • title — the source title, when available.
  • durationSeconds — the video length, when available.
  • quality — the delivered MP4 height, such as 720p.
  • fileName — the saved MP4 file name.
  • fileUrl — the Apify storage URL for the MP4 file.

The MP4 file is also saved in the run's default key-value store. Repeated URLs for the same video are downloaded only once in a run.

🚀 Running the Actor

  1. Add one or more public TokyoMotion video page URLs.
  2. Choose Best available or a named quality.
  3. Start the Actor.
  4. Open Videos for rows and file links, or MP4 files to browse saved files.

The Actor retries short source errors. In a mixed run, files already saved stay available if another URL cannot be downloaded. Private, removed, login-only, invalid, and unsupported pages do not create output rows.

🧾 Input

FieldWhat to enter
videoUrlsOne or more public TokyoMotion video page URLs.
qualitybest, 1080p, 720p, 480p, 360p, or 240p. The default is best.
{
"videoUrls": [
{
"url": "https://www.tokyomotion.net/video/1234567/example-video"
}
],
"quality": "720p"
}

A named quality must be offered for that video. The Actor skips the video if the requested quality is not available. It does not raise video quality or convert videos to audio.

📤 Output

A successful row looks like this:

{
"videoId": "1234567",
"sourceUrl": "https://www.tokyomotion.net/video/1234567/example-video",
"title": "Example video",
"durationSeconds": 615,
"quality": "720p",
"fileName": "Example video-720p.mp4",
"fileUrl": "https://api.apify.com/v2/key-value-stores/store-id/records/VIDEO-1234567-example.mp4?disableRedirect=true"
}

Only completed MP4 downloads are saved as rows. Source details can be null when TokyoMotion does not provide them.

💳 Pricing

This Actor uses pay-per-event pricing. You pay for each video that is downloaded as a playable MP4 and saved to the dataset. Invalid, duplicate, private, removed, unsupported, failed, and unavailable videos are not saved as paid downloads.

🔌 Integrations

  • Run it in Apify Console for one-time downloads.
  • Call it with the Apify API from your app or script.
  • Use schedules for repeat runs.
  • Use webhooks when a run ends.
  • Export dataset rows as JSON, CSV, Excel, XML, RSS, or HTML.

❓ FAQ

Can I download private or login-only videos?

No. The Actor only supports public TokyoMotion video pages that can be opened without an account, cookies, or source credentials.

What happens if the quality I pick is missing?

That video is skipped. Use best when you want the highest quality TokyoMotion offers for each video.

Can one bad URL stop the other downloads?

Valid URLs are handled on their own, and completed downloads are kept. If TokyoMotion cannot be reached after all retries, the run can fail after keeping files and rows already saved.

Does it search TokyoMotion for videos?

No. You must provide direct video page URLs. The Actor does not search pages, profiles, categories, or feeds.

Does it return audio-only files or other formats?

No. It saves playable MP4 video files. It does not extract audio or make other formats.

Where are the files stored?

MP4 files are saved in the run's default key-value store. Each successful dataset row has a fileUrl for its file.

May I download any public video?

Use the Actor only for content you have the right to access and save. Public access does not change the rights for a video.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré