Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT
Pricing
from $1.00 / 1,000 per record returneds
Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT
Extract any public Dailymotion video's subtitle transcript — no login, no ASR. By video URL/ID or a search query: full text, timestamped segments & SRT/VTT, plus title, owner and duration, from Dailymotion's own subtitle tracks. $2 per 1,000 videos.
Pricing
from $1.00 / 1,000 per record returneds
Rating
0.0
(0)
Developer
Scrapers Delight
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
📺 Dailymotion Video Transcript & Subtitle Scraper
Get any public Dailymotion video's transcript — no login, no AI transcription. Dailymotion publishes subtitle tracks (often auto-generated) for its videos, and this actor reads them: full transcript text, timestamped segments, and SRT/VTT, plus title, owner, and duration. Pass video URLs or a search query.
Because it reads Dailymotion's own subtitles, there's no speech-to-text compute — it's fast and cheap.
What does it do?
For each Dailymotion video (by URL/ID or found via search) it returns:
- 📝 Full transcript (plain text) — always included
- ⏲️ Timestamped segments —
{start, end, text} - 🎬 SRT / VTT subtitles
- 🏷️ Title, owner, duration, language
No ASR, no API key — it reads the subtitle track Dailymotion serves.
What data does it extract?
For every video: video_id, url, title, owner, duration_sec, language, transcript, segments[], srt, vtt, segment_count, is_new (monitor), scraped_at.
Who is it for?
- ✍️ Content & localization teams turning Dailymotion videos into text and subtitles.
- 🤖 AI / RAG builders assembling spoken-word datasets.
- 🔎 Researchers & monitors searching video content by keyword.
How to use it (step by step)
- Click Try for free.
- Paste video URLs/IDs — or set a search query.
- (Optional) set a language and extra formats (
srt,vtt,segments). - Click Start, open the Dataset tab to view/export.
- (Optional) set monitorMode + a search query + a Schedule for new videos.
Quick start
{ "videoUrls": ["https://www.dailymotion.com/video/x9e2c9y"], "transcriptFormats": ["txt", "srt"] }
Input
| Field | What it does |
|---|---|
videoUrls | Dailymotion video URLs / IDs |
searchQuery / searchLimit | find videos via the public API |
language | subtitle language (or auto) |
transcriptFormats | txt · segments · srt · vtt |
maxVideos | hard cap per run (0 = unlimited) |
monitorMode, alertOnNewVideo | recurring watcher + alerts |
webhookUrl, slackWebhookUrl, emailRecipients | alert channels |
proxyConfiguration, requestConcurrency | proxy + parallelism |
Output
Each video is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API. Videos without subtitles are returned with a note (not faked).
How much does it cost?
Pay-per-event — and with no transcription compute, it's cheap:
| Event | What it covers | Suggested price |
|---|---|---|
lot-scraped | each video returned | ~$0.003 / video |
lot-detail-enriched | each transcript fetched | ~$0.003 / video |
monitor-run-completed | each scheduled watch run | ~$0.05 / run |
new-lot-detected | each new video | ~$0.02 / video |
alert-delivered | each Slack/email/webhook push | ~$0.005 / alert |
(Final per-event prices are set on the actor's pricing page.)
How does it work without AI transcription?
Dailymotion's player metadata endpoint exposes each video's subtitle tracks (.srt URLs), including auto-generated captions. This actor reads those subtitles — it does not run speech-to-text, so there's no GPU/compute cost. Videos without subtitles are reported as such.
Is it legal to scrape Dailymotion transcripts?
This actor reads publicly available subtitle tracks served by Dailymotion's own endpoints. The video content is copyrighted by its uploader. Scraping public data is generally legal, but you are responsible for your use — review Dailymotion's Terms of Service and respect uploaders' rights.
FAQ
Are the subtitles auto-generated?
Often yes (language code like en-auto). Human-authored tracks are used when present; set language to choose.
Is there a Whisper/ASR step? No — it reads Dailymotion's subtitle track, so it's fast and cheap.
Can I get subtitles files?
Yes — add srt and/or vtt to transcriptFormats.
How do I export? JSON, CSV, Excel, HTML, or RSS from the Dataset tab, or via the Apify API.
Feedback
Want multi-language pulls or channel crawling? Open an issue on the actor.