# StableSocial Facebook Post Scraper

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

Fetches public data for a single Facebook post by URL, returning post content and metadata.

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/post
- 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-post-scraper-d2d19cee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ur0-cIsc2hAZ2EhLrJCP2

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-post-scraper-d2d19cee -d '<json body>'
```

Example prompt: Can you pull the data from this Facebook post for me? Here's the URL: https://www.facebook.com/someuser/posts/1234567890

## When to prefer this

Choose this endpoint when you need one-off or pay-per-request access to Facebook post data without committing to a subscription or managing API credentials. It's ideal for agents that occasionally need Facebook post content, for workflows that scrape posts on-demand, or when you want to avoid the complexity of the official Facebook Graph API and app review process.

## Known failure modes

- Invalid or malformed Facebook URL returns an error
- Private or restricted posts cannot be scraped and return an error or empty result
- Deleted or removed posts return a not-found error
- Rate limits or Facebook anti-bot measures may cause intermittent failures
- Payment failure (insufficient USDC balance) prevents the request from being processed

## 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 structured data about the specified Facebook post, including post text/content, author information, publication timestamp, engagement metrics (likes, comments, shares), and any available media metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "The URL of the post to get"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-post-scraper-d2d19cee/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)
