YouTube Channel Monitor: Track Channels and Views avatar

YouTube Channel Monitor: Track Channels and Views

Pricing

Pay per event

Go to Apify Store
YouTube Channel Monitor: Track Channels and Views

YouTube Channel Monitor: Track Channels and Views

Track any list of YouTube channels: what they published recently, how many views each video got, how often they post and whether they are speeding up or slowing down. Reads the public channel feed, so no API key, no quota and no login.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Mariam Ahmed

Mariam Ahmed

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Watch a list of YouTube channels and see who is actually winning. For every channel: what it published recently, how many views each video got, how often it posts, and whether it is speeding up or slowing down against its own baseline.

No API key, no quota, no login, no proxy.

What does this do?

The YouTube Data API gives you 10,000 quota units a day and a Google Cloud project to set up first. This Actor reads the channel's public feed instead, which needs none of that, and turns fifteen recent videos into a scorecard you can sort.

flowchart LR
A[Handles, URLs<br/>or channel ids] --> B[Resolve to the<br/>real channel]
B --> C[Public channel feed:<br/>15 recent videos + views]
C --> D[Pace, views, momentum,<br/>best and worst video]

Read this before you buy

YouTube's public feed carries the 15 most recent videos of a channel, and nothing older. That is a hard limit of the source, not a setting.

So this Actor is built for monitoring and benchmarking many channels: track 200 competitors every week for cents, see who is accelerating, catch new uploads. It is not a full channel archive, and it cannot fetch a channel's back catalogue. If you need every video a channel ever made, you need a different tool.

What you get instead is speed and reliability: the feed answered 12 out of 12 times in testing with no bot checks, no CAPTCHAs and no proxy bill.

Who is it for?

You areYou use it to
CreatorsBenchmark your output and views against rivals in your niche, week by week
Brand and sponsorship teamsVet channels before paying for a placement: are they still posting, are views holding up
AgenciesReport client channel performance next to competitors, on a schedule
Media analystsTrack publishing pace and audience response across hundreds of channels
Anyone tracking a topicGet a weekly digest of what a set of channels just published

What data do you get?

One row per channel:

FieldMeaning
channelTitle, channelId, channelUrl, channelCreatedAtThe channel, and when it started
videosInWindow, videosInFeedHow many recent videos fell inside your window
uploadsPerWeekReal publishing pace, measured across those videos
averageViews, medianViews, totalViewsHow those videos performed
averageLikes, totalLikesAudience response
trend, momentumPercentNewer half of the videos against the older half: accelerating, steady or slowing
recentAverageViews, earlierAverageViewsThe two numbers behind that verdict
mostViewedVideo, leastViewedVideoBest and worst recent video, with links
latestVideoAt, daysSinceLastUpload, isActiveWhether the channel is still alive

Turn on Also return each video as a row for a second table: title, views, likes, date and link.

Example

Five channels, 90 day window, September 2026:

ChannelVideosUploads / weekAverage viewsTrend
MrBeast141.288,560,974slowing (−22%)
Marques Brownlee151.76,662,533accelerating (+77%)
Veritasium151.74,141,153slowing (−55%)
Linus Tech Tips158.91,771,758slowing (−45%)
Fireship152.01,596,360accelerating (+158%)

Linus Tech Tips posts nearly nine videos a week, seven times MrBeast's pace, and gets about 2% of the views per video. Fireship's recent videos are pulling more than twice its own baseline.

How to use it

  1. Add your channels: @mkbhd, a channel URL, or a UC… id. Handles are resolved for you.
  2. Pick the window. A narrow window measures only the last few weeks; "all 15" uses everything the feed gives.
  3. Run it, then export to CSV, Excel or JSON.

Run it on a schedule with the same channels to watch momentum change over time.

Ready to run examples, each one a real set of channels:

Pricing

Pay per result: $0.01 per channel scorecard, plus $0.0005 per video row only if you ask for the video table. Monitoring 100 channels costs about a dollar.

Where the data comes from

The public YouTube channel feed at youtube.com/feeds/videos.xml, which every podcast app and RSS reader uses. Handles are resolved through the channel page.

FAQ

Are subscriber counts included? No. They cannot be read reliably from the public page — the patterns that look right return figures that are plainly wrong, so nothing here reports them rather than printing a number you cannot trust.

Why is the star rating missing? YouTube reports 5.00 out of 5 for every video since dislikes were removed, so it tells you nothing. The like count is kept, which does.

What does "momentum" actually compare? The average views of the newer half of the videos in your window against the older half. Above +15% is accelerating, below −15% is slowing. It needs at least six videos, and says "not enough videos" rather than guessing.

Recent videos have had less time to gather views. Does that skew it? Yes, and it is worth knowing: a video posted yesterday has not finished accumulating views. Momentum is most meaningful on channels that post steadily, and over a window wide enough that the newest video is not most of the sample.

Can it find channels by topic? No. It reads channels you name. There is no public search in this feed.