DailyMotion Video Downloader avatar

DailyMotion Video Downloader

Under maintenance

Pricing

from $4.99 / 1,000 results

Go to Apify Store
DailyMotion Video Downloader

DailyMotion Video Downloader

Under maintenance

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Dailymotion Video data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

17 days ago

Last modified

Share

Dailymotion Video Metadata Scraper

Search Dailymotion’s public API or inspect exact public video URLs. Despite the legacy Actor slug, this actor does not download media bytes. Optional player-stream URLs are ephemeral observations for authorized workflows; they can expire and are not a grant of download or reuse rights.

Input

Search example:

{
"mode": "search",
"searchQuery": "science",
"sortBy": "relevance",
"maxItems": 10,
"maxPages": 3,
"includeStreamUrl": false
}

Direct example:

{
"mode": "videoUrl",
"videoUrls": ["https://www.dailymotion.com/video/x8example"],
"maxItems": 1,
"includeStreamUrl": true
}

Inputs are strictly bounded to 100 records, 10 search pages, 20 direct URLs, 1–3 attempts, and 5–60 seconds per request. Supported public Dailymotion and dai.ly video URL forms are canonicalized and deduplicated.

Output

Successful rows contain stable video identity, canonical page URL, available public metadata, complete API provenance, and observation time. Missing optional fields are omitted rather than replaced with Unknown, fake epoch dates, placeholder images, or “Unavailable” URLs. If enabled and publicly exposed, HLS fields include streamObservedAt to make their ephemeral nature explicit.

OUTPUT_SUMMARY records completion, item/request/page counts, mode, stream setting, runtime, and any failure. Access boundaries, no-results, invalid inputs, and incomplete direct batches fail nonzero instead of creating fake diagnostic dataset rows.

Responsible use

Metadata, thumbnails, and videos remain subject to Dailymotion’s terms and the rights of their owners. Do not use observed stream URLs to evade access controls, geographic restrictions, authentication, payment, or copyright rules. The actor does not bypass any such boundary.