
β‘ Vimeo Profile Scraper π€
Pricing
$5.00/month + usage

β‘ Vimeo Profile Scraper π€
π 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
Parameter | Type | Description |
---|---|---|
profile_urls | Array | Vimeo profile URLs (1-100+ items) |
url | String | Valid Vimeo profile link |
method | String | GET (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
Field | Description |
---|---|
name | Profile display name |
description | Full bio with HTML entities decoded |
profile_image | 640x640px portrait URL |
Technical Insights
Field | Description |
---|---|
raw_json_ld | Unmodified schema.org data |
scraped_at | UTC timestamp of extraction |
π Why This Actor?
Feature | π This Actor | π Others |
---|---|---|
Schema.org Integration | β Raw JSON-LD | β Basic Fields |
Image Resolution | 640px HD | 240px Low-Quality |
Bulk Scraping | 100+ Profiles | Single Pages |
Data Freshness | Realtime | Cached Versions |
Rate Handling | Auto-Throttling | Frequent 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