Browser Actions

YouTube Content Extraction

Loads a YouTube page, parses the page content, and turns the useful information into a markdown summary.

What It Does

YouTube Content Extraction converts a rendered YouTube page into reusable text output, including core metadata and cleaned content that downstream workflow steps can actually consume.

How It Works

  • Navigates the browser to the supplied YouTube URL.
  • Waits for enough content to load for inspection.
  • Pulls metadata such as title, video ID, channel, publish date, description, views, and related page details.
  • Attempts to expand the description so hidden text and chapter information can be captured.
  • Parses chapter timestamps when available.
  • Extracts a small set of useful top comments when available.
  • Produces markdown output that is easier to reuse than raw HTML.

Best For

  • Converting YouTube pages into reusable text summaries
  • Research pipelines that need metadata plus cleaned content
  • Feeding LLM and workflow steps with markdown rather than page HTML

Behavior Notes

  • It works from the rendered YouTube page, not a separate YouTube API.
  • The output is intentionally normalized into markdown for downstream use.
  • Available fields can vary depending on what YouTube exposes in the loaded page.