# 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.19/call, status unknown (last checked 2026-09-13).

Scrapes public data from Facebook Pages, returning structured profile and post information

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/facebook-pages-scraper
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-facebook-pages-scraper-f47972b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mYimOAJKVZh0sa1c0A7ht

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

Example prompt: Can you scrape the Facebook page for Nike — I need their page description, follower count, recent posts, and any contact info listed publicly?

## When to prefer this

Use this endpoint when you need to programmatically extract public Facebook Page data without managing your own scraping infrastructure or dealing with Meta's API access requirements. Ideal for competitive research, lead enrichment, or social monitoring workflows where official API access is unavailable or too complex to set up.

## Known failure modes

- Page not found or URL is invalid — returns error with no data
- Facebook rate limiting or access restrictions cause incomplete results
- Private or restricted pages return no usable data
- Temporary scraping failures due to Facebook anti-bot measures
- Outdated or cached data if the page was recently updated

## 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 public Facebook Page data such as page name, category, bio/description, follower and like counts, contact information (phone, email, website), and recent posts with engagement metrics where available.

## 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-f47972b2/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)
