
Youtube Video Clipper
Pricing
Pay per event

Youtube Video Clipper
Extracts multiple clips from a YouTube video based on a provided list of timestamps. Perfect for creating social media content, highlights, or short clips from longer videos.
0.0 (0)
Pricing
Pay per event
3
Total users
8
Monthly users
8
Runs succeeded
90%
Last modified
2 days ago
You can access the Youtube Video Clipper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",< "clips": [< {< "name": "test_clip",< "start": "00:00:05",< "end": "00:00:15"< }< ],< "proxy": {< "useApifyProxy": true,< "apifyProxyGroups": [< "RESIDENTIAL"< ]< }<}' |<apify call mattyreed1/youtube-video-clipper --silent --output-dataset
Youtube Video Clipper API through CLI
The Apify CLI is the official tool that allows you to use Youtube Video Clipper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: