# Blockbuster.ai Facebook Pages Scraper

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

Scrapes public data from Facebook Pages given a query input, returning structured page information.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/facebook-pages-scraper
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-facebook-pages-scraper-799da7b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rc9ql93haxckyItlUfKA8

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 blockbuster-ai-facebook-pages-scraper-799da7b5 -d '<json body>'
```

Example prompt: Can you scrape the Facebook page for 'Nike' and pull back their public page details like about info, follower count, and contact info?

## When to prefer this

Use this endpoint when you need to programmatically retrieve public Facebook Page data without the Facebook Graph API, especially useful for competitive research, lead generation, or social media monitoring. Prefer this over manual browsing or Graph API when you lack official API access or need a quick, pay-per-use scrape via x402 micropayments.

## Known failure modes

- Invalid or non-existent Facebook page query returns empty or error data
- Private or restricted pages may return no results
- Rate limiting or payment failure returns HTTP 402
- Malformed query input may return a failed success flag with empty data
- Facebook anti-scraping measures may cause incomplete data returns

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a structured data object containing publicly available Facebook Page information such as page name, description, follower/like counts, contact details, categories, and other metadata scraped from the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-facebook-pages-scraper-799da7b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
