# Facebook Scraper API via Komo.ai

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

Scrapes and extracts data from Facebook pages, profiles, posts, or other public content

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/facebook-scraper-api4
- Price: $0.145647/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/facebook-scraper-api-via-komo-ai-19285b90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E3ONKQNuHLnyfM3OvJiFc

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 facebook-scraper-api-via-komo-ai-19285b90 -d '<json body>'
```

Example prompt: Can you scrape the public Facebook page for 'National Geographic' and pull their latest posts including engagement stats like likes and comments?

## When to prefer this

Use this endpoint when you need to extract public Facebook data without access to the official Facebook Graph API, or when official API access is restricted. Ideal for monitoring public pages, aggregating social content, or enriching datasets with Facebook profile/post data. Best for one-off or low-frequency scraping via pay-per-call model.

## Known failure modes

- Invalid or private Facebook URL returns empty or error result
- Facebook anti-scraping measures may cause intermittent failures
- Profile or page does not exist returns null data
- Payment failure via x402 protocol blocks the request
- Rate limiting if called too frequently

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing scraped Facebook data such as profile info, posts, engagement metrics, or page metadata depending on the query input.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/facebook-scraper-api-via-komo-ai-19285b90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
