# StableSocial Facebook People Search

> StableSocial Facebook People 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-15).

Searches for Facebook user profiles matching a given query, returning people data via pay-per-request access.

## Facts

- Endpoint: POST https://socialx402.com/api/facebook/search-people
- 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-people-search-76e9b331
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J8iHhouZFMerDnk2QzWwZ

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-people-search-76e9b331 -d '<json body>'
```

Example prompt: Search Facebook for people named 'John Smith' who work at Google and return their public profile info — I want to find a contact without having to log in.

## When to prefer this

Use this endpoint when you need to search for Facebook user profiles by name or keyword without requiring any authentication, subscription, or OAuth integration — ideal for one-off lookups billed per request at $0.06 USDC.

## Known failure modes

- No matching profiles found for the query — empty results array
- Invalid or missing search query parameter — 400 bad request
- Payment not included or insufficient — 402 payment required
- Rate limit or upstream Facebook blocking — 429 or 503 error
- Facebook anti-scraping measures triggered — partial or empty results

## How this service works

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

## Output

A list of Facebook user profiles matching the search query, likely including names, profile URLs, and available public metadata for each person found.

## 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-people-search-76e9b331/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)
