# StableSocial Facebook Profile Scraper

> StableSocial Facebook Profile 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 a Facebook profile or business page and returns profile data including optional business hours, with no authentication or subscription required.

## Facts

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

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

Example prompt: Pull the public profile data from this Facebook page — https://www.facebook.com/somebusiness — and also grab their listed business hours.

## When to prefer this

Use this endpoint when you need quick, pay-per-request access to Facebook profile or business page data without setting up OAuth, a Facebook developer app, or a subscription. Ideal for one-off lookups, lead enrichment, or automations where cost-per-call economics are preferable to a recurring plan.

## Known failure modes

- Invalid or non-existent Facebook URL returns an error or empty result
- Private or restricted profiles may return limited or no data
- Facebook anti-scraping measures may cause intermittent failures or rate limiting
- Malformed URL input triggers validation error
- Business hours not available if the page hasn't set them

## 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 from the specified Facebook profile or page, including public profile fields such as name, bio, follower/like counts, contact info, and optionally business hours if requested.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Facebook profile URL"
  },
  "get_business_hours": {
   "type": "string",
   "description": "Get the business's hours"
  }
 }
}
```

## More

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