# GGWP API Hub – YouTube Endpoint #138

> GGWP API Hub – YouTube Endpoint #138 is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.057247/call, status unknown (last checked 2026-09-13).

Fetches YouTube-related data (channel info, video metadata, search results, or statistics) via a pay-per-call API on the Base blockchain using the x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/youtube138
- Price: $0.057247/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-youtube-endpoint-138-f308d6ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_emKL_vmePzgQozlMQMkl8

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-endpoint-138-f308d6ff -d '<json body>'
```

Example prompt: Search YouTube for the top videos about 'machine learning tutorials' and give me the titles, view counts, and channel names for the top 5 results.

## When to prefer this

Choose this endpoint when you need programmatic access to YouTube data (video metadata, channel stats, search results) and are operating in an x402/Base-chain payment environment. Prefer it over direct YouTube Data API calls when you want a pay-per-call model without managing API keys or quotas yourself.

## Known failure modes

- Invalid or missing YouTube video/channel ID returns empty or error result
- Quota limits on the underlying YouTube API may cause rate-limit errors
- Malformed input schema results in a generic error response
- Payment failure on Base chain blocks the call before execution
- Ambiguous or overly broad queries may return low-quality or unrelated results

## 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 JSON object containing YouTube data such as video metadata (title, description, view count, publish date, thumbnail), channel statistics (subscribers, total views), or search result listings, depending on the query sent. The response is wrapped in a 'result' object with a 'data' field.

## 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-endpoint-138-f308d6ff/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)
