# Social Scanner API – YouTube Search

> Social Scanner API – YouTube Search is a paid API for AI agents from socialsigcan.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Search YouTube for crypto-related content and return results with engagement scores

## Facts

- Endpoint: GET https://socialsigcan.vercel.app/social/youtube/search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/social-scanner-api-youtube-search-9fe181d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PPbLIHwalgpnmo6FeG7gJ

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 social-scanner-api-youtube-search-9fe181d7
```

Example prompt: Search YouTube for videos about Solana and give me the results with engagement scores — I want to see what the crypto community is saying about it right now.

## When to prefer this

Use this endpoint when you need YouTube-specific social signal data for a crypto topic, especially when engagement scoring and multi-video result aggregation are needed. Prefer over generic YouTube search when crypto context and engagement metrics are the primary goal.

## Known failure modes

- Missing required 'q' parameter returns 400 or validation error
- Empty results array if no YouTube content found for the query
- Payment not completed (402 error) if x402 payment header is missing or invalid
- YouTube API quota exhaustion causing 503 or empty response
- Rate limiting if too many requests are made in quick succession

## How this service works

Multi-platform social media scanner for crypto. Search Twitter, YouTube, and TikTok. Get engagement scores and aggregated results.

## Output

Returns a count of results and an array of YouTube video entries with engagement scores for the queried crypto keyword or topic

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "q"
 ],
 "properties": {
  "q": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "number"
  },
  "results": {
   "type": "array"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/social-scanner-api-youtube-search-9fe181d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialsigcan.vercel.app](https://www.zero.xyz/host/socialsigcan.vercel.app/llms.txt)
