YouTube Channel Videos avatar

YouTube Channel Videos

Pricing

from $40.00 / 1,000 successful api calls

Go to Apify Store
YouTube Channel Videos

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

Alex Jordan

Maintained by Community

Actor 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

  1. Click Try for free on this Actor's page
  2. Paste a YouTube channel URL (e.g. https://www.youtube.com/@MrBeast)
  3. Get 50 recent videos in output
  4. Click Start and wait a few seconds
  5. Download results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
urlstringYouTube 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

FieldTypeDescription
videoIdstringYouTube video ID
titlestringVideo title
viewCountintegerTotal view count
durationstringDuration in ISO 8601 format (e.g. PT22M15S)
publishedAtstringPublication date (ISO 8601)
thumbnailstringThumbnail 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.