
Youtube Channel Upload History – Video Metadata Scraper
Pricing
$2.50 / 1,000 videos
Go to Store

Youtube Channel Upload History – Video Metadata Scraper
Scrapes videos from a YouTube channel within a specified date range and extracts detailed metadata including title, URL, upload date, thumbnail, views, and duration. Results are saved in an Apify dataset and can be exported as JSON, CSV, or other formats.
0.0 (0)
Pricing
$2.50 / 1,000 videos
0
Total users
6
Monthly users
6
Runs succeeded
95%
Last modified
16 days ago
⏯️ Youtube Channel Upload History – Video Metadata Scraper
This Apify actor scrapes videos from a YouTube channel within a specified date range and returns detailed metadata for each video.
It is ideal for content monitoring, analytics, or tracking video performance within specific time periods.
✅ Features
- ✅ Extracts videos within a customizable date range
- ✅ Supports YouTube handle format (e.g.
@midulive
) - ✅ Extracts comprehensive video metadata:
- Title
- URL
- Upload date
- Thumbnail URL
- View count
- Video duration
- ✅ Headless browser scraping using Playwright
- ✅ Results saved in an Apify dataset
- ✅ Compatible with scheduling, webhooks, and external integrations
📥 Input
Field | Type | Description |
---|---|---|
channel | string | The YouTube channel handle, e.g. @midulive (other formats are not supported) |
startDate | string | (Optional) Start date in ISO format (YYYY-MM-DD). Defaults to today. |
endDate | string | (Optional) End date in ISO format (YYYY-MM-DD). Defaults to today. |
📤 Output
Each result includes:
{"title": "Video Title","url": "https://www.youtube.com/watch?v=xxxxxxxx","uploadDate": "2024-03-20T15:30:00.000Z","thumbnailUrl": "https://i.ytimg.com/vi/xxxxxxxx/maxresdefault.jpg","viewCount": "1,234","duration": "10:30"}