DailyMotion Video Downloader avatar
DailyMotion Video Downloader

Pricing

$19.99/month + usage

Go to Store
DailyMotion Video Downloader

DailyMotion Video Downloader

Developed by

EasyApi

EasyApi

Maintained by Community

Extract video metadata and download links from DailyMotion videos. Get high-quality video URLs, author info, thumbnails, and more in various formats (including m3u8). Perfect for content analysis and video archiving.

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

22

Monthly users

13

Runs succeeded

>99%

Last modified

a day ago

DailyMotion Video Downloader 🎥

Features ✨

  • Extract detailed video metadata from DailyMotion URLs
  • Get multiple quality video download links (up to 1080p)
  • Support for m3u8 streaming URLs
  • Retrieve video information including:
    • Title and author
    • Thumbnail images
    • Video duration
    • Video quality and resolution
    • Bandwidth and codec information
  • Batch processing of multiple URLs
  • Rate-limiting friendly
  • Clean JSON output format

Use Cases 🎯

  • Content aggregation and archiving
  • Video quality analysis
  • Media monitoring
  • Content creator research
  • Automated video downloading
  • Streaming service integration

Input Parameters 📝

The actor accepts the following input parameters:

  • links: Array of DailyMotion video URLs to process (required)
    • Format: https://www.dailymotion.com/video/[video_id]
    • Example: ["https://www.dailymotion.com/video/x99pjkc"]

Output 📊

The actor outputs detailed JSON for each processed video URL, including:

  • Video metadata (title, author, duration)
  • Thumbnail URL
  • Available video qualities
  • Download/streaming URLs for each quality
  • Technical details (resolution, codecs, bandwidth)

Limitations ⚠️

  • Only processes public DailyMotion videos
  • Respects DailyMotion's rate limits
  • URLs must be in the correct DailyMotion format

Tips 💡

  • Use array input for batch processing multiple videos
  • Allow 1-second delay between requests for optimal performance
  • Check all available quality options before downloading

Input Example

A full explanation of an input example in JSON.

{
"links": [
"https://www.dailymotion.com/video/x99pjkc"
]
}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"url": "https://www.dailymotion.com/video/x99pjkc",
"source": "dailymotion",
"author": "diariodeavisos",
"title": "La previsión del tiempo en Canarias para el 25 de noviembre de 2024, en Atlántico Televisión.",
"thumbnail": "https://s2.dmcdn.net/v/XQ9nC1dGwU3ohX0tZ/x60",
"duration": 114,
"medias": [
{
"url": "https://vod3.cf.dmcdn.net/sec2(MKHe1oAMPtpMymVKdvxNDxHYYB2JoTQccGh14AturBHMXrkc0XNZf6dItXsY_jR-Sf3YgRYs9f3jZN1TkSuMaB9EKGfUYBY5tbZ1Ts3iIGLJiTV9TPgClICFKA9KM48_juvTZsURUkbybHZmK6HjGMTmmqpoU8CrsAvK5Fu0qy7NAuX5rkZjlps73ByVbZ8_)/video/488/305/560503884_mp4_h264_aac_hd_2.m3u8#cell=cf3",
"quality": "720p",
"extension": "m3u8",
"type": "video",
"bandwidth": 2149280,
"resolution": "1280x720",
"codecs": "mp4a.40.2"
},
{
"url": "https://vod3.cf.dmcdn.net/sec2(rUAsaEuZ3ztDNyqeEGXcxFBUBLy7mQVHwVPb8jQvHWSQYDudburC9GYCS6zCeV7vL0R34Mx2Kk3LKJVhXuH8aMDUrQSyNL1mwLLDRGYzYxbQVhqav3t7wln2E4nnYVxIyfwFDlFqoPBXi1eJXV_XNKn9AltrlOq8miC0vZWhTAk)/video/488/305/560503884_mp4_h264_aac_2.m3u8#cell=cf3",
"quality": "380p",
"extension": "m3u8",
"type": "video",
"bandwidth": 460560,
"resolution": "512x288",
"codecs": "mp4a.40.5"
},
{
"url": "https://vod3.cf.dmcdn.net/sec2(23XmT867moCDhgyBpyKomIH3CtWcIxfq7B7Fwq5jP_ks0XX5hQfTwhMxBHt-XgRj7W0D7lGrLWoNf7Y9RFZjLqwblpY1NhMKvSLqX-WxragpPvLTrr4jEj19JYFtpLNMjL76_4z_mHlbIpeC6f_e5ICBYsIVGPqCYtTqT-gFtH-OWr7cLiEZpvoSlssB3B38)/video/488/305/560503884_mp4_h264_aac_hq_2.m3u8#cell=cf3",
"quality": "480p",
"extension": "m3u8",
"type": "video",
"bandwidth": 836280,
"resolution": "848x480",
"codecs": "mp4a.40.2"
},
{
"url": "https://vod3.cf.dmcdn.net/sec2(i4hPFpmvOp0vWtPSJeKvziwqiU-em5iN-VrwSrSMK8nfA4vuH-gV1zh_NwCXX57tQ4YRxZLYvtlzRD6OqXQ4HzpgVOQpnW0X01lqO4TIlr_otXURRC4j3xjx_cF9-Ch_10lAUkgnno2L84In1JdE1dwgw4du8h9TGaCcP3BlWJkR1mremCu-ZFPs4DXNKqsP)/video/488/305/560503884_mp4_h264_aac_fhd_2.m3u8#cell=cf3",
"quality": "1080p",
"extension": "m3u8",
"type": "video",
"bandwidth": 4706600,
"resolution": "1920x1080",
"codecs": "mp4a.40.2"
}
],
"type": "multiple",
"error": false
},
...
]