# StableSocial Facebook Page Search

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

Search Facebook pages by keyword or query, returning matching page metadata via pay-per-request API.

## Facts

- Endpoint: POST https://socialx402.com/api/facebook/search-pages
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-page-search-08d8a204
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KUaoozMuhcQdSmmOk_WAh

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-page-search-08d8a204 -d '<json body>'
```

Example prompt: Search Facebook pages for 'organic coffee' and give me a list of matching pages with their names, IDs, and follower counts so I can do some competitor research.

## When to prefer this

Choose this endpoint when you need to discover or enumerate Facebook pages by topic, brand, or keyword without a Facebook developer account or long-term API subscription. Ideal for one-off market research, competitor discovery, or lead generation tasks where pay-per-request pricing is preferable to recurring subscription costs.

## Known failure modes

- No pages found for the given query — returns empty results list
- Query too vague or too broad — returns irrelevant pages
- Facebook rate limiting on the backend — may return partial results or error
- Payment of $0.06 USDC not processed — request rejected before execution
- Invalid or missing query parameter — 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 a list of Facebook pages matching the search query, including page names, IDs, categories, follower/like counts, and other available public metadata about each matched page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cursor": {
   "type": "string",
   "description": "Pagination cursor"
  },
  "keywords": {
   "type": "string",
   "minLength": 1,
   "description": "Search keywords"
  },
  "max_page_size": {
   "type": "integer",
   "default": 50,
   "maximum": 9007199254740991,
   "minimum": -9007199254740991,
   "description": "Results per page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-page-search-08d8a204/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)
