# StableSocial Facebook Followers

> StableSocial Facebook Followers is a paid API for AI agents from socialx402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Retrieves follower data for a Facebook account via pay-per-request API using x402 micropayment protocol.

## Facts

- Endpoint: POST https://socialx402.com/api/facebook/followers
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-followers-5dcdb490
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4rFNEAznlyPfZoaOJAg3d

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 stablesocial-facebook-followers-5dcdb490 -d '<json body>'
```

Example prompt: Can you look up the current follower count for the Facebook page 'CocaCola' using StableSocial's pay-per-request API?

## When to prefer this

Use this endpoint when you need Facebook follower data on a one-off or low-volume basis without committing to a subscription, or when you need pay-per-use micropayment billing via x402 protocol. Prefer this over subscription APIs when cost predictability per-call matters and volume is low.

## Known failure modes

- Invalid or non-existent Facebook account/page identifier returns error
- Payment failure or insufficient USDC balance prevents request
- Rate limiting or abuse detection blocks the call
- Private or restricted Facebook pages may return no data
- Malformed request body returns 400-level error

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns follower count and related audience metrics for the specified Facebook account or page, delivered as structured JSON data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "profile_id": {
   "type": "string",
   "minLength": 1,
   "description": "Facebook profile ID or username"
  },
  "max_followers": {
   "type": "integer",
   "default": 500,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Maximum number of followers to collect"
  },
  "max_page_size": {
   "type": "integer",
   "default": 100,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-followers-5dcdb490/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from socialx402.com](https://www.zero.xyz/host/socialx402.com/llms.txt)
