# AnyAPI Facebook Post Scraper

> AnyAPI Facebook Post Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Scrapes and returns data for a Facebook post given a post URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.post
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-post-scraper-62c894a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kySD7ruvyIZBe-5rtXm3V

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 anyapi-facebook-post-scraper-62c894a0 -d '<json body>'
```

Example prompt: Can you pull the details from this Facebook post — likes, comments, shares, and the full text? Here's the URL: https://www.facebook.com/SomePage/posts/1234567890

## When to prefer this

Use this endpoint when you need to extract structured data from a public Facebook post without a Facebook Graph API token or developer account. Ideal for one-off lookups, monitoring post engagement, or enriching datasets with Facebook post metadata. Preferred over official Facebook API when avoiding OAuth setup and app approval overhead.

## Known failure modes

- Post is private or restricted — returns error or empty data
- Invalid or malformed Facebook post URL — returns 400-level error
- Facebook rate-limiting or blocking the scraper — returns timeout or 503
- Post has been deleted — returns not found error
- Geo-restricted content unavailable from scraper's location

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing the scraped Facebook post data, including post text, author name/page, timestamp, engagement metrics (likes, comments, shares, reactions), and any media attached to the post.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-post-scraper-62c894a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
