Vimeo
Pricing
$20.00/month + usage
Go to Apify Store
Pricing
$20.00/month + usage
Rating
5.0
(1)
Developer

scraping automation
Maintained by Community
Actor stats
2
Bookmarked
33
Total users
0
Monthly active users
5 months ago
Last modified
Categories
Share
Vimeo Video Scraper Light
This Apify Actor scrapes video data from Vimeo profile or channel pages.
It automatically scrolls, clicks on "Load more" buttons, and extracts key information such as:
- Video Title
- Video URL
Features
- Scrapes all videos from a given Vimeo profile or channel page.
- Automatically clicks "Load more" to retrieve additional videos up to
videoMaxlimit. - Adjustable pagination limit to control the number of videos scraped.
Input Parameters
| Parameter | Type | Description | Default Value |
|---|---|---|---|
url | string | Vimeo profile or channel URL to scrape. | "https://vimeo.com/wearepixelartworks" |
videoMax | integer | Maximum number of videos to extract. | 100 |
Output
The Actor generates a JSON dataset containing an array of video objects:
[{ "title": "The Macallan: The Heart of the Spirit Pixel Artworks", "url": "https://vimeo.com/999441939" },{ "title": "Star Wars Hunters Pixel Artworks", "url": "https://vimeo.com/992725997" }]
Legal Disclaimer
This project is intended for educational and research purposes only. Please ensure you comply with Vimeo's terms of use and applicable web scraping regulations.