# GGWP YouTube Scraper

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

Scrapes YouTube video or channel data, returning structured metadata and content information via pay-per-call API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/youtube-scraper7
- Price: $0.056226/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-scraper-c5221d3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hjf8yjBEXqJll2uCZ2ivp

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-scraper-c5221d3c -d '<json body>'
```

Example prompt: Can you scrape the YouTube video at https://www.youtube.com/watch?v=dQw4w9WgXcQ and give me its title, view count, description, and thumbnail URL?

## When to prefer this

Choose this endpoint when you need YouTube video or channel data without managing your own YouTube Data API quota, or when you want a pay-per-call model instead of a monthly subscription. It is useful for one-off scrapes, agent workflows that occasionally need YouTube metadata, or scenarios where obtaining a YouTube API key is impractical.

## Known failure modes

- Invalid or non-existent YouTube URL returns empty or error result
- YouTube rate-limiting or bot detection may cause scrape failures
- Private or age-restricted videos may return incomplete data
- Payment failure on Base chain prevents request from being processed
- Malformed input object returns validation error
- YouTube page structure changes may break scraper temporarily

## 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 structured YouTube data such as video title, description, view count, like count, thumbnail URLs, channel name, publish date, and other available metadata extracted from the YouTube page or API.

## 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-scraper-c5221d3c/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)
