Vimeo Video Scraper avatar
Vimeo Video Scraper

Under maintenance

Pricing

$25.00/month + usage

Go to Store
Vimeo Video Scraper

Vimeo Video Scraper

Under maintenance

Developed by

Runtime

Runtime

Maintained by Community

Vimeo Video Scraper extracts video titles and URLs from Vimeo pages. It automates scrolling, clicks "Load more," and collects data efficiently. Supports proxies and limits results via videoMax, ensuring structured JSON output.

5.0 (1)

Pricing

$25.00/month + usage

1

Total users

3

Monthly users

3

Runs succeeded

25%

Last modified

14 days ago

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.
  • Supports proxy usage via Apify to avoid detection and blocking.
  • 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
proxyConfigurationobjectProxy configuration for scraping (Apify proxies recommended).{ "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }

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.