# KiteEndpoints.ai Social Analytics

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

Retrieves social media analytics and metrics data for a given target via a pay-per-request API using USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/social-analytics
- Price: $0.15/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-analytics-52cb4992
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gCZYS3Uphai5J5AwsiMEF

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-analytics-52cb4992 -d '<json body>'
```

Example prompt: Can you pull the social media analytics for the Twitter account @OpenAI — I want to see engagement metrics, follower counts, and overall performance stats?

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to social media analytics without committing to a subscription, especially when integrating social metrics into an agent workflow that also touches crypto, finance, or other domains available on the same hub. Best suited for one-off or infrequent lookups rather than high-volume continuous monitoring.

## Known failure modes

- Insufficient USDC balance causes payment failure and 402 response
- Invalid or non-existent social media handle returns empty or error result
- Platform rate limiting or API restrictions may cause partial data
- Missing required input fields returns validation error
- Unsupported social platform returns no data or error
- Network timeout on slow platform API responses

## 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 analytics data for the queried account or target, which may include engagement metrics, follower counts, post performance statistics, and other platform-specific social media analytics figures. The exact fields depend on the platform and query submitted.

## 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-analytics-52cb4992/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)
