🚀 Vimeo Video Scraper 🛠️ avatar

🚀 Vimeo Video Scraper 🛠️

Pricing

$8.00/month + usage

Go to Apify Store
🚀 Vimeo Video Scraper 🛠️

🚀 Vimeo Video Scraper 🛠️

🚀 Extract Vimeo video metadata 📊: Resolutions 🖼️, codecs 🔧, likes ❤️, comments 💬, channels 📺! Bulk URLs 🔄, proxy-ready 🌐. For devs 🛠️, analysts 📈, archivists 🗄️ No downloads needed! Fast⚡& encrypted 🛡️🚀 Vimeo Video Scraper 🛠️

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Scrape Architect

Scrape Architect

Maintained by Community

Actor stats

0

Bookmarked

14

Total users

0

Monthly active users

2 months ago

Last modified

Share


🚀 Vimeo Video Scraper – Metadata Extraction Suite 📊

Unlock 50+ technical & engagement metrics • Resolution specs 🖼️ • Codec details 🔧 • Channel analytics 📈 • Bulk URL processing 🔄


🌟 Overview

This professional-grade Vimeo scraper extracts rich video metadata without downloads. Perfect for:
✅ Content analysts 📉
✅ Video QA teams 🧪
✅ Developer integrations 🛠️
✅ SEO strategists 🔍
✅ Archival projects 🗄️

Extracts:

  • 📽️ Resolution/FPS/Codec specs
  • 📅 Upload dates & timestamps
  • 📊 Engagement metrics (likes/comments)
  • 🖼️ Thumbnail URLs & dimensions
  • 📺 Channel ownership details
  • 🔧 10+ technical streaming parameters

⏱️ Avg. runtime: 15-45s per video • 🛡️ Auto-retry & proxy support


🔥 Key Features

📊 Metadata Mastery

CategoryExtracted Data
CoreTitles • Descriptions • Durations • Thumbnails
TechResolutions • FPS • Codecs • Aspect ratios • Bitrates
EngagementLikes • Comments • View counts (when available)
ChannelOwner names • Profile URLs • Release timelines

🔧 Technical Insights

  • Codec Analysis: AVC/H.264 specifications
  • Stream Anatomy: Manifest URLs • Protocol details
  • Quality Metrics: TBR/VBR/ABR bitrate tracking
  • DRM Status: Has_drm flag detection

🛠️ Enterprise-Grade

  • Bulk Processing: Handle 100+ URLs per run
  • Proxy Rotation: Bypass geo/IP restrictions
  • Auto-Validation: Filter invalid/broken links
  • Epoch Timestamps: 1712053062 → "2024-04-02"

⚙️ Input Configuration

{
"video_urls": [
{
"url": "https://vimeo.com/693117164",
"method": "GET"
}
]
}

📋 Input Parameters

FieldTypeDescription
video_urlsArrayVimeo video URLs (1-100+ items)
urlStringValid Vimeo link (supports embeds/private)
methodStringGET (HTTP method)

📤 Output Example (Abridged)

[
{
"important": {
"original_url": "https://vimeo.com/929824958?autoplay=1&muted=1&stream_id=…",
"title": "[Architect A X KCRP] A small garden by the window",
"description": "Architect A X KCRP\n\nExecutive Producer: Jungmin Lee\n…",
"thumbnail": "https://i.vimeocdn.com/video/1826213027-…-d",
"duration": "4m 35s",
"upload_date": "2024-04-02",
"like_count": 432,
"comment_count": 12
},
"channel": {
"channel": "VCRWORKS",
"channel_url": "https://vimeo.com/vcrworks"
},
"video": {
"width": 1920,
"height": 1080,
"fps": 24,
"tbr": 5381,
"format_id": "hls-fastly_skyfire-5381+…",
"protocol": "m3u8_native+m3u8_native",
"formats": [
{
"format_id": "hls-fastly_skyfire-5381",
"url": "https://skyfire.vimeocdn.com/…/media.m3u8?…",
"ext": "mp4",
"resolution": "1920x1080",
"fps": 24
},
{
"format_id": "hls-fastly_skyfire-audio-high-English",
"format_note": "English",
"ext": "mp4",
"resolution": "audio only"
}
]
},
"audio": {
"language": "en"
},
"subtitles": {
"subtitles": {}
},
"technical": {
"extractor": "vimeo",
"timestamp": 1712053062,
"formats": [
{
"format_id": "hls-fastly_skyfire-5381",
"manifest_url": "https://…/playlist.m3u8?…",
"has_drm": false
}
]
}
}
]

🗝️ Output Field Breakdown

Core Metadata

FieldDescription
provided_resolutionAuto-detected display resolution
upload_dateISO 8601 date (YYYY-MM-DD)
like_countEngagement metrics (if public)

Technical Specs

FieldDescription
vcodecVideo compression standard
protocolStreaming tech (m3u8/DASH)
bitrateKilobits-per-second (VBR/ABR)

Channel Data

FieldDescription
channelAccount/organization name
channel_urlDirect profile link

🆚 Why This Scraper?

Feature🚀 This Actor🐌 Generic Tools
Metadata Depth50+ Fields<10 Fields
Codec Analysis✅ Full Specs❌ Surface-Level
Bulk Capacity100+ URLsSingle Videos
Timestamp FormatsEpoch + ISOSingle Format
Enterprise ReadyProxy + RetryNo Fail-safes

🛠️ How It Works

1️⃣ Add Vimeo URLs – Single videos or entire channels
2️⃣ Run Actor – Auto-detects public/private content
3️⃣ Get:

  • 📄 Full technical manifests
  • 📈 Engagement analytics
  • 📺 Channel attribution
  • 🔍 Deep format analysis

💡 Use Cases

Media Analysts

  • Benchmark video encoding quality
  • Track resolution adoption rates

Developers

  • Build video CMS integrations
  • Auto-generate tech spec reports

Archivists

  • Preserve streaming format history
  • Catalog channel ownership changes

QA Teams

  • Validate bitrate compliance
  • Monitor DRM implementation

❓ Troubleshooting

Issue: Missing like_count/comment_count
Fix:

  • Source video must have public stats enabled
  • Use canonical URLs (non-embeds)

Issue: "Invalid manifest_url"
Fix:

  • Check URL format (must be Vimeo native)
  • Retry with method: GET