# KiteEndpoints.ai - Website Social Scraper API

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

Scrapes social media profile data and metadata from a given website URL

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/website-social-scraper-api
- Price: $0.08/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-scraper-api-619d8611
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z6HFVf92PURRpzZDEmcaC

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-scraper-api-619d8611 -d '<json body>'
```

Example prompt: Can you scrape the website apple.com and pull out all the social media profile links and handles they have listed?

## When to prefer this

Use this endpoint when you need to quickly discover and extract social media profiles and links from a specific website without building your own scraper. Ideal for lead enrichment, competitor research, or brand auditing workflows where the starting point is a domain or URL.

## Known failure modes

- Website is inaccessible or returns non-200 status — API may return empty result or error
- Website has no detectable social media links — result data will be empty
- Dynamic JavaScript-rendered pages may not be fully scraped — missing social links
- Rate limiting or blocking by target website — may return partial or failed result
- Invalid or malformed URL input — API returns error response

## 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 structured object containing social media profile links and related metadata extracted from the target website, including platform-specific URLs and handles found on the page.

## 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-scraper-api-619d8611/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)
