Vimeo Apify Actor
description
Get from a Vimeo page :
title video_count video_count_collected pagination_max status timestamp
and an array of videos :
id url image
input
Url input format is : https://vimeo.com/channel
pagination_max : Number of load more sections to load
Set No timout (or >=240) and Memory 4096 MB.
result
[ { title: 'page', video_count: 359, video_count_collected: 50, pagination_max: 4, status: false, timestamp: 1679600102334, videos: [ { id: '11111111', url: 'https://www.vimeo.com/11111111', image: 'https://i.vimeocdn.com/id/11111111' }, { id: '11111112', url: 'https://www.vimeo.com/11111112', image: 'https://i.vimeocdn.com/id/11111112' }, { id: '11111113', url: 'https://www.vimeo.com/11111113', image: 'https://i.vimeocdn.com/id/11111113' }, { id: '11111114', url: 'https://www.vimeo.com/11111114', image: 'https://i.vimeocdn.com/id/11111114' }, ... ] } ]
Legal Mentions and Terms of Use
This actor is provided 'as is' and without warranties of any kind, either express or implied. There is no guarantee for the accuracy, completeness, reliability, or suitability of this actor for any particular purpose. You use this actor at your own risk.