# AnyAPI Bluesky Post

> AnyAPI Bluesky Post is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches data for a specific Bluesky post via a pay-per-request scraping API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/bluesky.post
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-bluesky-post-a02b31d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BserF9X2gZJ6v5dwXQuX9

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 anyapi-bluesky-post-a02b31d0 -d '<json body>'
```

Example prompt: Can you pull the full details of this Bluesky post — content, author, likes, reposts, and replies — for https://bsky.app/profile/alice.bsky.social/post/3abc123xyz?

## When to prefer this

Use this endpoint when you need to retrieve structured data from a specific Bluesky post without a Bluesky developer account or monthly subscription. Ideal for one-off lookups, pay-per-use agent workflows, or when you want a single API key covering Bluesky alongside 1,200+ other scrapers. Prefer over direct AT Protocol API calls when you want zero setup and per-request billing in USDC.

## Known failure modes

- Post not found or deleted — returns error with post ID not found
- Invalid post URL or AT URI format — returns validation error
- Post is from a private/blocked account — returns access restricted error
- Rate limit or quota exceeded on AnyAPI side — returns 429 or payment error
- Bluesky platform downtime — returns upstream unavailable error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing the Bluesky post's text content, author handle and display name, engagement metrics (likes, reposts, reply count), post timestamp, and any embedded media or link metadata.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-bluesky-post-a02b31d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
