# Komo.ai Facebook Pages Scraper

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

Scrapes public data from Facebook Pages and returns structured page information

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/facebook-pages-scraper2
- Price: $0.110217/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-facebook-pages-scraper-8c861bcc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C_8PhtEO0IHuq5dxqJy4y

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 komo-ai-facebook-pages-scraper-8c861bcc -d '<json body>'
```

Example prompt: Can you scrape the Facebook page for 'Nike' and get me their follower count, recent posts, and contact info?

## When to prefer this

Use this endpoint when you need to programmatically extract public data from Facebook Pages without managing browser automation yourself, especially in agentic workflows requiring pay-per-call pricing on Base chain via x402.

## Known failure modes

- Invalid or non-existent Facebook page URL returns empty or error result
- Private or restricted Facebook pages may return no data
- Rate limiting or blocking by Facebook may cause failed scrapes
- Payment failure via x402 protocol returns 402 status
- Malformed input schema returns validation error

## 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 structured data extracted from the target Facebook Page, including page metadata such as name, description, follower counts, posts, and contact details as available publicly.

## 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/komo-ai-facebook-pages-scraper-8c861bcc/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)
