# Social Scanner API – Multi-Platform Crypto Social Aggregator

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

Searches Twitter, YouTube, and TikTok simultaneously for a crypto-related query and returns aggregated results with engagement scores per platform.

## Facts

- Endpoint: GET https://socialsigcan.vercel.app/social/aggregate
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/social-scanner-api-multi-platform-crypto-social-aggregator-01ab3b90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kjpozIT1q1r_rc2tbB6Cp

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-multi-platform-crypto-social-aggregator-01ab3b90
```

Example prompt: Search Twitter, YouTube, and TikTok for 'Solana ETF' and pull back the top 20 results with engagement scores across all platforms.

## When to prefer this

Use this endpoint when you need cross-platform social signal aggregation specifically for crypto topics, combining Twitter, YouTube, and TikTok in a single call with engagement scoring — rather than querying each platform's API separately or using a general-purpose social search tool without crypto focus or engagement metrics.

## Known failure modes

- Missing required 'q' parameter returns a 400 or validation error
- Query returns zero results if the topic has no recent social activity
- Platform-specific rate limits or outages may cause incomplete platform results
- Payment not included or insufficient causes a 402 Payment Required response
- Very broad queries may return noisy or irrelevant results
- Count parameter set too high may increase latency or hit upstream limits

## 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 JSON object with a total count of matched results and a platforms object breaking down results and engagement metrics per platform (Twitter, YouTube, TikTok).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "total": {
   "type": "number"
  },
  "platforms": {
   "type": "object"
  }
 }
}
```

## More

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