Vimeo avatar
Vimeo

Pricing

$5.00/month + usage

Go to Store
Vimeo

Vimeo

Developed by

Runtime

Runtime

Maintained by Community

Vimeo Scrape : get video links from Vimeo page.

5.0 (1)

Pricing

$5.00/month + usage

2

Total users

24

Monthly users

3

Runs succeeded

>99%

Last modified

11 days ago

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 videoMax limit.
  • Adjustable pagination limit to control the number of videos scraped.

Input Parameters

ParameterTypeDescriptionDefault Value
urlstringVimeo profile or channel URL to scrape."https://vimeo.com/wearepixelartworks"
videoMaxintegerMaximum 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.