YouTube Channel Livestreams Scraper
Pricing
from $4.99 / 1,000 results
YouTube Channel Livestreams Scraper
List a channel’s live streams and replays by id or username—sort, optional region and language, feed metadata, and automatic paging up to your cap.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Actor stats
2
Bookmarked
4
Total users
3
Monthly active users
15 days ago
Last modified
Categories
Share
Collect live streams and stream replays from a channel you identify by channel id or username. Choose sort order, optionally bias with region and language hints, and optionally request more localized channel metadata. The actor follows continuation paging so you can gather more than one page—up to the limit you set.
Who it’s for
- Creators reviewing past broadcasts and ongoing live content in one place.
- Analysts tracking what a channel publishes as live or replay.
- Automation that snapshots the live/replay tab on a schedule.
What you can do with it
- Target a channel with its id or a legacy username (only one lookup path is used: id wins if both are filled).
- Sort items by recency or popularity.
- Optional region and language hints.
- Optional localized channel block when combined with a region.
- Cap how many rows to collect.
How it works (in plain terms)
You provide a channel id or username and options. The actor loads the first page of items, saves rows until your cap, then automatically requests additional pages using the continuation value returned by the service, pausing briefly between requests. You do not paste tokens yourself.
Input
| Field | Required | What it means |
|---|---|---|
Channel ID (channelId) | One of id / username | The channel’s UC… identifier. |
Channel username (channelUsername) | One of id / username | Legacy username if you do not use the id; leading @ is stripped. |
Sort order (sortBy) | No | Newest first (default), oldest first, or popular. |
Region (region) | No | Country or region code to bias results (e.g. US, GB). |
Language hint (language) | No | Locale or language preference (e.g. en). |
Prefer localized channel data (preferLocalized) | No | Request richer localized channel metadata; use with a region when possible. |
Maximum results (maxResults) | No | Upper bound on rows to collect (default 100). |
Output
- One row per item (until your cap). Duplicates across pages are skipped when the same
videoIdappears again. - Item fields typically include
type,videoId,title,channelTitle,channelId, thumbnails, view or time hints,lengthText, live/replay indicators when returned, and similar. - Feed context:
sortOrder;inputChannelIdorinputUsername;feedChannelId,feedChannelTitle,feedChannelHandlewhen the response header includes them; optionalregion;scrapedAt.
Sample output (one row, illustrative)
{"type": "video","videoId": "t9RRh_YkALE","title": "TED Talks Watch Party: Perspectives in Modern Parenting | TED","description": "Parenting today means balancing connection, independence and community in an ever-evolving world. Join us for a TED Talks Watch Party featuring 4 insightful talks on having difficult conversations,...","viewCountText": "17,882 views","viewCount": "17882","publishedTimeText": "Streamed 6 months ago","publishDate": "2025-09-26","publishedAt": "2025-09-26T00:00:00Z","lengthText": "1:03:29","thumbnail": [{"url": "https://i.ytimg.com/vi/t9RRh_YkALE/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLDgyhzG1wPCnNBEHdmZiM8TpNqmNw","width": 168,"height": 94},{"url": "https://i.ytimg.com/vi/t9RRh_YkALE/hqdefault.jpg?sqp=-oaymwEbCMQBEG5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBSSLmCAdi726hvYqcO1e8tvz4lVQ","width": 196,"height": 110},{"url": "https://i.ytimg.com/vi/t9RRh_YkALE/hqdefault.jpg?sqp=-oaymwEcCPYBEIoBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLADbuIs6zbhIZaDKwwvAVYjHU5GfQ","width": 246,"height": 138},{"url": "https://i.ytimg.com/vi/t9RRh_YkALE/hqdefault.jpg?sqp=-oaymwEcCNACELwBSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCvoK1qoK_CILiReuCqInS7g0QDgg","width": 336,"height": 188}],"richThumbnail": [{"url": "https://i.ytimg.com/an_webp/t9RRh_YkALE/mqdefault_6s.webp?du=3000&sqp=CPDFl84G&rs=AOn4CLAcAZXPTyGfarKUfh_O0q2vZM6RJQ","width": 320,"height": 180}],"sortOrder": "newest","inputChannelId": "UCAuUUnT6oDeKwE6v1NGQxug","feedChannelId": "UCAuUUnT6oDeKwE6v1NGQxug","feedChannelTitle": "TED","feedChannelHandle": "@TED","scrapedAt": "2026-03-27T02:02:08.777Z"}
Field names and live vs replay wording depend on each item and may change over time.