# KiteEndpoints.ai Facebook Scraper

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

Scrapes publicly available data from Facebook pages, profiles, or posts via a paid API endpoint

## Facts

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

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

Example prompt: Can you scrape the public posts and engagement data from the Facebook page for 'National Geographic' and give me their latest 10 posts along with likes and comments?

## When to prefer this

Choose this endpoint when you need to extract public Facebook data without official API access, especially when you need post content, engagement metrics, or page details at $0.12 per call with no subscription required, paid via USDC on Base chain.

## Known failure modes

- Invalid or private Facebook URL returns empty or error result
- Facebook rate limiting or anti-scraping measures may cause failures
- Page not found if the Facebook entity has been removed or renamed
- Schema mismatch if the endpoint receives an unexpected input format
- Payment failure if insufficient USDC balance on Base chain

## 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 result object containing scraped Facebook data such as posts, page metadata, engagement counts (likes, comments, shares), and profile details depending on the target URL or page identifier provided.

## 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-9e6064e2/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)
