Fetch and download YouTube video transcripts with timestamps and multi-language support by providing the video URL.
# YouTube Transcript
Get transcript/subtitles from YouTube videos.
## Features
- Auto-detect YouTube video URL
- Fetch available transcripts
- Support multiple languages
- Return timestamps
## Price
- **0.001 USDT** per transcript
## Usage
```
"Get transcript of https://youtube.com/watch?v=..."
"Show video subtitles"
"Download YouTube captions"
```
## Example Response
```json
{
"video_id": "dQw4w9WgXcQ",
"title": "Video Title",
"transcript": [
{"time": "0:00", "text": "First line of transcript"},
{"time": "0:05", "text": "Second line..."}
],
"languages": ["en", "es", "zh"]
}
```
## Integration
- API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e
- Price: 0.001 USDT per call
don't have the plugin yet? install it then click "run inline in claude" again.