Knowing what a competitor YouTube channel has published in the past 30 days — every video, in order, with view counts — takes about 2 minutes if you know the right method. Here are three approaches, from fastest to most comprehensive.

Method 1: Filter by Date on the Channel Page

On any YouTube channel page, go to the Videos tab. Click the Filter icon. Select "This month" or "This week." YouTube sorts the results by publish date. This takes 30 seconds and requires no tools. The limitation is that YouTube's filter options are coarse — this month, this year, 4+ years ago — and the results show no analytics data beyond what is visible in the thumbnail.

Method 2: YouTube Data API Date Filter

The search.list API endpoint accepts a publishedAfter parameter in ISO 8601 format. Setting this to the first day of the current month and the channelId parameter to your target channel returns every video published since that date, with full metadata including view counts, duration, and video IDs. The free API quota covers this comfortably — each search request costs 100 units, and a typical monthly pull for a single channel uses 100 to 200 units total.

Method 3: Automated Weekly Pull With Historical Accumulation

A workflow that runs every week and appends new video data to a Google Sheet or database accumulates a complete, structured history of everything a competitor has published over time. After running for a month, you have the full month's output. After running for six months, you have a longitudinal dataset that reveals how their content strategy has evolved — which topics they published on in Q1 versus Q3, how their view counts trended, and when specific topic clusters appeared and disappeared from their output.

The YouTube Competitor Intelligence Monitor is built on this third approach — a workflow that runs every Monday, captures the week's new videos from up to 6 competitor channels, and writes structured output to a CSV. Over time, the weekly outputs build into a complete competitive content archive.

What to Do With a Monthly Competitor Video List

A sorted, view-count-ranked list of everything a competitor published in the past month tells you their publishing cadence, their topic priorities for the period, and which of their bets performed. The highest-view videos in the list are the topics that resonated. The low-view videos are experiments that didn't work. Both are inputs to your own content planning — what to pursue and what to avoid.