Bluesky Scraper — Posts, Profiles, Search & Threads
Pricing
Pay per usage
Bluesky Scraper — Posts, Profiles, Search & Threads
Scrape Bluesky posts, profiles, search results, threads, and followers via the AT Protocol API. No authentication required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Joren Maurissen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share
Bluesky Scraper
Scrape posts, profiles, search results, threads, and followers from Bluesky via the open AT Protocol API.
Features
- Keyword Search — Search posts by keyword across the entire Bluesky network
- Author Feed — Get all posts from a specific user
- Profile Lookup — Fetch full profile details (bio, follower counts, post counts)
- Thread Reconstruction — Get a post and all its replies in a threaded structure
- Followers / Follows — Extract a user's social graph
Input
| Field | Type | Required | Description |
|---|---|---|---|
mode | select | ✅ | search, author_feed, profile, thread, followers, follows |
searchQuery | string | search mode | Keyword to search for |
actorHandle | string | most modes | Bluesky handle (e.g. bsky.app) or DID |
postUri | string | thread mode | AT URI of the post |
maxResults | integer | no | Max results (default 100, max 10000) |
proxyConfiguration | proxy | no | Optional proxy (AT Protocol is public, usually not needed) |
Output
Each result contains the post text, author info, engagement counts (likes, reposts, replies, quotes), creation timestamp, labels, and embedded media. Profile results include bio, follower/following/post counts.
Technical
Uses the AT Protocol public XRPC API at public.api.bsky.app. No authentication required — all data is public on the AT Protocol by design. Rate limit is generous (~3000 req/5min). Pagination via cursor.
Pricing
Pay per event + usage. Platform costs (minimal — no proxy needed, low compute) are passed to the user.