Streamable Public Video Downloader avatar

Streamable Public Video Downloader

Pricing

from $0.92 / 1,000 item extracteds

Go to Apify Store
Streamable Public Video Downloader

Streamable Public Video Downloader

Download authorized public Streamable videos, store MP4 files, and export identity, title, resolution, source, file URL, and retrieval status.

Pricing

from $0.92 / 1,000 item extracteds

Rating

0.0

(0)

Developer

Automation Lab

Automation Lab

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Download authorized public Streamable videos, store MP4 files in Apify, and export a normalized record for every supplied link. The Actor resolves video identity, title, format, resolution, source URL, current media URL, stored-file URL, byte size, and retrieval status.

No Streamable login, cookies, browser, user API key, or paid proxy is required. Private, login-only, deleted, and access-controlled videos are outside scope.

What can the Streamable Public Video Downloader do?

  • Process public streamable.com share and embed URLs.
  • Accept Streamable short codes as well as full URLs.
  • Resolve the current signed source MP4 URL.
  • Copy the MP4 into the run key-value store.
  • Run in resolve-only mode without copying video bytes.
  • Return one typed status record for each processed input.
  • Continue after invalid, duplicate, deleted, or unavailable inputs.
  • Deduplicate repeated video IDs within one run.
  • Bound downloads with a configurable file-size limit.
  • Process up to 100 supplied inputs per run.

This is a supplied-link archiver. It does not search Streamable, discover videos, open private content, or bypass access controls.

Who is this Actor for?

Creators and rights holders can preserve their own public Streamable clips before links are removed or expire.

Editorial and production teams can turn approved links into stored files plus source provenance.

Researchers and journalists can maintain a bounded inventory of public videos they are permitted to retain.

Developers and data engineers can feed normalized video records into transcription, review, cataloging, or durable-storage pipelines.

Records teams can schedule recurring link checks and compare per-input retrieval status over time.

Why use it for Streamable video archives?

A copied MP4 alone does not preserve its public source, Streamable code, resolution, retrieval time, or failure state. This Actor keeps those fields together in one dataset row and can store the media in the same run.

The implementation uses Streamable's anonymous oEmbed and media redirect surfaces. It does not launch a browser or automatically spend on proxy traffic. Set saveVideos: false for a faster, lower-transfer inventory.

Supported Streamable inputs

Supported inputs include:

https://streamable.com/moo
https://streamable.com/e/moo
https://streamable.com/o/moo
moo

Only HTTPS URLs on streamable.com are accepted. The video must be anonymously accessible and expose an MP4. Signed source media URLs can expire; enable file storage when the workflow needs a retained copy.

Extracted Streamable video data

FieldMeaning
inputOriginal supplied URL or short code
videoIdNormalized Streamable short code
titlePublic title reported by Streamable
formatResolved media format, currently mp4
width, heightPublic video dimensions
resolutionNormalized widthxheight value
sourceUrlCanonical public Streamable page URL
sourceMediaUrlCurrent signed source-hosted MP4 URL
thumbnailUrlCurrent public thumbnail URL
videoFileKeyStored MP4 key, or null in resolve-only mode
videoFileUrlApify key-value store API URL
videoSizeBytesNumber of bytes copied to storage
retrievalStatusdownloaded, resolved, not_found, failed, invalid_input, or duplicate
errorConcise failure reason, otherwise null
retrievedAtISO 8601 retrieval timestamp

Missing source values are returned as null, never guessed.

How to download a public Streamable video

  1. Confirm the video opens while logged out and that you may archive it.
  2. Copy its Streamable share URL.
  3. Open this Actor in Apify Console.
  4. Add the URL under Streamable video URLs or codes.
  5. Keep Save video files enabled.
  6. Set a file-size limit appropriate for the expected clip.
  7. Click Start.
  8. Open Video records for metadata and status.
  9. Open Stored video files for the MP4.

The prefilled moo URL is a real public sample suitable for a first run, although third-party source availability can change.

Input parameters

InputTypeDefaultDescription
startUrlsarrayrequiredPublic Streamable URLs or short codes
saveVideosbooleantrueCopy resolved MP4 bytes into run storage
maxItemsinteger10Maximum supplied inputs processed, 1–100
maxVideoSizeMbinteger100Maximum stored file size, 1–500 MB
maxRequestRetriesinteger2Bounded transient retries, 0–5

Example:

{
"startUrls": [
{ "url": "https://streamable.com/moo" }
],
"saveVideos": true,
"maxItems": 1,
"maxVideoSizeMb": 25,
"maxRequestRetries": 2
}

Output example

This abbreviated record reflects the current public moo sample and a local stored-file run:

{
"input": "https://streamable.com/moo",
"videoId": "moo",
"title": "\"Please don't eat me!\"",
"format": "mp4",
"width": 852,
"height": 480,
"resolution": "852x480",
"sourceUrl": "https://streamable.com/moo",
"sourceMediaUrl": "https://cdn-cf-west.streamable.com/video/...mp4?Expires=...",
"thumbnailUrl": "https://cdn-cf-west.streamable.com/image/...jpg?Expires=...",
"videoFileKey": "video-moo.mp4",
"videoFileUrl": "https://api.apify.com/v2/key-value-stores/STORE_ID/records/video-moo.mp4",
"videoSizeBytes": 3044857,
"retrievalStatus": "downloaded",
"error": null,
"retrievedAt": "2026-09-16T06:10:00.000Z"
}

Default run storage is private. Authenticate when opening API file URLs, or copy files to storage you control.

Where are downloaded videos stored?

Stored files use this key pattern in the default key-value store:

video-<streamable-id>.mp4

The Actor copies the MP4 without re-encoding or watermarking it. The source media URL is signed and may expire. The run-owned storage record remains available according to your Apify storage retention settings.

How much does it cost to download Streamable videos?

The Actor uses pay-per-event pricing: one $0.001 start event and one item event for each successfully resolved public Streamable video. Failed, invalid, and duplicate inputs have no item charge. Saving a video does not create a second charge event, although ordinary platform transfer and storage usage can increase with file size.

The current item tiers are:

TierSuccessful video
FREE$0.0017572
BRONZE$0.001528
SILVER$0.0011918
GOLD$0.0009168
PLATINUM$0.0009168
DIAMOND$0.0009168

At BRONZE, one successful video is about $0.002528, 10 are about $0.01628, and 100 are about $0.1538, plus ordinary Apify platform usage.

Set saveVideos: false to return metadata and the current signed MP4 URL without copying bytes. This mode is useful for availability checks, link inventories, and downstream systems that handle approved downloads themselves.

A signed URL is not permanent storage. Use it promptly or enable file storage. The item event is unchanged because a successful typed video record is still produced.

Batch and recurring archive workflows

Supply a bounded list of approved links and save the input as an Apify Task. Schedule the Task when recurring availability checks are needed.

Use videoId as the stable source key in your destination. Compare retrievalStatus between runs to identify changes. A later failure can indicate removal, an access change, or a temporary source error; the Actor does not infer legal or editorial meaning.

The Actor does not discover new videos or compare prior datasets automatically.

Integrations and exports

Send dataset rows and authorized files to:

  • Amazon S3, Google Cloud Storage, or Azure Blob Storage;
  • Google Sheets or Airtable for an archive index;
  • a webhook for transcription or moderation;
  • a database keyed by videoId;
  • an approved digital asset management system.

Copy authenticated file bytes when a destination cannot read private Apify run storage.

Run with the Apify API

cURL

curl -X POST \
"https://api.apify.com/v2/acts/automation-lab~streamable-video-downloader/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"startUrls":[{"url":"https://streamable.com/moo"}],"saveVideos":true,"maxItems":1,"maxVideoSizeMb":25}'

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/streamable-video-downloader').call({
startUrls: [{ url: 'https://streamable.com/moo' }],
saveVideos: true,
maxItems: 1,
maxVideoSizeMb: 25,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("automation-lab/streamable-video-downloader").call(run_input={
"startUrls": [{"url": "https://streamable.com/moo"}],
"saveVideos": True,
"maxItems": 1,
"maxVideoSizeMb": 25,
})
print(client.dataset(run["defaultDatasetId"]).list_items().items)

Keep API tokens in environment variables or a secret manager.

Use with Apify MCP

Add the Actor to Claude Code:

claude mcp add --transport http apify \
"https://mcp.apify.com?tools=automation-lab/streamable-video-downloader"

Claude Desktop setup

Add this configuration:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=automation-lab/streamable-video-downloader"
}
}
}

Cursor setup

Add the same MCP server URL in Cursor Settings → MCP.

VS Code setup

Add the same MCP server URL through your VS Code MCP extension or workspace MCP configuration.

Example prompts:

  • "Download this authorized public Streamable clip and return its stored file metadata."
  • "Resolve these approved Streamable links without copying media."
  • "Export a status inventory for this bounded Streamable video list."

Reliability, limits, and failure behavior

The Actor retrieves anonymous oEmbed metadata and a fresh media redirect for each unique video ID. Transient network, rate-limit, and server failures are retried a bounded number of times. No browser or proxy fallback is enabled.

Invalid, unavailable, and duplicate inputs produce uncharged status rows. Successful inputs remain available when another input fails. The run exits with failure when no input succeeds.

A download stops when it exceeds maxVideoSizeMb. The Actor does not bypass passwords, accounts, geographic controls, or other restrictions.

Troubleshooting

Open it in a logged-out browser. It may have been deleted, expired, made private, or typed incorrectly. Only anonymous public videos are supported.

Why is videoFileUrl null?

File storage was disabled, or the download failed. A successful resolve-only row has retrievalStatus: "resolved" and still includes sourceMediaUrl.

Streamable signs media URLs and can rotate or expire them. Enable saveVideos when your authorized workflow needs a retained run-owned copy.

Why is the stored file URL unauthorized?

Apify run storage is private by default. Open it while authenticated in Console or use an authorized API request.

Use this Actor only for public Streamable media you are legally allowed to access, download, retain, and process. Respect copyright, privacy, publicity rights, contractual restrictions, Streamable's terms, and applicable law.

Do not use it to bypass login, passwords, payment, geographic controls, or access restrictions. Do not redistribute media without permission. Minimize retained personal data, restrict file access, choose an appropriate retention period, and honor valid deletion requests. This tool does not grant rights to third-party content and is not affiliated with Streamable.

Data handling and retention

The Actor sends only supplied public Streamable identifiers to Streamable's anonymous public endpoints. It does not use AI providers or additional subprocessors. Dataset records and optional MP4 files are stored in the run's Apify storage under your account. Apify retention depends on your plan and storage settings; delete runs or records when they are no longer needed.

Logs contain concise URLs/statuses for diagnosis but never API tokens or private credentials. Avoid supplying links that embed secrets or personal access tokens.

These Actors cover separate source-specific workflows; they do not broaden this Actor beyond Streamable.

FAQ

Does the Actor require a Streamable account?

No. It supports only public videos available without login.

Can it search Streamable?

No. Supply exact links or short codes.

Does Streamable delete videos?

Streamable videos can become unavailable because of uploader action, account policy, expiration, or access changes. This Actor records the current per-input state; it does not guarantee future availability.

Are failed or duplicate inputs charged as items?

No. Only successfully resolved public video records create the item event. The one-time start event still applies once per run.

Can downloaded files be kept permanently?

Apify storage retention depends on your plan. Copy authorized files to durable storage you control when you need longer retention.