Vimeo Downloader — HD MP4 Video & Metadata Extractor avatar

Vimeo Downloader — HD MP4 Video & Metadata Extractor

Pricing

from $0.50 / 1,000 video scrapeds

Go to Apify Store
Vimeo Downloader — HD MP4 Video & Metadata Extractor

Vimeo Downloader — HD MP4 Video & Metadata Extractor

Download Vimeo videos in HD/4K MP4, extract metadata, thumbnails and embed info. Get video title, duration, view count, likes, uploader details, privacy settings and direct download URLs. Supports single videos, channels, showcases and albums. No login required. Export JSON, CSV or Excel via API.

Pricing

from $0.50 / 1,000 video scrapeds

Rating

0.0

(0)

Developer

dltik

dltik

Maintained by Community

Actor stats

2

Bookmarked

9

Total users

4

Monthly active users

11 days ago

Last modified

Share

Vimeo Scraper — Video Metadata Extractor (Views, Duration, Privacy)

Extract Vimeo video metadata in bulk: title, duration, views, likes, formats, uploader, privacy status. Supports single videos, showcases, channels, groups, and batch URL input. Optional password support for private videos. No video download — clean structured metadata only. HTTP-only, $0.002 per video.

Bookmark this Vimeo Scraper — Apify ranks actors by bookmarks, so it directly helps the visibility of this scraper on the Apify Store.

What is the Vimeo Scraper?

The Vimeo Scraper is an Apify actor that pulls metadata from any Vimeo video, showcase, channel, or group page. Drop in a list of URLs and get back a clean dataset: title, duration, view count, likes count, available formats (MP4 SD/HD/4K), uploader, upload date, privacy status (public/unlisted/password-protected), description, tags. Password-protected videos are supported via the password input field.

Useful for creative-industry research, agency portfolios, and tracking premium video content (Vimeo's main differentiator vs YouTube).

Use cases

  • Creative-industry analytics — track top Vimeo creators in design, animation, photography categories.
  • Agency portfolio monitoring — bulk-pull metadata from agency Vimeo channels for competitive intel.
  • Brand-content research — many brands prefer Vimeo for hero campaigns; track their performance.
  • Multi-platform creator analytics — combine Vimeo with YouTube/Dailymotion data for full creator view.
  • Archive-building — full-channel metadata snapshot for client deliverables or research.
  • Format tracking — see which Vimeo creators use 4K, HDR, etc.

Input

{
"urls": [
"https://vimeo.com/123456789",
"https://vimeo.com/showcase/example",
"https://vimeo.com/channels/staffpicks"
],
"passwords": {
"987654321": "your_password_here"
}
}

Output

{
"video_id": "123456789",
"url": "https://vimeo.com/123456789",
"title": "Example creative film",
"description": "Director's cut...",
"duration_sec": 247,
"views": 12453,
"likes": 423,
"uploader": "example_creator",
"uploader_url": "https://vimeo.com/example_creator",
"uploaded_at": "2026-03-22",
"privacy": "public",
"formats_available": ["sd", "hd", "4k"],
"thumbnail": "https://i.vimeocdn.com/...",
"tags": ["short film", "animation"]
}

Pricing

PAY_PER_EVENT — $0.002 per video metadata fetched (= $2 per 1,000). Failed fetches not charged.

FAQ — Vimeo API alternatives

Vimeo official API alternative? Vimeo's API is gated (requires Pro account + app approval). This scraper has no auth, no quota for public videos.

Password-protected videos? Yes — pass passwords via the passwords map keyed by video ID.

Showcase / channel / group expansion? Yes — those URLs are auto-expanded to constituent videos.

Does it download files? No — metadata only. For download, use yt-dlp (which supports Vimeo).


Found this useful? Bookmark this Vimeo Scraper — it's the strongest signal for Apify Store ranking.

License: MIT · Author: dltik