YouTube Video

Limited

Track views, likes, and comments on YouTube videos

Monitor YouTube videos for engagement metrics like views, likes, and comments. Perfect for tracking video performance, competitor analysis, or staying updated on your favorite creators. Also detects subscriber counts on channel pages.

alert.new/

Paste any URL to create an alert

Extracted Data

{
title:string// primary
views:number// primary
likes:number// primary
channelName:string
channelId:string
videoId:string
comments:number
subscribers:number
duration:string
durationSeconds:number
publishedAt:date
description:string
category:string
tags:string
isLive:boolean
isShort:boolean
isUnlisted:boolean
isVerified:boolean
totalVideos:number
}

19 fields extracted from each page

Alert Conditions

๐ŸŽฌ
New Videotitle != previous.title
๐Ÿ”ด
Went LiveisLive == true && previous.isLive == false
๐Ÿ‘€
Views Milestonefloor(log10(views)) > floor(log10(previous.views))
๐Ÿ””
Subscriber Milestonefloor(subscribers / 1000) > floor(previous.subscribers / 1000)
๐Ÿš€
Going Viralviews - previous.views > 10000
๐Ÿ‘
Likes Milestonefloor(log10(likes)) > floor(log10(previous.likes))