Skip to documentation
Browse documentation

Bluesky API

Read Bluesky actor and post data from public AT Protocol endpoints.

Platform ID bluesky
Endpoints 13 capabilities
Status 88.9% success rate
View raw OpenAPI Get an API key

Capabilities

Every capability uses the same POST /execute envelope. Open an endpoint for its exact ID, input contract, code samples, cost, runtime, and illustrative output.

Endpoint Description Cost Open
Get followers bluesky.actor.get_followers

List followers for a Bluesky actor.

1 credit per request
Get follows bluesky.actor.get_follows

List actors followed by a Bluesky actor.

1 credit per request
Get profile bluesky.actor.get_profile

Fetch profile metadata for a Bluesky actor.

1 credit per request
Resolve handle bluesky.actor.resolve_handle

Resolve a Bluesky handle to its DID.

1 credit per request
Search actors bluesky.actor.search

Search actors by keyword with cursor pagination.

1 credit per request
Get author feed bluesky.feed.get_author_feed

Fetch an author's public posts feed with cursor pagination.

1 credit per request
Get feed posts bluesky.feed.get_feed

Fetch posts from a specific feed URI with cursor pagination.

1 credit per request
Get feed generators bluesky.feed.get_feed_generators

Discover popular feed sources used by the Bluesky app.

1 credit per request
Get post likes bluesky.feed.get_likes

List users who liked a post with cursor pagination.

1 credit per request
Get post thread bluesky.feed.get_post_thread

Fetch a post thread with bounded nested replies depth.

1 credit per request
Get repost users bluesky.feed.get_reposted_by

List users who reposted a post with cursor pagination.

1 credit per request
Get trending topics bluesky.feed.get_trending_topics

List trending topics surfaced by public feed index data.

1 credit per request
Search posts bluesky.feed.search_posts

Search Bluesky posts and return paginated records.

1 credit per request

Common uses

  • Handle and profile verification
  • Social graph snapshotting
  • Post search and discovery monitoring
  • Author feed and follower analytics
  • Post interaction extraction (likes/reposts/thread)
  • Trending-topic and feed discovery

Integration contract

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until it reaches completed or failed.