Bluesky Social Data API
## Bluesky Social Data API The most comprehensive Bluesky API on RapidAPI with **15 endpoints** covering the entire public AT Protocol. ### Features - **Profiles**: Get user profiles, batch lookup (up to 25), search users, autocomplete - **Feeds**: Author posts, post threads, batch post lookup, custom feed generators - **Engagement**: Likes, reposts, and quotes for any post - **Social Graph**:…
Bluesky Social Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Profile | ||
| GET |
getProfiles /profile/batch |
Get profiles for up to 25 users in a single request. |
| GET |
getProfile /profile |
Get detailed profile information for a Bluesky user by handle or DID. |
| GET |
searchTypeahead /profile/search/typeahead |
Fast typeahead search for user handles and display names. |
| GET |
searchActors /profile/search |
Search for Bluesky users by name or handle. Supports pagination via cursor. |
| Feed | ||
| GET |
getActorFeeds /feed/actor-feeds |
Get custom feed generators created by a specific user. |
| GET |
getPostThread /feed/thread |
Get a post and its reply thread, including parent context and nested replies. |
| GET |
getQuotes /feed/quotes |
Get posts that quote a specific post. Supports pagination. |
| GET |
getLikes /feed/likes |
Get users who liked a specific post. Supports pagination. |
| GET |
getRepostedBy /feed/reposted-by |
Get users who reposted a specific post. Supports pagination. |
| GET |
getFeedGenerators /feed/generators |
Get information about specific feed generators by their AT-URIs. |
| GET |
getAuthorFeed /feed/author |
Get a user's feed of posts, optionally filtered by type. Supports pagination. |
| GET |
getPosts /feed/posts |
Get up to 25 posts by their AT-URIs in a single request. |
| Graph | ||
| GET |
getFollowers /graph/followers |
Get a list of users who follow the specified account. Supports pagination. |
| GET |
getFollows /graph/follows |
Get a list of users that the specified account follows. Supports pagination. |
| Identity | ||
| GET |
resolveHandle /identity/resolve-handle |
Resolve a Bluesky handle to its DID (Decentralized Identifier). |
Bluesky Social Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $50 / month | — |
|