Streamable Video Downloader avatar

Streamable Video Downloader

Pricing

$2.65 / 1,000 videos

Go to Apify Store
Streamable Video Downloader

Streamable Video Downloader

Download direct Streamable media links from URLs or short IDs. Export MP4 links, thumbnails, duration, quality variants, source IDs, and canonical URLs.

Pricing

$2.65 / 1,000 videos

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

📥 Streamable video downloader for URLs and IDs

Streamable Video Downloader extracts direct media links and metadata from public Streamable video URLs or short IDs. Paste one or more Streamable links and get a clean Apify dataset with MP4 media URLs, thumbnails, duration, quality variants, canonical URLs, source IDs, and scrape timestamps.

Use this Streamable video downloader when you already have Streamable URLs and need repeatable exports for archiving, content review, reporting, media operations, or API workflows. The Actor works with public, reachable Streamable videos only. You do not need Streamable cookies, a Streamable account, or a Streamable API key.

For a small first run, keep the prefilled Streamable sample and start the Actor. Once the output shape looks right, paste your own Streamable URLs or short IDs, run a larger batch, schedule the Actor, or call it through the Apify API.

✅ What this Actor does

  • Accepts Streamable video URLs such as https://streamable.com/o1ioj2.
  • Accepts Streamable short IDs such as o1ioj2.
  • Accepts common Streamable embed and player URL forms.
  • Deduplicates repeated URL and ID aliases before source access.
  • Saves one dataset row per successfully found public Streamable video.
  • Adds direct media URLs, the best available media URL, and all available variants.
  • Adds title, duration, thumbnails, dimensions, file size, quality labels, source URLs, and scrape timestamps when Streamable exposes them.
  • Skips invalid, deleted, private, login-only, unavailable, or no-media targets without saving failure rows.

This Actor is focused on known Streamable videos. It does not search Streamable, crawl accounts, bypass private access, store downloaded files by default, or create durable mirrors of temporary source media URLs.

📦 Data you can export

Each output row represents one reachable Streamable video. Core fields include:

  • input and inputIndex - the submitted target and its position in your list.
  • streamableId - the normalized Streamable short ID.
  • canonicalUrl and sourceUrl - stable Streamable source links.
  • title - the title Streamable exposes for the video.
  • durationSeconds, width, and height - video metadata when available.
  • thumbnailUrl and posterUrl - preview images when available.
  • bestMediaUrl - the preferred direct media URL.
  • bestQuality, bestWidth, bestHeight, and bestSizeBytes.
  • mediaCount and mediaVariants - all discovered media versions with quality, dimensions, size, extension, and expiry hints when inferable.
  • privacy, dateAdded, and plays when Streamable exposes them.
  • scrapedAt, source, and service.

You can open the dataset in Apify, export it as JSON, CSV, Excel, XML, RSS, or HTML, call it through the Apify API, schedule runs, or connect results to webhooks and integrations.

🚀 How to run it

  1. Open the Actor input tab.
  2. Paste Streamable URLs or short IDs into Streamable videos.
  3. Start the Actor.
  4. Open the dataset and use bestMediaUrl for the primary media link.
  5. Use mediaVariants when you need all available quality versions.

The Actor pushes successful rows during the run, so you can inspect early results before a larger batch finishes.

🧾 Input example

{
"urls": [
"https://streamable.com/o1ioj2",
"o1ioj2"
]
}

📄 Output example

{
"input": "https://streamable.com/o1ioj2",
"inputIndex": 0,
"streamableId": "o1ioj2",
"canonicalUrl": "https://streamable.com/o1ioj2",
"sourceUrl": "https://streamable.com/o1ioj2",
"title": "Video",
"durationSeconds": 246.0458,
"width": 960,
"height": 540,
"thumbnailUrl": "https://cdn-cf-east.streamable.com/image/o1ioj2.jpg",
"posterUrl": "https://cdn-cf-east.streamable.com/image/o1ioj2_first.jpg",
"bestMediaUrl": "https://cdn-cf-east.streamable.com/video/mp4/o1ioj2.mp4",
"bestQuality": "mp4",
"bestWidth": 960,
"bestHeight": 540,
"bestSizeBytes": 19697886,
"mediaCount": 2,
"mediaVariants": [
{
"key": "mp4",
"quality": "mp4",
"url": "https://cdn-cf-east.streamable.com/video/mp4/o1ioj2.mp4",
"extension": "mp4",
"type": "video",
"width": 960,
"height": 540,
"durationSeconds": 246.0458,
"sizeBytes": 19697886,
"bitrate": 640428,
"frameRate": 30,
"expiresAt": "2026-06-17T11:09:40.000Z"
}
],
"privacy": 0,
"dateAdded": "2022-10-04T13:50:21.000Z",
"plays": 4960,
"scrapedAt": "2026-06-14T12:50:00.000Z",
"source": "streamable",
"service": "streamable.com"
}

Field availability depends on what Streamable exposes for each public video. Missing public values are saved as null instead of guessed.

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each reachable Streamable video saved to the dataset.

The video event is set to $2.65 per 1,000 saved videos.

Invalid, deleted, private, login-only, unavailable, skipped, or no-media targets are not saved as dataset rows and do not create paid video events.

⚠️ Limits and caveats

Streamable Video Downloader works with public Streamable videos that are reachable during the run. It does not use Streamable accounts, cookies, or API keys, and it does not bypass private or login-only access.

Direct media URLs are source-provided URLs available at scrape time. They can expire or change later, so download or process important media soon after the run.

Some public videos may not expose every metadata field or every media variant. The Actor still saves the row when it finds at least one downloadable media URL.

❓ FAQ

🔐 Do I need a Streamable account?

No. The Actor is built for public Streamable videos and does not ask for Streamable cookies, a login, or an API key.

🎞️ Can I use Streamable short IDs?

Yes. You can paste a full URL like https://streamable.com/o1ioj2 or the short ID o1ioj2. The Actor normalizes both to the same Streamable video.

📥 Does it download files into Apify storage?

No. The Actor returns direct media URLs and metadata. It does not store downloaded video files by default.

🚧 Can it access private or deleted videos?

No. Private, deleted, login-only, unavailable, or no-media videos are skipped without saving failure rows.

🔌 Can I use it through the Apify API?

Yes. The Actor output is a normal Apify dataset, so you can run it through the Apify API, export results, schedule runs, or connect the dataset to integrations.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

🔗 Other actors

Made with ❤️ by Maxime Dupré