# AnyAPI Facebook Followers

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

Retrieves the follower count for a Facebook page or profile via scraping

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.followers
- Price: $0.12/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-followers-6661a85d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z6CnB8gGSFWhPF4hKMaAY

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-followers-6661a85d -d '<json body>'
```

Example prompt: How many followers does Nike's official Facebook page have right now? Use a scraping API to look it up.

## When to prefer this

Use this endpoint when you need a quick, pay-per-use lookup of a Facebook page's follower count without managing a Facebook API token or maintaining a monthly subscription. Ideal for one-off lookups, competitive analysis, or agent workflows that occasionally need social proof data.

## Known failure modes

- Facebook page not found or URL is invalid — returns error or empty result
- Facebook has blocked or rate-limited the scraper — returns error or stale data
- Private or restricted profile — scraper cannot access follower count
- Malformed input identifier — API returns validation error
- Upstream scraper timeout — slow or no response

## 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 the follower count (and potentially related metrics) for the specified Facebook page or profile.

## Response schema (JSON Schema)

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

## More

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