Social Media

Bluesky API

The Bluesky API returns public social data from the AT Protocol network as clean JSON.

23 actionsLive JSON1,000 free creditsMCP-ready
Get a free keyOpen in playground

🤖 Using an AI assistant? Copy this link into ChatGPT / Claude / Cursor — it reads every endpoint and parameter instantly and tells you if this API fits your use case.

The primary profile endpoint returns a handle's DID, display name, description, follower, follows and posts counts and avatar, and you can pull an author_feed, search actors, a thread, post_detail, likes and reposts. It is built for social analytics and brand monitoring that need Bluesky data without a scraper. One ReefAPI key, one shared credit pool, the standard envelope.

Live example

Real request and response JSON

Captured from the indexed primary action, profile, on .

Captured request
{
  "method": "POST",
  "url": "https://api.reefapi.com/bluesky/v1/profile",
  "headers": {
    "x-api-key": "$REEF_KEY",
    "content-type": "application/json"
  },
  "body": {
    "actor": "bsky.app"
  }
}
Captured response
{
  "ok": true,
  "meta": {
    "api": "bluesky",
    "endpoint": "profile",
    "mode": "live",
    "latency_ms": 1389,
    "record_count": 1,
    "bytes": 1054,
    "cache_hit": false,
    "completeness_pct": 100
  },
  "data": {
    "did": "did:plc:z72i7hdynmk6r22z27h6tvur",
    "handle": "bsky.app",
    "display_name": "Bluesky",
    "description": "official Bluesky account (check username👆)\n\nBugs, feature requests, feedback: [redacted-email]",
    "avatar": "https://cdn.bsky.app/img/avatar/plain/did:plc:z72i7hdynmk6r22z27h6tvur/bafkreihwihm6kpd6zuwhhlro75p5qks5qtrcu55jp3gddbfjsieiv7wuka",
    "banner": "https://cdn.bsky.app/img/banner/plain/did:plc:z72i7hdynmk6r22z27h6tvur/bafkreichzyovokfzmymz36p5jibbjrhsur6n7hjnzxrpbt5jaydp2szvna",
    "followers_count": 34151861,
    "follows_count": 11,
    "posts_count": 802,
    "created_at": "[redacted-phone]T04:53:57.057Z",
    "indexed_at": "[redacted-phone]T21:05:26.152Z",
    "labels": [],
    "verified": false,
    "pinned_post": "at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.post/3l6oveex3ii2l",
    "associated": {
      "feedgens": 7,
      "lists": 16,
      "starter_packs": 13,
      "is_labeler": false
    },
    "url": "https://bsky.app/profile/bsky.app"
  }
}
Actions

What the Bluesky API does

ActionDescriptionConcrete use caseKey params
profileactor profile: did/handle/displayName/desc/followers/follows/posts counts/avatar/banner/labels (+ batch via 'actors' <=25). Requires actor OR actors (engine-enforced; required_params=() so the actors-only batch isn't rejected by the gateway literal-key validator).Ops teams call profile to get actor profile.actor, actors
author_feedan actor's posts (full record+embed+counts), cursor-paginated; filter=posts_no_replies|posts_with_replies|posts_with_media|posts_and_author_threadsDeveloper tools call author_feed to get an actor's posts (full record+embed+counts), cursor-paginated; filter=posts_no_replies|posts_….actor, limit, filter, cursor
search_actorssearch users by name/handle/bio (cursor); typeahead=true for fast suggestValidation workflows call search_actors to search users by name/handle/bio (cursor); typeahead=true for fast suggest.q, limit, cursor, typeahead
threada post + its reply tree (recursive) + parentData-quality teams call thread to get a post + its reply tree (recursive) + parent.uri, depth, parent_height
post_detailhydrate one or more posts by at:// URI (<=25): record/embed/like+repost+reply+quote countsOps teams call post_detail to get hydrate one or more posts by at:// URI (<=25).uris
likesactors who liked a post (cursor); cid auto-used if givenDeveloper tools call likes to get actors who liked a post (cursor); cid auto-used if given.uri, cid, limit, cursor
repostsactors who reposted a post (cursor)Validation workflows call reposts to get actors who reposted a post (cursor).uri, cid, limit, cursor
followersactors following the subject (cursor)Data-quality teams call followers to get actors following the subject (cursor).actor, limit, cursor
followsactors the subject follows (cursor)Ops teams call follows to get actors the subject follows (cursor).actor, limit, cursor
quotesAccounts/posts that QUOTE a given post (quote-posts), cursor-paginated. The other half of a post's engagement alongside likes and reposts.Developer tools call quotes to get accounts/posts that QUOTE a given post (quote-posts), cursor-paginated.uri, cid, limit, cursor
suggested_followsAccounts suggested from a given account — Bluesky's 'who to follow next' / similar-accounts set. Not paginated (a fixed suggestion set, ~10-50 actors).Validation workflows call suggested_follows to get accounts suggested from a given account.actor, limit
listsThe curated/moderation lists an account CREATED (user-curated lists + mute/block mod-lists), cursor-paginated.Data-quality teams call lists to get the curated/moderation lists an account CREATED (user-curated lists + mute/block mod-lists),….actor, limit, cursor
listA single list's metadata plus its MEMBERS (the accounts on the list), members cursor-paginated.Ops teams call list to get a single list's metadata plus its MEMBERS (the accounts on the list), members cursor-paginated..list, limit, cursor
list_feedThe feed of posts authored by the members of a list (a list used as a custom timeline), cursor-paginated.Developer tools call list_feed to get the feed of posts authored by the members of a list (a list used as a custom timeline), curso….list, limit, cursor
actor_feedsThe custom feed generators an account CREATED (its published feeds), cursor-paginated.Validation workflows call actor_feeds to get the custom feed generators an account CREATED (its published feeds), cursor-paginated..actor, limit, cursor
feed_generatorOne custom feed generator's metadata plus its live online/valid status (is the feed service up).Data-quality teams call feed_generator to get one custom feed generator's metadata plus its live online/valid status (is the feed service up)..feed
popular_feedsDiscover popular custom feed generators — pass `q` to search feeds by name/topic, or omit for the platform-wide popular list. Cursor-paginated.Ops teams call popular_feeds to discover popular custom feed generators.q, limit, cursor
get_feedThe posts served BY a custom feed generator (e.g. a Discover/What's-Hot/topic feed) by its at:// URI, cursor-paginated. Public — no account required.Developer tools call get_feed to get the posts served BY a custom feed generator (e.g.feed, limit, cursor
starter_packsThe starter packs an account CREATED (shareable onboarding bundles of accounts + feeds), cursor-paginated.Validation workflows call starter_packs to get the starter packs an account CREATED (shareable onboarding bundles of accounts + feeds), curs….actor, limit, cursor
starter_packOne starter pack's full detail: its underlying list, sample member profiles and any bundled feeds.Data-quality teams call starter_pack to get one starter pack's full detail.starter_pack
search_postsSearch Bluesky posts by keyword or hashtag — filter by sort order, date range, author, language, domain or tag. Requires an app-password; returns a clear error if none is configured.Ops teams call search_posts to search Bluesky posts by keyword or hashtag.q, sort, limit, cursor, since, ...
get_actor_likesposts an actor liked (authed; the AppView serves the authenticated account's own likes). Defaults to the logged-in handle.Developer tools call get_actor_likes to get posts an actor liked (authed; the AppView serves the authenticated account's own likes).actor, limit, cursor
timelinethe authenticated account's home timeline (authed)Validation workflows call timeline to get the authenticated account's home timeline (authed).limit, cursor, algorithm
Code samples

Call profile from your stack

curl -X POST https://api.reefapi.com/bluesky/v1/profile \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"actor":"bsky.app"}'
MCP one-liner
Ask your MCP-connected assistant: call reefapi.bluesky.profile with {"actor":"bsky.app"}.
Use cases

Who uses this API and why

  • Social analytics call profile and author_feed to measure a handle's reach.
  • Brand monitoring uses search_actors and thread to track mentions.
  • Research uses likes and reposts to gauge engagement.
FAQ

Questions developers ask before integrating

What is the Bluesky API?

Bluesky API is a ReefAPI endpoint group for profiles, posts, followers and the social graph. It returns live JSON through POST requests under /bluesky/v1.

Is the Bluesky API free to try?

Yes. ReefAPI starts with 1,000 free credits, no card required. Bluesky calls use the same shared credit balance as every other ReefAPI engine.

Do I need a Bluesky login or account?

No login to Bluesky is needed for the API response. You call ReefAPI with your x-api-key header, and the playground can run live examples before you create a production key.

How fresh is the Bluesky data?

The page example is captured from a live profile call, and production requests fetch live data through ReefAPI rather than a static sample.

How many credits does the Bluesky API use?

Bluesky actions currently cost 1 credit per successful call. Failed or blocked calls are free, and all APIs draw from one credit pool.

Can I call Bluesky from an AI assistant or MCP client?

Yes. Connect ReefAPI once through MCP and your assistant can call bluesky actions with the same key, credit pool and JSON envelope used by normal REST requests.

Is the Bluesky API a Bluesky scraper?

It is the managed alternative to a DIY Bluesky scraper. Instead of building and maintaining your own scraper — proxies, headless browsers, captcha and constant breakage — you call one ReefAPI endpoint and get the same profiles, posts, followers and the social graph back as clean JSON.

Why does my Bluesky scraper keep getting blocked?

Most Bluesky scrapers break on anti-bot defenses, rate limits and IP bans that need rotating residential proxies and browser fingerprinting to clear. ReefAPI handles all of that for you — no proxies, no captchas, no maintenance — and returns live JSON. Blocked or failed calls are free.

docs / bluesky

Bluesky

Profiles, posts, followers and the social graph.

base /bluesky/v123 endpoints
post/bluesky/v1/profile1 credit

actor profile: did/handle/displayName/desc/followers/follows/posts counts/avatar/banner/labels (+ batch via 'actors' <=25). Requires actor OR actors (engine-enforced; required_params=() so the actors-only batch isn't rejected by the gateway literal-key validator).

ParameterAllowed / rangeDescription
actoroptionalA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
actorsoptionalBatch mode: up to 25 handles/DIDs (array or comma-separated string). When given, returns a profiles[] batch instead of a single profile.
Try in playground →
post/bluesky/v1/author_feed1 credit

an actor's posts (full record+embed+counts), cursor-paginated; filter=posts_no_replies|posts_with_replies|posts_with_media|posts_and_author_threads

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
filter = posts_no_repliesoptionalposts_no_replies · posts_with_replies · posts_with_media · posts_and_author_threadsWhich of the author's posts to include.
limit = 30optional1–200Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/search_actors1 credit

search users by name/handle/bio (cursor); typeahead=true for fast suggest

ParameterAllowed / rangeDescription
qrequiredSearch query (keywords; also accepted as 'query').
typeaheadoptionaltrue = fast as-you-type suggestions (no pagination); false = full search.
limit = 25optional1–100Max records to return (1-100, default 25). Auto-paginated; larger values are clamped to 100.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/thread1 credit

a post + its reply tree (recursive) + parent

ParameterAllowed / rangeDescription
urirequiredThe post's at:// AT-URI (or a bsky.app/profile/<did>/post/<rkey> URL). Get it from a post's `uri` field.
depth = 6optional0–100How many levels of replies to include below the post (0-100).
parent_height = 0optional0–100How many parent posts above the target to include (0-100).
Try in playground →
post/bluesky/v1/post_detail1 credit

hydrate one or more posts by at:// URI (<=25): record/embed/like+repost+reply+quote counts

ParameterAllowed / rangeDescription
urisrequiredOne or more post at:// AT-URIs (array or comma-separated string, up to 25). A single 'uri' is also accepted.
Try in playground →
post/bluesky/v1/likes1 credit

actors who liked a post (cursor); cid auto-used if given

ParameterAllowed / rangeDescription
urirequiredThe post's at:// AT-URI (or a bsky.app/profile/<did>/post/<rkey> URL). Get it from a post's `uri` field.
cidoptionalOptional post content-id (a post's `cid`). Speeds up the lookup; auto-resolved from the URI when omitted.
limit = 50optional1–500Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/reposts1 credit

actors who reposted a post (cursor)

ParameterAllowed / rangeDescription
urirequiredThe post's at:// AT-URI (or a bsky.app/profile/<did>/post/<rkey> URL). Get it from a post's `uri` field.
cidoptionalOptional post content-id (a post's `cid`). Speeds up the lookup; auto-resolved from the URI when omitted.
limit = 50optional1–500Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/followers1 credit

actors following the subject (cursor)

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 100optional1–2000Max records to return (1-2000, default 100). Auto-paginated; larger values are clamped to 2000.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/follows1 credit

actors the subject follows (cursor)

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 100optional1–2000Max records to return (1-2000, default 100). Auto-paginated; larger values are clamped to 2000.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/quotes1 credit

Accounts/posts that QUOTE a given post (quote-posts), cursor-paginated. The other half of a post's engagement alongside likes and reposts.

ParameterAllowed / rangeDescription
urirequiredThe post's at:// AT-URI (or a bsky.app/profile/<did>/post/<rkey> URL). Get it from a post's `uri` field.
cidoptionalOptional post content-id (a post's `cid`). Speeds up the lookup; auto-resolved from the URI when omitted.
limit = 50optional1–200Max records to return (1-200, default 50). Auto-paginated; larger values are clamped to 200.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/suggested_follows1 credit

Accounts suggested from a given account — Bluesky's 'who to follow next' / similar-accounts set. Not paginated (a fixed suggestion set, ~10-50 actors).

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 25optional1–100Max records to return (1-100, default 25). Auto-paginated; larger values are clamped to 100.
Try in playground →
post/bluesky/v1/lists1 credit

The curated/moderation lists an account CREATED (user-curated lists + mute/block mod-lists), cursor-paginated.

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 50optional1–500Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/list1 credit

A single list's metadata plus its MEMBERS (the accounts on the list), members cursor-paginated.

ParameterAllowed / rangeDescription
listrequiredA list's at:// AT-URI (e.g. at://did:plc:…/app.bsky.graph.list/<rkey>), or a bsky.app/profile/<did>/lists/<rkey> URL. Get it from the `lists` action.
limit = 100optional1–2000Max records to return (1-2000, default 100). Auto-paginated; larger values are clamped to 2000.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/list_feed1 credit

The feed of posts authored by the members of a list (a list used as a custom timeline), cursor-paginated.

ParameterAllowed / rangeDescription
listrequiredA list's at:// AT-URI (e.g. at://did:plc:…/app.bsky.graph.list/<rkey>), or a bsky.app/profile/<did>/lists/<rkey> URL. Get it from the `lists` action.
limit = 30optional1–200Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/actor_feeds1 credit

The custom feed generators an account CREATED (its published feeds), cursor-paginated.

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 50optional1–500Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/feed_generator1 credit

One custom feed generator's metadata plus its live online/valid status (is the feed service up).

ParameterAllowed / rangeDescription
feedrequiredA feed-generator's at:// URI (…/app.bsky.feed.generator/<rkey>) or its bsky.app/profile/<id>/feed/<rkey> share URL. Get it from `actor_feeds` or `popular_feeds`.
Try in playground →
post/bluesky/v1/get_feed1 credit

The posts served BY a custom feed generator (e.g. a Discover/What's-Hot/topic feed) by its at:// URI, cursor-paginated. Public — no account required.

ParameterAllowed / rangeDescription
feedrequiredA feed-generator's at:// URI (e.g. a custom/discover feed). Get it from a profile's associated feedgens or a feed's share URL.
limit = 30optional1–200Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/starter_packs1 credit

The starter packs an account CREATED (shareable onboarding bundles of accounts + feeds), cursor-paginated.

ParameterAllowed / rangeDescription
actorrequiredA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 50optional1–500Max records to return (1-500, default 50). Auto-paginated; larger values are clamped to 500.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/starter_pack1 credit

One starter pack's full detail: its underlying list, sample member profiles and any bundled feeds.

ParameterAllowed / rangeDescription
starter_packrequiredA starter-pack at:// URI (…/app.bsky.graph.starterpack/<rkey>) or a bsky.app/starter-pack/<id>/<rkey> URL. Get it from the `starter_packs` action.
Try in playground →
post/bluesky/v1/search_posts1 credit

Search Bluesky posts by keyword or hashtag — filter by sort order, date range, author, language, domain or tag. Requires an app-password; returns a clear error if none is configured.

ParameterAllowed / rangeDescription
qrequiredSearch query (keywords; also accepted as 'query').
sort = topoptionaltop · latestResult ordering for post search.
limit = 25optional1–100Max records to return (1-100, default 25). Auto-paginated; larger values are clamped to 100.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
sinceoptionalOnly posts at/after this time (ISO-8601 or YYYY-MM-DD).
untiloptionalOnly posts at/before this time (ISO-8601 or YYYY-MM-DD).
authoroptionalRestrict to posts by this account (handle or DID).
mentionsoptionalRestrict to posts mentioning this account (handle or DID).
langoptionalRestrict to posts in this language (BCP-47 code, e.g. en, tr, ja).
domainoptionalRestrict to posts linking to this domain.
urloptionalRestrict to posts linking to this exact URL.
tagoptionalRestrict to posts with this hashtag (without the #).
Try in playground →
post/bluesky/v1/get_actor_likes1 credit

posts an actor liked (authed; the AppView serves the authenticated account's own likes). Defaults to the logged-in handle.

ParameterAllowed / rangeDescription
actoroptionalA Bluesky account — its handle (e.g. bsky.app), a did:plc:… DID, or a bsky.app/profile/<…> URL. The AppView resolves all three.
limit = 30optional1–200Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200.
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →
post/bluesky/v1/timeline1 credit

the authenticated account's home timeline (authed)

ParameterAllowed / rangeDescription
limit = 30optional1–200Max records to return (1-200, default 30). Auto-paginated; larger values are clamped to 200.
algorithmoptionalOptional timeline algorithm key (server-defined; omit for the default).
cursoroptionalPagination cursor from a previous response's `cursor`. Omit for page one.
Try in playground →