ytsearch.js
YouTube Search

Live Search

Use searchYouTube to request live-stream results.

js
const result = await searchYouTube("news", {
  type: "live",
  limit: 20,
});

console.log(result.lives);

Live results use the VideoResult shape in the generated declarations and can be inspected through the same normalized video fields.