# Social Scanner API – Crypto Social Score

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

Searches Twitter, YouTube, and TikTok for a crypto query and returns an aggregated engagement score with breakdown

## Facts

- Endpoint: GET https://socialsigcan.vercel.app/social/score
- Price: $0.03/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-crypto-social-score-cd8ce65c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aySuFDQ7aG-BjDGaoY5H3

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-crypto-social-score-cd8ce65c
```

Example prompt: Can you scan Twitter, YouTube, and TikTok for 'Solana' and give me the social engagement score and breakdown?

## When to prefer this

Use this endpoint when you need a quick, cross-platform social media engagement score for a crypto token or keyword, specifically combining Twitter, YouTube, and TikTok signals into one aggregated result. Prefer it over single-platform sentiment APIs when a holistic social score is needed for crypto research or trading signals.

## Known failure modes

- Missing required 'q' parameter returns an error
- Empty or very obscure query may return low scores with sparse breakdown
- Rate limiting or upstream platform restrictions may cause partial results
- Payment not fulfilled (x402) returns 402 Payment Required

## 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 label (e.g. 'bullish', 'neutral', 'bearish' or similar sentiment), a numeric engagement score, and a breakdown object showing per-platform or per-metric signals across Twitter, YouTube, and TikTok

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "label": {
   "type": "string"
  },
  "score": {
   "type": "number"
  },
  "breakdown": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/social-scanner-api-crypto-social-score-cd8ce65c/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)
