# StableSocial Bluesky Post Scraper

> StableSocial Bluesky 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 data for a single Bluesky post by URL, returning structured post content and metadata.

## Facts

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

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

Example prompt: Can you pull the full details and engagement stats for this Bluesky post: https://bsky.app/profile/user.bsky.social/post/abc123xyz?

## When to prefer this

Choose this endpoint when you need structured data from a specific Bluesky post and want a pay-per-request model with no subscription or API key setup. Ideal for low-volume or ad-hoc lookups where subscribing to a full social data platform would be overkill.

## Known failure modes

- Invalid or malformed Bluesky post URL returns an error
- Post has been deleted or made private, returning not-found error
- Payment of 0.06 USDC not provided, resulting in 402 response
- Rate limiting or network issues causing timeout
- Bluesky API or scraping layer temporarily unavailable

## How this service works

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

## Output

Structured data for the specified Bluesky post, including post text, author details, timestamp, engagement metrics (likes, reposts, replies), and any embedded media references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "minLength": 1,
   "description": "Bluesky post URL"
  }
 }
}
```

## More

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