# KiteEndpoints.ai - Facebook Scraper API

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

Scrapes public Facebook profile, page, or post data and returns structured results

## Facts

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

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

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

## When to prefer this

Use this endpoint when you need to programmatically access public Facebook page or profile data without the official Facebook Graph API — particularly useful when Graph API access is restricted, unavailable, or too complex to set up. Prefer this for one-off lookups, competitive research, or agent workflows that need quick access to public social data at $0.05 per call.

## Known failure modes

- Private or restricted Facebook profiles return empty or limited data
- Facebook rate limiting or anti-scraping measures may cause failures
- Invalid or non-existent Facebook URL/username returns an error
- Facebook page has been removed or renamed, resulting in a 404-like response
- Endpoint may return stale 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 JSON object containing scraped public Facebook data such as page name, bio/about text, follower and like counts, recent posts, profile/cover images, and other publicly visible metadata depending on the target profile or 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-scraper-api-b1ce355d/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)
