YouTube Channel Videos
Pricing
from $40.00 / 1,000 successful api calls
YouTube Channel Videos
List videos from a YouTube channel with titles, view counts, and durations.
Pricing
from $40.00 / 1,000 successful api calls
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What does YouTube Channel Videos do?
YouTube Channel Videos retrieves a list of videos from any YouTube channel — including titles, view counts, durations, publish dates, and thumbnail URLs — from a single channel URL. Get up to the latest videos without needing a YouTube API key or quota.
Built on the Apify platform, this Actor runs in seconds and works seamlessly with Apify's scheduling, webhooks, and integrations.
Why use YouTube Channel Videos?
- Content auditing — Analyse a channel's full video library for topic, frequency, and performance trends
- Competitor intelligence — Track what your competitors are publishing and how videos perform
- Influencer vetting — Review a creator's recent upload history before a partnership
- Feed monitoring — Get notified when a specific channel publishes new content via scheduled runs
- Content repurposing — Build datasets of videos to summarise, translate, or repurpose with AI
How to use YouTube Channel Videos
- Click Try for free on this Actor's page
- Paste a YouTube channel URL (e.g.
https://www.youtube.com/@MrBeast) - Get 50 recent videos in output
- Click Start and wait a few seconds
- Download results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ✅ | YouTube channel URL (@handle, /c/, or /channel/ format) |
Example input:
{"url": "https://www.youtube.com/@MrBeast",}
Output
Example output:
{"videos": [{"videoId": "abc123","title": "I Survived 100 Days","viewCount": 45000000,"duration": "PT22M15S","publishedAt": "2024-03-10T18:00:00Z","thumbnail": "https://i.ytimg.com/vi/abc123/hqdefault.jpg"}],"meta": { "cache_hit": false, "execution_time_ms": 1100 }}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data fields
| Field | Type | Description |
|---|---|---|
videoId | string | YouTube video ID |
title | string | Video title |
viewCount | integer | Total view count |
duration | string | Duration in ISO 8601 format (e.g. PT22M15S) |
publishedAt | string | Publication date (ISO 8601) |
thumbnail | string | Thumbnail URL |
Pricing / Cost estimation
$0.04 per successful API call on Apify.
- 500 successful Apify runs = $20.00
Known limitations: Unlisted and private videos are not returned. Some channels may return fewer videos than max_results if they have fewer public uploads.
Need help? Open an issue in the Issues tab or contact the support team for custom solutions.