Skip to content
scrapeatlas.Dashboard

Get a Bluesky post

Try in Playground

Retrieve a public Bluesky post, its author, media metadata, engagement counts and nested replies by HTTPS bsky.app URL with a handle or DID.

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

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

Query parameters
1
urlstringrequiredquery

Required HTTPS bsky.app/profile/<handle-or-did>/post/<record-key> URL. No credentials, ports or encoded path segments. Tracking query and fragment are discarded.

max 4096 chars

Examplehttps://bsky.app/profile/example.test/post/3abcdefghijkl
Response fields
29
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.

Complete primary post view, including record, author, embeds and source engagement counts.

post.uristring

Always included.

post.cidstring

Always included.

min 1 chars

Always included.

post.author.didstring

Always included.

max 2048 chars

post.author.handlestring

Always included.

min 1 chars

Always included.

post.record.$typestring

Always included.

post.record.textstring

Always included.

post.record.createdAtstring

Always included.

post.replyCountinteger

Always included.

≥ 0

post.repostCountinteger

Always included.

≥ 0

post.likeCountinteger

Always included.

≥ 0

post.quoteCountinteger

Always included.

≥ 0

post.indexedAtstring

Always included.

repliesobject[]

Nested source thread nodes with post and replies. Missing, blocked or restricted reply posts are omitted with a coverage warning.

up to 100 items

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.