# StableSocial Facebook Profile Posts Scraper

> StableSocial Facebook Profile Posts Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes and returns posts from a Facebook profile page, with pagination support

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/profile/posts
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-profile-posts-scraper-f3d0a503
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jB83OQJf3cR3QIYEF4kdg

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-profile-posts-scraper-f3d0a503 -d '<json body>'
```

Example prompt: Scrape the posts from this Facebook profile — https://www.facebook.com/Nike — and show me their recent posts.

## When to prefer this

Choose this endpoint when you need to programmatically extract post data from a Facebook profile or business page at a pay-per-call rate without managing your own scraping infrastructure. It is well-suited for one-off lookups, competitive research, or building content pipelines that need fresh Facebook post data on demand.

## Known failure modes

- Invalid or private Facebook profile URL returns an error or empty results
- Expired or invalid pagination cursor causes a bad request error
- Rate limiting or Facebook anti-scraping measures may result in failed or incomplete responses
- Non-existent page ID returns a not-found error
- Missing required body fields (url or pageId) results in a validation error

## How this service works

Scrape Creators · Facebook — Profile Posts

## Output

Returns a list of posts from the specified Facebook profile, including post content, metadata such as timestamps and engagement data, and a pagination cursor to fetch subsequent pages of posts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Facebook profile URL"
  },
  "cursor": {
   "type": "string",
   "description": "To paginate through the posts"
  },
  "pageId": {
   "type": "string",
   "description": "Facebook profile page id"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-profile-posts-scraper-f3d0a503/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
