# AnyAPI Facebook Profile Scraper

> AnyAPI Facebook Profile 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-14).

Scrapes and returns public profile data from a Facebook user or page profile

## Facts

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

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-scraper-03349393 -d '<json body>'
```

Example prompt: Can you pull the public profile info for the Facebook page at facebook.com/nike — I want their bio, follower count, and any contact details listed?

## When to prefer this

Use this endpoint when you need to quickly retrieve public Facebook profile or page metadata without managing Facebook API credentials or OAuth flows. Ideal for lead enrichment, competitor research, or social media monitoring where only public data is needed and you want pay-per-use pricing with no monthly commitment.

## Known failure modes

- Profile is private or restricted — returns empty or partial data
- Invalid or nonexistent Facebook username/URL — returns error or null result
- Facebook anti-scraping measures temporarily block request — returns timeout or error
- Rate limiting on the AnyAPI side — returns quota or error response
- Page has been removed or deactivated — returns not found 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 publicly available Facebook profile or page data, such as display name, bio/description, follower and like counts, profile photo URL, page category, website link, and other visible contact or business information.

## Response schema (JSON Schema)

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

## More

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