# Video Transcript Scraper

> Video Transcript Scraper is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.060328/call, status unknown (last checked 2026-09-15).

Extracts and returns the transcript/captions from a video given its URL

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/video-transcript-scraper
- Price: $0.060328/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/video-transcript-scraper-f10a64c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dHu1XHI3WmfryCLTMt6tz

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability video-transcript-scraper-f10a64c5 -d '<json body>'
```

Example prompt: Can you pull the full transcript from this YouTube video for me? Here's the URL: https://www.youtube.com/watch?v=dQw4w9WgXcQ

## When to prefer this

Use this endpoint when you need to extract the spoken content or captions from a video as text, especially for summarization, search indexing, accessibility, or content analysis. Prefer this over manual transcription services when you need fast, automated extraction from a URL with pay-per-call pricing.

## Known failure modes

- Video URL is invalid or inaccessible — returns error in result
- Video has no available captions or transcript — returns empty or error
- Video is private or geo-restricted — access denied error
- Unsupported video platform — endpoint may not support all video hosts
- Rate limiting or payment failure via x402 protocol

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing the extracted transcript text or captions from the specified video, representing the full spoken or captioned content of the video in text form.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/video-transcript-scraper-f10a64c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
