Skip to content
scrapeatlas.Dashboard

Get a Bluesky profile

Try in Playground

Retrieve a public Bluesky profile by handle with its DID, display name, bio, images, follower/following/post counts, verification and published profile metadata.

GET/v1/bluesky/profilex-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
1
handlestringrequiredquery

Required domain-style Bluesky handle, without @ or a profile URL. Custom domain handles are supported.

min 3 chars · max 253 chars

Exampleexample.test
Response fields
23
didstring

Stable Bluesky account identifier.

max 2048 chars

handlestring

Required domain-style Bluesky handle, without @ or a profile URL. Custom domain handles are supported.

min 1 chars

displayNamestringoptional

Published display name when present.

descriptionstringoptional

Published bio when present.

avatarstringoptional

Published avatar URL; media is not downloaded.

bannerstringoptional

Published banner URL when present.

followersCountinteger

Current source follower count.

≥ 0

followsCountinteger

Current source following count.

≥ 0

postsCountinteger

Current source post count.

≥ 0

labelsobject[]optional

Source moderation labels; access restrictions are honoured.

requestIdstring

Request correlation identifier.

Source request count, decoded response bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable data is returned; inspect status and coverage for omissions.

statusenum

success, partial, failed, or challenged. HTTP 200 can be partial.

one of: success, partial

sourceUrlstring

Canonical profile or post URL.

absolute HTTPS URL

fetchedAtstring

UTC retrieval time.

Complete means this bounded page or thread was returned without known omissions. It does not imply all historical posts or replies.

coverage.sourcestring

Always included.

coverage.completeboolean

Always included.

coverage.warningsstring[]

Always included.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
13
HTTPfailure.codeMeaning
200partialUsable data with restricted_posts_omitted, unavailable_replies_omitted, replies_incomplete, or reply_limit warnings. Batch omissions use unavailable_records or restricted_records_omitted warnings.
400invalid_requestMissing, duplicate, ambiguous, unsafe or unsupported parameters.
401unauthorizedMissing or invalid worker API key.
403restricted_pageThe primary account or post is restricted or unavailable.
404not_foundThe source reports a missing profile or post.
404unavailable_recordsNo requested batch record is available from the public source; no empty success is returned.
429upstream_rate_limitedSource throttling; no automatic retry.
502upstream_challengedSource rejected the unauthenticated request.
502unsupported_pageMalformed, missing or mismatched source data.
502response_too_large payload_too_complexResponse exceeded byte or parsing limits.
502unsafe_redirect request_limit upstream_errorBounded source retrieval could not complete.
503busyAll worker slots are occupied.
504timeoutTotal request deadline expired.