
Youtube Video Clipper
Pricing
$45.00 / 1,000 clips

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
$45.00 / 1,000 clips
0
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
2 days ago
YouTube Video Clipper is a powerful tool that downloads YouTube videos and extracts multiple clips from them based on specified timestamps. Perfect for creating social media content, highlights, or short clips from longer videos.
What is YouTube Video Clipper?
YouTube Video Clipper allows you to:
- Download any YouTube video
- Extract multiple clips with precise timestamps
- Generate thumbnails automatically
- Get direct download URLs for clips and thumbnails
- Handle various video qualities and formats
All you need is a YouTube URL and a list of timestamps for the clips you want to extract.
How to use YouTube Video Clipper?
YouTube Video Clipper is designed to be user-friendly and straightforward:
- Create a free Apify account using your email
- Open YouTube Video Clipper in Apify Console
- Add the YouTube video URL you want to clip
- Specify your clips with start and end timestamps
- Click "Start" and wait for the clips to be processed
๐ผ Input sample
The input requires a YouTube video URL and an array of clips with timestamps:
{"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ","clips": [{"name": "intro_clip","start": "00:00:05","end": "00:00:15"},{"name": "highlight_moment","start": "00:01:30","end": "00:01:45"}]}
Input Parameters:
- videoUrl: The YouTube video URL to process
- clips: Array of clips with name, start time, and end time
- proxy: Optional proxy configuration for blocked regions
- useCookies: Optional boolean to enable cookie usage (required if using cookies)
- cookies: Optional YouTube cookies for private/restricted videos
- maxRetries: Number of retry attempts (default: 3)
Go to the input tab for a full explanation of the JSON input format.
๐ฝ Output sample
Each processed clip returns detailed information including direct download URLs:
{"name": "intro_clip","description": "Clip from 00:00:05 to 00:00:15","startTime": "00:00:05","endTime": "00:00:15","url": "https://api.apify.com/v2/key-value-stores/.../clip_video.mp4","thumbnailUrl": "https://api.apify.com/v2/key-value-stores/.../thumbnail.jpg","duration": 10,"size": 2457600,"quality": "720p","outputFormat": "mp4","clipIndex": 1,"videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ","processingTime": "2024-01-15T10:30:45.123Z","failed": false}
The clips are stored in Apify's key-value store and accessible via direct URLs for immediate use.
Integrate YouTube Video Clipper and automate your workflow
YouTube Video Clipper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform:
- Make - Automate clip creation workflows
- Zapier - Connect to thousands of apps
- Slack - Get notifications when clips are ready
- Webhooks - Trigger actions when processing completes
- APIs - Integrate directly with your applications
You can also use webhooks to carry out actions whenever clips are processed, such as automatically posting to social media or storing in your preferred cloud storage.
Advanced Features
Proxy Support
Handle geo-blocked or rate-limited videos with residential proxy support.
Cookie Authentication
Access private, age-restricted, or member-only videos using browser cookies.
Automatic Retries
Built-in retry logic handles temporary YouTube blocks and network issues.
High-Quality Output
Supports up to 720p video quality with stream copying (no re-encoding) for fast processing.
Use Cases
- Social Media Content: Create clips for Twitter, Instagram, TikTok
- Educational Content: Extract key moments from lectures or tutorials
- Highlights: Generate highlight reels from longer videos
- Marketing: Create promotional clips from product demos
- Research: Extract specific segments for analysis
๐ฐ Pricing
YouTube Video Clipper uses a pay-per-use pricing model:
- $45 per 1,000 clips ($0.045 per clip) - You only pay for successful clips
- Free tier included - $5 monthly credits with free Apify account
- No setup fees - Start using immediately
With the Apify Free plan's $5 monthly credits, you can process up to 111 clips per month at no cost.
๐ง API Access
The Apify API gives you programmatic access to YouTube Video Clipper:
Node.js Example:
import { ApifyApi } from 'apify-client';const client = new ApifyApi({ token: 'YOUR_API_TOKEN' });const run = await client.actor('YOUR_ACTOR_ID').call({videoUrl: 'https://www.youtube.com/watch?v=VIDEO_ID',clips: [{ name: 'clip1', start: '00:00:10', end: '00:00:20' }]});
Python Example:
from apify_client import ApifyClientclient = ApifyClient('YOUR_API_TOKEN')run = client.actor('YOUR_ACTOR_ID').call(run_input={'videoUrl': 'https://www.youtube.com/watch?v=VIDEO_ID','clips': [{'name': 'clip1', 'start': '00:00:10', 'end': '00:00:20'}]})
Check out the Apify API documentation for full details.
โ FAQ
How much does it cost to use YouTube Video Clipper?
YouTube Video Clipper charges $45 per 1,000 clips ($0.045 per clip) for successfully processed clips. With the Apify Free plan's $5 monthly credits, you can process up to 111 clips per month at no cost.
What video qualities are supported?
The tool supports up to 720p video quality, automatically selecting the best available quality or falling back to 480p and lower resolutions if needed.
Can I download private or age-restricted videos?
Yes, by providing YouTube cookies from a logged-in browser session, you can access private, age-restricted, or member-only content.
What happens if a video is blocked in my region?
Use the proxy configuration with residential proxies to bypass geographical restrictions.
How long can the clips be?
There's no strict limit on clip duration - you can extract clips from a few seconds to several minutes long.
What output formats are supported?
All clips are output in MP4 format using stream copying (no re-encoding) to preserve original quality and ensure fast processing.
Your feedback
We're always working on improving YouTube Video Clipper. If you've got technical feedback or found a bug, please create an issue on the Actor's Issues tab in Apify Console.
Need a custom video processing solution? Contact us for enterprise solutions.
On this page
Share Actor: