Vimeo Playlist Extractor
Turn a Vimeo Showcase (Vimeo's playlist feature) into a full list of its videos — paste the link and get every video's ID, watch URL, title, uploader and duration as a downloadable table.
Input
Works with vimeo.com/showcase/…, the older vimeo.com/album/… link, or a bare numeric showcase ID (Vimeo video IDs are also purely numeric, so a bare number is assumed to be a showcase ID).
Output
| # | Video ID | Title | Uploader | Duration | Watch URL | Thumbnail URL |
|---|---|---|---|---|---|---|
| No data yet | ||||||
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/vimeo-playlist-extractor \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"showcaseUrl": "https://vimeo.com/showcase/8449374"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `vimeo-playlist-extractor` tool (Vimeo Playlist Extractor) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
| Cost per API/MCP call | From 9 credits |
|---|---|
| Free-plan API/MCP cap^ | 135 credits/month |
| Need more credits? | View pricing |
^ The most you can spend on this tool over API/MCP per month on the free plan. Buying a credit pack removes this cap, same as Builder.
Also available with
Guides
Paste a Vimeo Showcase link — Vimeo's playlist feature, also still called an "Album" in some older links — and get every video in it listed out: video ID, watch URL, title, uploader and duration, all as a table you can copy or download as CSV.
How to use it
- Copy a showcase link from Vimeo. Any of these work:
https://vimeo.com/showcase/8449374- The older
https://vimeo.com/album/8449374form - A bare showcase ID (
8449374)
- Paste it in and click Extract showcase.
- Copy the table, or download it as a CSV — each row has the video's ID, watch URL, title, uploader and length.
What you get
- Video ID and watch URL — the canonical
https://vimeo.com/…link for each video. - Title, uploader and duration, pulled straight from Vimeo. A showcase can gather videos from more than one account, so the uploader is read per video, not assumed to be the showcase's own owner.
- Thumbnail URL — the video's own preview image link.
Does this work on private or password-protected showcases?
No — only a showcase whose privacy is set to public ("anybody can view"). A private, password-protected or domain-locked showcase can't be read this way, and the tool says so rather than returning an empty result.
Why "showcase" and not "playlist"?
Vimeo's current name for this feature is Showcase (its older name, still used in some URLs, was Album) — Vimeo has no separate feature literally called a "playlist". A showcase is the closest match: a curated, shareable collection of videos with its own URL, which is what this tool reads.
Can I get a video's transcript too?
Not from this tool — pull a link from the table and run it through Vimeo to Text to get its captions. For just the poster image of one video, see Vimeo Thumbnail Downloader.