# AnyAPI Bluesky Profile Lookup

> AnyAPI Bluesky Profile Lookup 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 public profile data for a Bluesky user account by handle or DID

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/bluesky.profile
- 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-profile-lookup-a1692367
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9ma8vHVHwUNNIGZLvKDmo

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-profile-lookup-a1692367 -d '<json body>'
```

Example prompt: Pull the Bluesky profile for @jay.bsky.social — I want their display name, bio, follower count, and avatar URL.

## When to prefer this

Choose this endpoint when you need Bluesky-specific profile data without subscribing to a dedicated social data service. Ideal for agents that occasionally need one-off profile lookups across many platforms using a single pay-per-request wallet. Best when Bluesky's own API access is inconvenient to set up or when you need to combine Bluesky lookups with 1,200+ other data sources under one key.

## Known failure modes

- Handle not found — returns error if the Bluesky handle or DID does not exist
- Invalid handle format — malformed handle returns validation error
- Rate limit exceeded — too many requests from the same API key
- Payment failure — insufficient USDC balance causes request rejection
- Network timeout — Bluesky AT Protocol upstream is slow or unavailable

## 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

A JSON object containing the Bluesky user's public profile fields such as display name, handle, DID, bio/description, follower count, following count, post count, and avatar URL.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-bluesky-profile-lookup-a1692367/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)
