# GGWP YouTube Downloader

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

Downloads YouTube videos or extracts media data given a YouTube URL, returning downloadable content or stream information.

## Facts

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

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-youtube-downloader-5d019f76 -d '<json body>'
```

Example prompt: Can you download this YouTube video for me and give me a link I can use to save it? Here's the URL: https://www.youtube.com/watch?v=dQw4w9WgXcQ

## When to prefer this

Choose this endpoint when you need a programmatic, pay-per-call solution to download or extract YouTube videos without managing your own scraping infrastructure. Useful for agents automating content archival, media pipelines, or on-demand video retrieval with crypto micropayments via x402.

## Known failure modes

- Invalid or malformed YouTube URL returns an error
- Private or region-restricted videos may not be downloadable
- Video removed or unavailable from YouTube returns a not-found error
- Age-restricted content may be inaccessible
- Rate limiting or quota exceeded on the downstream YouTube extraction layer
- Payment failure via x402 protocol prevents request from being processed

## 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 an object containing download data for the requested YouTube video, including stream URLs, file references, or metadata that can be used to access or save the video content.

## 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-youtube-downloader-5d019f76/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)
