You're viewing a demo portfolio

Join the waitlist
PRSM

get_channel_transcripts

Active

Tool of YouTube Transcript Downloader

declared in 1.0.0

Get transcripts for a YouTube channel's most recent videos (newest first) as timestamped markdown, one section per video. Use for research across a creator's recent output; for one known video use get_transcript. Read-only; requires an API key. Charges 1 credit per video that returns a transcript, including repeat calls; videos without captions are skipped free. A 10-video call typically costs up to 10 credits, so start with a small limit. Rate limit: 5 requests per 10 seconds.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "YouTube channel URL or handle (e.g. https://www.youtube.com/@lexfridman or @lexfridman)"
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1,
      "description": "Number of most-recent videos to fetch, 1-50 (default 10). Upper bound on the credit charge for this call."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

YouTube Transcript Downloader

1/7 registries
View full server →