# GEDX402 Social – SociaVault YouTube Channel Lookup

> GEDX402 Social – SociaVault YouTube Channel Lookup is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches YouTube channel profile and metadata via the SociaVault social data proxy, paid per-call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/youtube/channel
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-sociavault-youtube-channel-lookup-ed8a63a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5W3WMzBV6xj3pBpMxrhFK

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 gedx402-social-sociavault-youtube-channel-lookup-ed8a63a1
```

Example prompt: Can you pull the YouTube channel profile for the channel at youtube.com/@mkbhd — I need the channel metadata like name, description, and stats from SociaVault.

## When to prefer this

Use this endpoint when you need YouTube channel-level profile data (metadata, stats) and are comfortable with per-call x402 USDC micropayments. Prefer this over scraping when you need a clean API abstraction backed by SociaVault's proxy. Best when you have a channel URL, handle, or channel ID ready.

## Known failure modes

- Missing or invalid channel identifier (url, handle, or channelId) returns an error or empty data
- Channel not found on YouTube returns success:false or empty data object
- Rate limiting or upstream SociaVault unavailability returns a service error
- Payment failure via x402 prevents the request from completing
- Ambiguous input (e.g. partial handle) may return incorrect or no results

## How this service works

SociaVault API proxy — youtube-channel. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a 'data' field containing the YouTube channel's profile and metadata (e.g. channel name, description, subscriber count, and other available channel-level fields), along with a 'success' boolean and provider identifier ('sociavault').

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "handle": {
   "type": "string"
  },
  "channelId": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-sociavault-youtube-channel-lookup-ed8a63a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
