# GGWP API Hub – Real-Time Shorts Search

> GGWP API Hub – Real-Time Shorts Search is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.174779/call, status unknown (last checked 2026-09-15).

Searches for real-time short-form video content (e.g. YouTube Shorts, TikTok-style clips) based on a query, returning current trending or relevant results.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/real-time-shorts-search
- Price: $0.174779/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-real-time-shorts-search-8f127246
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dr6hqY19Yte3pPKr0YBx8

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-real-time-shorts-search-8f127246 -d '<json body>'
```

Example prompt: Search for real-time YouTube Shorts about 'AI news this week' and show me the latest results.

## When to prefer this

Use this endpoint when you need real-time, up-to-date short-form video search results (YouTube Shorts or equivalent) rather than static or cached video databases. Prefer this over general web search when the user specifically wants short video content and needs freshness. Suitable for content research, trend monitoring, and competitive analysis of short-form video.

## Known failure modes

- Missing or empty search query returns generic or empty results
- Rate limiting or quota exhaustion from underlying video platform
- Stale results if real-time indexing is delayed
- Payment failure via x402 protocol blocks the call
- Overly broad query returns irrelevant or low-quality shorts
- Platform API changes may break result structure

## 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 short-form video data such as titles, video IDs, URLs, channel names, view counts, and other metadata for videos matching the search query in real time.

## 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-real-time-shorts-search-8f127246/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)
