# KiteEndpoints.ai - Facebook Scraper

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

Scrapes publicly accessible Facebook page or profile data and returns structured results

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/facebook-scraper
- Price: $0.12/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-facebook-scraper-d2455ffa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MEHwJ5q03ZtwE5wO9TVdL

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-facebook-scraper-d2455ffa -d '<json body>'
```

Example prompt: Scrape the public Facebook page at facebook.com/NikeRunning and pull me the latest posts, follower count, and page description.

## When to prefer this

Use this endpoint when you need to extract publicly available data from Facebook pages or profiles without the Facebook Graph API — ideal for competitive research, brand monitoring, lead enrichment, or social media analytics where official API access is unavailable or too restrictive. Prefer this over manual browsing or official API when you need fast, programmatic access to public Facebook data at $0.12 per call.

## Known failure modes

- Private or restricted Facebook profiles return no data or access-denied errors
- Facebook rate limiting or bot detection blocks the scrape request
- Invalid or non-existent Facebook URL returns empty or error result
- Frequently changing Facebook page structure may cause incomplete data extraction
- Pages with heavy client-side rendering may yield partial results

## 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 JSON object containing scraped Facebook page or profile data, which may include page name, description, follower/like counts, recent posts with engagement metrics (likes, comments, shares), contact details, and other publicly visible metadata depending on the target 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-facebook-scraper-d2455ffa/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)
