# AnyAPI Facebook Photos Scraper

> AnyAPI Facebook Photos 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-15).

Scrapes and returns photo data from a Facebook profile or page via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.photos
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-photos-scraper-61f64229
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fo_MQNboRdVmUkDN2pL24

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-photos-scraper-61f64229 -d '<json body>'
```

Example prompt: Can you pull the photos from the Facebook page at facebook.com/cocacola and give me the image URLs and captions for their most recent posts?

## When to prefer this

Choose this endpoint when you need to extract photo data from a Facebook profile or page on a pay-per-request basis without a monthly subscription. Ideal for one-off or infrequent scraping tasks where committing to a subscription service is impractical. Well-suited for agents that need image URLs or captions from public Facebook pages programmatically.

## Known failure modes

- Private or restricted profile returns no data or access error
- Invalid Facebook URL or username returns an error
- Facebook rate limiting or anti-scraping measures may cause failures
- Page has no public photos — empty result set returned
- Malformed request body causes validation error

## 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

A JSON object containing photo data scraped from the specified Facebook profile or page, including image URLs, captions, timestamps, and related metadata for publicly available photos.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-photos-scraper-61f64229/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)
