YouTube Live Stream Scraper ๐ŸŽฅ avatar
YouTube Live Stream Scraper ๐ŸŽฅ

Pricing

$19.99/month + usage

Go to Store
YouTube Live Stream Scraper ๐ŸŽฅ

YouTube Live Stream Scraper ๐ŸŽฅ

Developed by

EasyApi

EasyApi

Maintained by Community

Scrape YouTube live streams and upcoming events with detailed information including video details, channel info, and real-time statistics. Perfect for tracking live content and monitoring streaming activities.

0.0 (0)

Pricing

$19.99/month + usage

1

Total users

7

Monthly users

2

Runs succeeded

>99%

Last modified

4 months ago

๐Ÿค– What does YouTube Live Stream Scraper do?

This actor allows you to scrape live streams and upcoming events from YouTube channels. It provides comprehensive data about live streams, including video details, channel information, viewer counts, and stream status.

โœจ Features

  • ๐Ÿ“บ Scrapes live streams and upcoming events
  • ๐ŸŽฏ Supports channel-specific scraping
  • ๐Ÿ“Š Provides real-time viewer statistics
  • ๐Ÿ’ก Captures detailed channel information
  • โœ… Verifies channel authentication status
  • ๐Ÿ”„ Handles both live and scheduled streams
  • ๐Ÿ–ผ๏ธ Includes high-quality thumbnail URLs
  • ๐Ÿ“ Extracts video descriptions and titles

๐Ÿ”ข Output Dataset

The actor stores results in a structured JSON format, including:

  • Video ID and URL
  • Stream title and description
  • Channel details (name, URL, verification status, avatar)
  • Stream statistics (view count, status, scheduled time)
  • Thumbnail URLs
  • Scraping timestamp

๐Ÿ’ก Use Cases

  • Monitor live streaming activities
  • Track viewer engagement
  • Analyze streaming schedules
  • Research content creator strategies
  • Gather competitive intelligence
  • Archive live stream metadata

๐Ÿ› ๏ธ Input Parameters

  • proxyConfiguration: Optional proxy settings for enhanced scraping capabilities

Input Example

A full explanation of an input example in JSON.

{
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"scrapedAt": "2025-02-05T01:03:39.704Z",
"content": {
"videoId": "jTIuwc4uW30",
"url": "https://www.youtube.com/watch?v=jTIuwc4uW30",
"title": "EN VIVO | COLOMBIA vs. PARAGUAY | CONMEBOL SUB20 2025",
"description": "#Colombia #Paraguay #Sub20 #Envivo\nSuscrรญbete | Inscreva-se | Subscribe: http://bit.ly/CONMEBOL\nFacebook: facebook.com/CONMEBOL\nInstagram: instagram.com/conmebol/\nTwitter: twitter.com/CONMEBOL",
"thumbnailUrl": "https://i.ytimg.com/vi/jTIuwc4uW30/hqdefault.jpg?v=67a119d0&sqp=-oaymwEnCNACELwBSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLCyJuchnNgui5Q2hKanPpBm0f3vdw",
"channelInfo": {
"name": "CONMEBOL",
"url": "https://www.youtube.com/@conmebol",
"isVerified": true,
"avatar": "https://yt3.ggpht.com/qCpMzVfHqEFzcIWzBEfqobkWOytWCVrBJK9mHXFgSiARdo4iHTABdC3uYH3AUyECNSwGyhausQ=s68-c-k-c0x00ffffff-no-rj"
},
"stats": {
"viewCount": "2,165",
"status": "live",
"scheduledStartTime": "",
"waitingCount": "2,165"
}
}
},
...
]