# KiteEndpoints.ai Social Scanner

> KiteEndpoints.ai Social Scanner is a paid API for AI agents from kite-solana.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Scans and analyzes social media profiles, posts, or accounts to extract engagement metrics and behavioral data

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/social-scanner
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-social-scanner-3784c75e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kPDbtuegAHZNZLqdTLcGh

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 kiteendpoints-ai-social-scanner-3784c75e -d '<json body>'
```

Example prompt: Can you scan the Twitter/X account @elonmusk and pull me their follower count, recent engagement rates, and top post metrics?

## When to prefer this

Choose this endpoint when you need to quickly extract social media profile metrics and engagement data for a specific account without building direct platform API integrations. It is well-suited for influencer analysis, competitor benchmarking, or lead enrichment workflows where social signals matter. Pay-per-request pricing via USDC on Base makes it cost-effective for sporadic or low-volume scans.

## Known failure modes

- Invalid or non-existent social media handle returns an error or empty result
- Private or protected accounts may not return full data
- Rate limiting from underlying social platform APIs may cause failures
- Insufficient USDC balance causes payment failure and request rejection
- Unsupported social media platform returns an error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing social media data such as follower counts, engagement metrics, post statistics, account activity, and profile information for the scanned social media account or handle.

## 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/kiteendpoints-ai-social-scanner-3784c75e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
