Bluesky Scraper API — Posts, Profiles, Threads & Followers
Pricing
from $3.00 / 1,000 post scrapeds
Go to Apify Store

Bluesky Scraper API — Posts, Profiles, Threads & Followers
Scrape Bluesky posts, profiles, threads, and follower graphs by keyword, hashtag, or handle. No login required. Fast AT Protocol API, JSON/CSV export, pay only per result.
Pricing
from $3.00 / 1,000 post scrapeds
Rating
0.0
(0)
Developer
subimpact
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
Bluesky Scraper API
Scrape Bluesky posts, profiles, threads, and follower graphs by keyword, hashtag, or handle. No login required — uses the public AT Protocol (XRPC) API.
Quick Start
- Pick a mode:
search(posts by keyword),author_feed(recent posts by a handle),thread(full thread with replies),profile(profile details),followers/follows(graph lists) - Provide the mode's input (query, handle, or post URI)
- Run — results land in the dataset as clean JSON, pay only per result
Modes
| Mode | Input | Output |
|---|---|---|
search | query (e.g. "malaysia", "#ai") | Posts matching the keyword |
author_feed | handle (e.g. "bsky.app") | Recent posts by the author |
thread | postUri (at://...) | The post + replies |
profile | handle | Profile details (followers, follows, posts counts) |
followers | handle | Follower list |
follows | handle | Following list |
Pricing
Pay per event:
- $0.003 / post (search, author_feed, thread)
- $0.005 / profile (profile, followers, follows)
Example input
{"mode": "search","query": "malaysia","maxItems": 100}
Use cases
- Brand & social monitoring (track mentions, hashtags)
- AI dataset building (posts, profiles, graphs)
- Growth marketing (X → Bluesky migration tracking)
- Research (threads, author feeds, community mapping)
Notes
- Uses
api.bsky.app(public XRPC). No auth, no cookies. - Intermittent 403/429 rate-limiting is handled with automatic backoff retries + proxy rotation.
- Default inputs produce a successful run — try it with zero configuration.