# AnyAPI Bluesky User Posts Fetcher

> AnyAPI Bluesky User Posts Fetcher 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 a user's posts from the Bluesky social network by username or handle

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/bluesky.user_posts
- 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-user-posts-fetcher-519f678e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nKYwdpOQzcw2FGB8g8_v7

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-user-posts-fetcher-519f678e -d '<json body>'
```

Example prompt: Pull the most recent posts from the Bluesky account @bsky.app so I can see what they've been sharing lately.

## When to prefer this

Use this endpoint when you need to retrieve posts from a specific Bluesky user without a Bluesky API key or subscription. Ideal for one-off or infrequent lookups billed per request rather than paying for a monthly plan. Good for agents needing to monitor or analyze Bluesky content programmatically.

## Known failure modes

- User handle not found — returns 404 or empty result
- Rate limiting on Bluesky's underlying API — returns error or partial results
- Private or suspended account — data unavailable
- Invalid handle format — returns validation error
- Network timeout if Bluesky is slow to respond

## 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 array of recent posts from the specified Bluesky user, including post text, timestamps, engagement metrics (likes, reposts, replies), and post IDs.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-bluesky-user-posts-fetcher-519f678e/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)
