# KiteEndpoints.ai - Facebook Scraper API

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

Scrapes and extracts publicly available data from Facebook profiles, pages, or posts via a third-party scraping API.

## Facts

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

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

Example prompt: Can you scrape the public 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 Facebook data — such as page info, posts, or profile details — without official Facebook API access. Prefer this over the official Graph API when you lack OAuth credentials or need data that isn't exposed through official endpoints.

## Known failure modes

- Invalid or private Facebook URL returns empty or error result
- Facebook rate limiting or blocking causes failed scrape
- Non-existent page returns null data
- Malformed input URL leads to parsing error
- Upstream scraper API downtime returns 500 or timeout

## 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 result object containing scraped Facebook data such as profile/page details, post content, engagement metrics, and other publicly accessible information from the target Facebook URL or entity.

## 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-api-bd158c1a/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)
