# KiteEndpoints.ai - Facebook Pages Scraper

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

Scrapes public data from Facebook Pages, returning page details, posts, and metadata

## Facts

- Endpoint: POST https://kite-endpoints.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-1d8f878d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9RfHZSFk6sH5c0Y4V7Uxd

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-1d8f878d -d '<json body>'
```

Example prompt: Can you scrape the Facebook page for 'Nike' and pull their latest posts, follower count, and page description?

## When to prefer this

Use this endpoint when you need to programmatically extract public data from a specific Facebook Page without the Facebook Graph API or official access tokens. Ideal for competitive research, lead generation, brand monitoring, or aggregating social media data at $0.17 per call via USDC on Base chain.

## Known failure modes

- Facebook page is private or restricted — no data returned
- Invalid or non-existent page URL/identifier — empty or error result
- Facebook rate limiting or blocking of scraper — request fails or returns partial data
- Schema is generic and underdocumented — actual required input fields unclear
- Page content changes or Facebook blocks scraping — stale or missing data

## 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 such as page name, follower/like counts, about section, contact details, recent posts, and other publicly available page metadata.

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