# KiteEndpoints.ai Social Scanner

> KiteEndpoints.ai Social Scanner is a paid API for AI agents from kite-endpoints.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 intelligence and metrics

## Facts

- Endpoint: POST https://kite-endpoints.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-55c04c11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EYn_HbbKnfqUR_XQG27ZG

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-55c04c11 -d '<json body>'
```

Example prompt: Can you scan the social media account @elonmusk and pull back any available metrics like follower count, engagement rate, and recent activity?

## When to prefer this

Choose this endpoint when you need to programmatically extract social media profile metrics and account intelligence without building your own scrapers, especially in a pay-per-request model using USDC on Base chain. Useful for ad-hoc lookups of influencer stats, brand monitoring, or competitive research where you don't need a full enterprise social listening subscription.

## Known failure modes

- Account not found or private — returns empty or error result
- Rate limiting on underlying social platform data source
- Invalid or malformed handle/username input
- Platform not supported — no data returned
- Stale or cached data if underlying source is not real-time

## 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 extracted social media data such as profile information, follower counts, engagement metrics, post activity, and other account-level intelligence depending on the platform scanned.

## 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-55c04c11/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
