⚑ Vimeo Profile Scraper πŸ‘€ avatar
⚑ Vimeo Profile Scraper πŸ‘€

Pricing

$5.00/month + usage

Go to Store
⚑ Vimeo Profile Scraper πŸ‘€

⚑ Vimeo Profile Scraper πŸ‘€

Developed by

Scrape Architect

Scrape Architect

Maintained by Community

πŸš€ Scrape Vimeo profiles πŸ‘€, bios πŸ“, HD images πŸ–ΌοΈ + raw JSON-LD 🧩! Bulk URLs πŸ”„, timestamps ⏰, Apify storage πŸ”’. For recruiters πŸ‘©πŸ’», analysts πŸ“Š, archivists πŸ“š. Fast ⚑, encrypted πŸ›‘οΈ! ⚑ Vimeo Profile Scraper πŸ‘€

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

8 days ago


πŸš€ Vimeo Profile Scraper – Bulk Data Extraction + Rich Metadata 🌟

Scrape Vimeo profiles at scale! Get creator bios πŸ“, profile images πŸ–ΌοΈ, raw JSON-LD schemas 🧩, and timestamps ⏰. Perfect for talent discovery 🎬, competitor analysis πŸ”, and data pipelines πŸ“Š.


🌟 Overview

Need to analyze Vimeo creators or build filmmaker databases? This actor delivers:
βœ… Full profile data: Bios, names, profile URLs
βœ… Schema.org metadata: Raw JSON-LD output
βœ… Bulk processing: 100+ profiles per run
βœ… High-res images: 640px profile pictures

Ideal for casting directors πŸ‘©πŸ’Ό, film researchers πŸŽ₯, and HR teams πŸ‘”!

⚑ Avg. runtime: 10-30 seconds per profile
πŸ›‘οΈ Auto-retries & proxy rotation built-in


πŸ”₯ Key Features

πŸ§‘πŸŽ¨ Profile Data Extraction

  • Creator Bios: Full descriptions with formatting
  • Verification: Profile URLs match Vimeo's official patterns
  • Image Capture: Direct links to profile pictures
  • Schema.org Data: Raw JSON-LD markup parsing

πŸ› οΈ Technical Features

  • Bulk Mode: Process entire creator lists
  • Timestamps: Exact scrape times (ISO 8601)
  • Data Freshness: Always latest profile versions

πŸš€ Advanced Capabilities

  • Proxy Support: Residential IPs for uninterrupted scraping
  • Auto-Pagination: Handles profile galleries
  • Rate Limit Bypass: Smart request throttling

βš™οΈ Input Configuration

{
"profile_urls": [
{
"url": "https://vimeo.com/user46243372",
"method": "GET"
}
]
}

πŸ“‹ Input Fields

ParameterTypeDescription
profile_urlsArrayVimeo profile URLs (1-100+ items)
urlStringValid Vimeo profile link
methodStringGET (HTTP method)

πŸ“€ Output Example

{
"channel_url": "https://vimeo.com/user46243372",
"name": "Ragini Bhasin",
"description": "South Asian writer/director... feminist lens.",
"profile_image": "https://i.vimeocdn.com/portrait/79167913_640x640...",
"raw_json_ld": {
"@type": "Person",
"image": "https://i.vimeocdn.com/portrait/79167913_640x640...",
"potentialAction": {"@type": "ViewAction"}
},
"scraped_at": "2025-05-17T17:54:33.027022Z"
}

πŸ—οΈ Key Output Fields

Core Data

FieldDescription
nameProfile display name
descriptionFull bio with HTML entities decoded
profile_image640x640px portrait URL

Technical Insights

FieldDescription
raw_json_ldUnmodified schema.org data
scraped_atUTC timestamp of extraction

πŸ†š Why This Actor?

FeatureπŸš€ This Actor🐌 Others
Schema.org Integrationβœ… Raw JSON-LD❌ Basic Fields
Image Resolution640px HD240px Low-Quality
Bulk Scraping100+ ProfilesSingle Pages
Data FreshnessRealtimeCached Versions
Rate HandlingAuto-ThrottlingFrequent Bans

πŸ› οΈ How It Works

1️⃣ Add Vimeo Profile URLs – Individuals or lists
2️⃣ Run Actor – Auto-detects profile type (user/channel)
3️⃣ Get:

  • πŸ“‡ Creator bios & names
  • πŸ–ΌοΈ High-res profile images
  • 🧩 Raw schema.org metadata
  • ⏱️ Precise scrape timestamps

πŸ’‘ Use Cases

🎬 Filmmakers – Find collaboration partners
πŸ‘©πŸ’» Recruiters – Source video talent
πŸ“ˆ Analysts – Track creator trends
πŸ“š Archivists – Preserve artist portfolios
πŸ€– AI Trainers – Gather bios for LLMs


❓ Troubleshooting

Issue: "Invalid profile URL" error
Fix:

  • Use URLs from Vimeo's address bar (e.g., vimeo.com/username)
  • Avoid mobile links (vimeo.com/m/...)

Issue: Missing raw_json_ld data
Fix:

  • Profile must have schema.org markup
  • Retry with method: GET