# Facebook Pages Scraper

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

Scrapes public data from Facebook Pages, returning page details, posts, or metadata

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/facebook-pages-scraper2
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/facebook-pages-scraper-771e62b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-fpfDK6JMqUMVHV-v10XX

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-pages-scraper-771e62b4 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need to programmatically extract public data from Facebook Pages without managing a Facebook developer account or API credentials. Ideal for competitive research, brand monitoring, or aggregating social media data via a pay-per-call model on Base chain.

## 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 Facebook anti-scraping measures may cause failures
- Payment failure on Base chain results in 402 error and no data returned
- Malformed input object returns validation error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing scraped Facebook page data such as page name, description, follower/like counts, posts, contact details, and other publicly available metadata from the specified Facebook 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/facebook-pages-scraper-771e62b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
