# GGWP API Hub - YouTube V2 Data

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

Fetches YouTube video or channel data via a v2 endpoint, returning structured result objects for downstream processing.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/yt-v2
- Price: $0.166572/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-v2-data-aba06914
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oHqn49mTkPrxJ99yzSnYI

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-v2-data-aba06914 -d '<json body>'
```

Example prompt: Can you pull the details for this YouTube video — title, view count, publish date, and thumbnail — using the GGWP YouTube v2 API?

## When to prefer this

Choose this endpoint when you need programmatic access to YouTube video or channel metadata without managing YouTube API credentials directly, and when pay-per-call billing via x402 on Base chain is acceptable. Useful for agents that need on-demand YouTube data enrichment without a subscription quota.

## Known failure modes

- Invalid or missing YouTube video/channel ID returns an error result
- Rate limiting or quota exhaustion from upstream YouTube API causing empty or error responses
- Payment failure on Base chain via x402 protocol preventing request execution
- Malformed input object causing API to return generic error
- Upstream YouTube API downtime resulting in failed lookups

## 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 YouTube video or channel data such as title, description, view count, subscriber count, publish date, thumbnail URLs, and other metadata fields structured under a 'result.data' key.

## 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-v2-data-aba06914/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)
