# GGWP API Hub - YouTube Downloader

> GGWP API Hub - YouTube Downloader is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.103983/call, status unknown (last checked 2026-09-14).

Downloads YouTube videos or extracts their media content given a YouTube URL

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/yt-downloader
- Price: $0.103983/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-youtube-downloader-ed611537
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z2b0fDlJOTnpwMs2tNVb3

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 ggwp-api-hub-youtube-downloader-ed611537 -d '<json body>'
```

Example prompt: Can you download this YouTube video for me? Here's the link: https://www.youtube.com/watch?v=dQw4w9WgXcQ

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription YouTube video downloader accessible via the x402 protocol on Base chain. Suitable for agents that need to programmatically fetch YouTube media on demand without managing API keys or subscriptions.

## Known failure modes

- Invalid or malformed YouTube URL returns an error
- Video unavailable or private returns an access error
- Age-restricted or region-locked content may fail to download
- YouTube rate limiting or anti-bot measures may cause failures
- Very long or large videos may time out
- Payment failure on Base chain results in 402 response and no content

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing download URL(s) or media file data for the requested YouTube video, potentially including metadata such as title, format, and quality options.

## 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/ggwp-api-hub-youtube-downloader-ed611537/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
