Get Bluesky profile
Get a Bluesky profile for a creator or account.
Headers
Get your API keyAPI key (`sfk_...`)
Bluesky handle to look up, with or without a leading @.
min 1 chars · max 253 chars
Endpoint-specific response payload.
Whether the profile was found.
one of: found, not_found
Profile details when available.
Social platform for this profile.
one of: bluesky
Bluesky handle without the leading @.
Public display name shown on the Bluesky profile.
Profile biography text.
Best available avatar image URL for the profile.
Whether the profile is marked as verified.
Canonical public Bluesky profile URL.
min 1 chars
Stable Bluesky user id as a string.
min 1 chars
ISO-8601 timestamp when the profile was created.
Profile metrics when available.
Follower count for the profile when available.
≥ 0
Following count for the profile when available.
≥ 0
Post count for the profile when available.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/bluesky/profiles/espn.com" \
-H "x-api-key: YOUR_API_KEY"Responses
Bluesky profile lookup result.