# KiteEndpoints.ai - Website Social Media Lookup

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

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

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/website-social
- Price: $0.2/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-website-social-media-lookup-7e60a4a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QW8FtgKtA_XdLx4bwhozR

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-media-lookup-7e60a4a4 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically discover or enrich social media profile data for a given website or brand domain, especially in bulk enrichment pipelines, lead generation workflows, or competitive research. Prefer this over manual scraping or general web search when you need structured output and pay-per-use pricing via USDC on Base chain.

## Known failure modes

- Website has no detectable social media links — returns empty or null social data
- Invalid or unreachable URL input — may return error or empty result
- Website blocks scraping or uses JavaScript-rendered social links that cannot be detected
- Rate limiting or upstream API failure returns a generic error response
- Domain resolves but has no indexable social presence

## 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 an object containing social media profile URLs and handles associated with the queried website, such as links to Twitter/X, Facebook, Instagram, LinkedIn, YouTube, and other platforms the brand maintains.

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