[DEPRECATED] Dailymotion Scraper - Video Metadata Extractor avatar

[DEPRECATED] Dailymotion Scraper - Video Metadata Extractor

Deprecated

Pricing

from $5.00 / 1,000 video scrapeds

Go to Apify Store
[DEPRECATED] Dailymotion Scraper - Video Metadata Extractor

[DEPRECATED] Dailymotion Scraper - Video Metadata Extractor

Deprecated

Extrayez les métadonnées de vidéos Dailymotion : titre, durée, vues, likes, langue, tags, uploader. Supporte vidéos simples, playlists, chaînes utilisateurs et batch d'URLs. Aucune authentification requise. Aucun téléchargement — données structurées uniquement.

Pricing

from $5.00 / 1,000 video scrapeds

Rating

0.0

(0)

Developer

dltik

dltik

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

0

Monthly active users

10 days ago

Last modified

Share

Dailymotion Scraper — Extract Video Metadata, Views, Tags, Playlists

Extract Dailymotion video metadata in bulk: title, duration, views, likes, language, tags, uploader, upload date. Supports single videos, playlists, user channels, and batch URL input. No authentication needed, no video download — clean structured data only. HTTP-only, $0.002 per video.

Bookmark this Dailymotion Scraper — Apify ranks actors by bookmarks, so it directly helps the visibility of this scraper on the Apify Store.

What is the Dailymotion Scraper?

The Dailymotion Scraper is an Apify actor that pulls metadata from any Dailymotion video, playlist, or channel — fast, HTTP-only, no browser. Drop in a list of URLs (videos, playlists, user pages) and get back a clean dataset with title, duration, view count, likes, language, tags, uploader, upload date, thumbnail. No video download — pure metadata extraction for analytics, archiving, and discovery.

Useful for European content research where Dailymotion still holds significant market share, especially in France (creator-economy data not always available via YouTube alone).

Use cases

  • Content marketing research — analyze Dailymotion top-performers in your niche by views and engagement.
  • Multi-platform video analytics — combine with YouTube and Vimeo data for full creator-economy insight.
  • Channel monitoring — daily refresh of a creator's catalog and view counts.
  • Tag / metadata SEO research — see which tags rank top videos use.
  • Archive building — full-channel metadata snapshot for legal or research purposes.

Input

{
"urls": [
"https://www.dailymotion.com/video/x9example",
"https://www.dailymotion.com/playlist/x123abc",
"https://www.dailymotion.com/user/example_user"
]
}

Output

{
"video_id": "x9example",
"url": "https://www.dailymotion.com/video/x9example",
"title": "Example video title",
"duration_sec": 312,
"views": 15823,
"likes": 124,
"language": "fr",
"tags": ["tutorial", "python"],
"uploader": "example_user",
"uploaded_at": "2026-03-15",
"thumbnail": "https://s2.dmcdn.net/..."
}

Pricing

PAY_PER_EVENT — $0.002 per video metadata fetched (= $2 per 1,000). Failed fetches not charged.

FAQ — Dailymotion API alternatives

Why use this scraper vs the Dailymotion Graph API? The Graph API requires app registration, has quota, and lacks some fields. This scraper is no-key, no-quota, and bulk-friendly.

Does it download video files? No — metadata only. To download, use a video-download tool (yt-dlp supports Dailymotion).

Does it work for private/paid videos? No — public content only. Private videos need authentication outside this scraper's scope.

How fast for bulk? ~3-5 videos per second per actor instance. For 10K videos, run 4-8 concurrent actor runs.


Found this useful? Bookmark this Dailymotion Scraper — it's the strongest signal for Apify Store ranking.

License: MIT · Author: dltik