# KiteEndpoints.ai - Website Social API

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

Retrieves social media presence and profile data associated with a given website

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/website-social
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-website-social-api-465db268
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tplCOiSHUZ9p6KH-owd1T

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-website-social-api-465db268 -d '<json body>'
```

Example prompt: Can you find all the social media accounts and profiles linked to the website shopify.com?

## When to prefer this

Choose this endpoint when you need to discover or enumerate social media profiles and handles associated with a specific website or domain, particularly for brand research, lead enrichment, competitor analysis, or digital marketing audits. It is best suited for cases where you have a website URL and want structured social media presence data without manually scraping the site.

## Known failure modes

- Website has no detectable social media links — returns empty or sparse result
- Invalid or unreachable URL input — may return error or null result
- Social profiles not publicly discoverable from the domain
- Rate limiting or upstream data source unavailability causing failed lookups
- Stale or cached data that doesn't reflect recent changes to a website's social profiles

## 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 profile links, handles, and platform presence data extracted from or associated with the queried website, such as Twitter, Instagram, Facebook, LinkedIn, YouTube, and other social channels.

## 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-website-social-api-465db268/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)
