# Magnum.ai Facebook Scraper API

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

Scrapes publicly available data from Facebook profiles, pages, or posts via a pay-per-call API endpoint on Base chain.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/facebook-scraper-api4
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-facebook-scraper-api-837e4901
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RDresDWm0Ihojar-v-sjv

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 magnum-ai-facebook-scraper-api-837e4901 -d '<json body>'
```

Example prompt: Can you scrape the public Facebook page for 'Coca-Cola' and give me their latest posts, follower count, and page description?

## When to prefer this

Choose this endpoint when you need to programmatically extract public Facebook page or profile data without managing your own scraping infrastructure, and you are comfortable paying $0.09 USDC per call via x402 on Base chain. Best for one-off lookups or low-volume enrichment tasks.

## Known failure modes

- Facebook page not found or URL invalid — empty or error result returned
- Private or restricted Facebook content — no data accessible
- Rate limiting or blocking by Facebook — scrape fails silently
- Payment failure on Base chain — 402 response, no data returned
- Malformed input — result object may be empty or null

## 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 data such as page info, posts, follower counts, descriptions, and other publicly available metadata from the requested Facebook 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/magnum-ai-facebook-scraper-api-837e4901/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)
