# KiteEndpoints.ai - Website Social Scraper API

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

Scrapes social media profile and engagement data from a given website or social media URL

## Facts

- Endpoint: POST https://kite-hub-v3.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-9c17e0fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KoEi-Uc0gp5VXAjAdDTeF

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-9c17e0fa -d '<json body>'
```

Example prompt: Can you scrape the social media profiles and follower counts linked to https://example.com and tell me which platforms they're active on?

## When to prefer this

Choose this endpoint when you need to quickly extract social media profiles or engagement data associated with a website without building your own scraper. It is well-suited for lead enrichment, competitor research, and brand audits where you have a URL and want to surface all linked social accounts in one call. Prefer it over manual browsing or general-purpose web scrapers when you specifically need social media metadata.

## Known failure modes

- Invalid or unreachable URL returns an error or empty result
- Website blocks scraping bots (returns empty or partial data)
- Social links not present on the target page (empty result)
- Rate limiting or timeout on heavily protected sites
- Malformed URL input causing request failure
- Payment failure in USDC on Base chain blocks the request

## 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 from the target website, which may include social platform links, profile handles, follower/engagement counts, and other scraped social presence information found on or associated with the provided URL.

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