# KiteEndpoints.ai - Facebook Pages Scraper

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

Scrapes publicly available data from Facebook Pages, returning structured page information and metadata.

## Facts

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

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-pages-scraper-b0fdbb2c -d '<json body>'
```

Example prompt: Can you scrape the Facebook page at facebook.com/CocaCola and pull back their follower count, about section, and any recent public posts?

## When to prefer this

Use this endpoint when you need to extract public data from a Facebook Page without using the official Facebook Graph API (which requires app approval and access tokens). Ideal for competitive research, brand monitoring, lead generation from business pages, or any workflow where you need structured Facebook page data programmatically and are willing to pay per-request in USDC.

## Known failure modes

- Invalid or non-existent Facebook page URL returns an error or empty result
- Private or restricted Facebook pages may return no data
- Facebook rate limiting or anti-scraping measures may cause failures
- Malformed input may return a generic API error
- Payment failure in USDC on Base chain results in HTTP 402 and no data returned

## 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 page data including page name, description, follower/like counts, contact information, recent posts, and other publicly visible metadata from the target Facebook 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-pages-scraper-b0fdbb2c/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)
