Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT avatar

Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT

Pricing

from $1.00 / 1,000 per record returneds

Go to Apify Store
Dailymotion Transcript Scraper — Subtitles to TXT, SRT, VTT

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

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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)

  1. Click Try for free.
  2. Paste video URLs/IDs — or set a search query.
  3. (Optional) set a language and extra formats (srt, vtt, segments).
  4. Click Start, open the Dataset tab to view/export.
  5. (Optional) set monitorMode + a search query + a Schedule for new videos.

Quick start

{ "videoUrls": ["https://www.dailymotion.com/video/x9e2c9y"], "transcriptFormats": ["txt", "srt"] }

Input

FieldWhat it does
videoUrlsDailymotion video URLs / IDs
searchQuery / searchLimitfind videos via the public API
languagesubtitle language (or auto)
transcriptFormatstxt · segments · srt · vtt
maxVideoshard cap per run (0 = unlimited)
monitorMode, alertOnNewVideorecurring watcher + alerts
webhookUrl, slackWebhookUrl, emailRecipientsalert channels
proxyConfiguration, requestConcurrencyproxy + 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:

EventWhat it coversSuggested price
lot-scrapedeach video returned~$0.003 / video
lot-detail-enrichedeach transcript fetched~$0.003 / video
monitor-run-completedeach scheduled watch run~$0.05 / run
new-lot-detectedeach new video~$0.02 / video
alert-deliveredeach 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.


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.