# KiteEndpoints.ai - Facebook Pages Scraper

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

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

## Facts

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

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-1b9f89ef -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

Choose this endpoint when you need to programmatically extract public data from Facebook Pages without using the official Facebook Graph API, especially useful for competitor research, brand monitoring, or lead generation where API access is restricted or unavailable. Prefer this over manual browsing or the Graph API when you need quick, no-authentication-required access to public page data at $0.17 per call.

## Known failure modes

- Invalid or non-existent Facebook page URL returns an error or empty result
- Private or restricted Facebook pages may return limited or no data
- Facebook rate limiting or anti-scraping measures may cause timeouts or failures
- Malformed page identifier input may result in a failed lookup
- Facebook page layout changes may cause parsing errors in extracted fields

## 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 object containing scraped Facebook page data including page name, description, follower/like counts, contact information, recent posts, and other publicly available metadata from the specified 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-1b9f89ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
