# AnyAPI Facebook Profile Reels Scraper

> AnyAPI Facebook Profile Reels 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 reel videos and metadata from a Facebook user's profile reels section

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.profile_reels
- 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-profile-reels-scraper-6144f7d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CiVw1wrUiDIHNJ34cXjYp

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-profile-reels-scraper-6144f7d1 -d '<json body>'
```

Example prompt: Can you pull all the reels from the Facebook profile at facebook.com/NatGeo and give me the titles, view counts, and post dates?

## When to prefer this

Use this endpoint when you need structured reel data from a Facebook profile without managing your own browser automation or Facebook API credentials. Ideal for competitive analysis, social media monitoring, content auditing, or aggregating public Facebook video content at $0.002 per call with no subscription required.

## Known failure modes

- Private or restricted profile returns empty result or access-denied error
- Invalid or non-existent Facebook profile URL returns a 404 or error response
- Facebook anti-scraping measures may cause intermittent failures or rate limits
- Profile with no reels returns empty reels array
- Malformed input URL causes a 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 a list of reels from the specified Facebook profile, including reel IDs, captions, video URLs or thumbnails, view counts, likes, comments, timestamps, and other available engagement metrics.

## Response schema (JSON Schema)

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

## More

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